Releases: visjs/vis-timeline
Releases · visjs/vis-timeline
v6.2.2
v6.2.1
v6.2.0
v6.1.1
v6.1.0
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
In version 6.0.0, timeline-plus features and PRs were ported into this library.
We are now connected to circle-ci for future version publishes.
New Features
- feat: add custom events for markers (#132) - thanks to @ryamaguchi0220
- feat: add an option to make the custom marker editable (#117) - thanks to @ryamaguchi0220
- feat: added firing dragover event (#107) - thanks to @apwidejulien
- feat: return the id of the custom time if clicked (#96) - thanks to @ryamaguchi0220
- feat: new examples for tooltip templates (#94) - thanks to @mojoaxel
- feat: add localization option to delete button title (#88) - thanks to @exoego
- feat: add markers to custom times (#86) - thanks to @ryamaguchi0220
- feat: sequential selection (#73) - thanks to @jczacharia
- feat: specific item selectibility (#69) - thanks to @jczacharia
- feat: specific subgroup visiblity toggle (#68) - thanks to @jczacharia
- feat: allow settimg title for customtime bar (timeline-plus#36)
- feat: option to prefer zooming on scrolling (timeline-plus#85) - thanks to @yuvzaz
- feat: clustering POC (timeline-plus#87) - thanks to @konsvarl
- feat: add zoomFriction option (timeline-plus#106)
- feat: add ability to disable fit on cluster double click (timeline-plus#125) - thanks to @konsvarl
- feat: cluster fit on double click option (timeline-plus#133) - thanks to @konsvarl
- feat: week plotting stuff (timeline-plus#135) - thanks to @marcortw
- feat: pure CSS-based indentation of group levels (timeline-plus#137) - thanks to @sbusch
- feat: tooltip templates (timeline-plus#141) - thanks to @sbusch
- feat: allow a tooltip delay of 0 ms (timeline-plus#144) - thanks to @sbusch
- feat: allow
shiftKey
forzoomKey
option (timeline-plus#145) - thanks to @sbusch - feat: react v16 example
Bugfixes
- fix: PR template (#134) - thanks to @lewisjb
- fix: broken links in CONTRIBUTING (#133) - thanks to @lewisjb
- fix: pass all lint errors (#132) - thanks to @yotamberk
- fix: fix that a marker is not displayed due to an id collision (#128) - thanks to @ryamaguchi0220
- fix: tests to run again (#125) - thanks to @yotamberk
- fix: initial stacking subgroups bug (#124) - thanks to @yotamberk
- fix: support for white-space normal in content of range items (#121) - thanks to @jasonex7
- fix: support for item horizontal margin zero with RangeItem (#120) - thanks to @jasonex7
- fix: npm vulnerabilities (#112) - thanks to @yotamberk
- fix: missing types (#110) - thanks to @jczacharia
- fix: display of ranges exceeding lower and upper boundaries (#106) - thanks to @apwidejulien
- fix: toArray issue in IE11 (#72) - thanks to @jasonex7
- fix: Using vis.DataSet _idProp instead of _fieldId (#97) - thanks to @jasonex7
- fix: switch to @egjs/hammerjs version (#93) - thanks to @Thomaash
- fix: pin runtime dependency version (#90) - thanks to @Thomaash
- fix: error on drag left with hidden dates (#81) thanks to @jasonex7
- fix: types from DefinitelyTyped (#76) thanks to @Thomaash
- fix: hiding title in graph3d-example (#50) thanks to @treins
- fix: performance issue from vis 4.17
- fix: text overlay bug (issue vis#3041)
- fix: 3rd level nesting (timeline-plus#33)
- fix: page scrolling over timeline (vis#4143) - thanks to @justabug
- fix: custom time in rtl mode (vis#4156) - thanks to @noafichman
- fix: parenthesis type (vis#4153) - thanks to @Antoine38660
- fix: remove deprecated options (timeline-plus#72)
- fix: Firefox scroll issue (timeline-plus#73)
- fix: groups height never decreases (timeline-plus#92) - thanks to @konsvarl
- fix: unselect only ids of items that are not selected anymore (timeline-plus#109)
- fix: double tap item bug (timeline-plus#110)
- fix: delayed tooltip popup (issue vis#4077)
- fix: reordering items not working correctly (timeline-plus#126) - thanks to @pmsandhu
- fix: timeline Tooltips still visible after deleting an item (timeline-plus#128) - thanks to @javdome
- fix: cluster visibility doesn't rely on content width (timeline-plus#132) - thanks to @konsvarl
- fix: fix configurator error (timeline-plus#136) - thanks to @sbusch
- fix: use reserved group IDs instead of hardcoded strings (timeline-plus#143) - thanks to @sbusch
- fix: cleaned Commits for Unit Tests, added testing suites to deps (timeline-plus#150) - thanks to @mstr3336
- fix: events for labels of groups with nestedGroups (timeline-plus#154) - thanks to @sbusch
- fix: drag threshold directions (vis#3003) - thanks to @daRoof
- fix: replaced top, left right bounding rects to single function (timeline-plus#160) - thanks to @jarnovanrhijn
- fix: avoid babel polyfill collision when loaded multiple times (timeline-plus#164) - thanks to @apwidejulien
- fix: minorLabels can't be formatted differently when there are multiple timelines in one page (timeline-plus#165) - thanks to @RylandCai
- fix: performance improvements (timeline-plus#168) - SPECIAL thanks to @jarnovanrhijn
- fix: change return conditions in onUpdate (timeline-plus#170) - thanks to @javdome
- fix: press and drag selected item (timeline-plus#173) - thanks to @daRoof
- fix: build scripts (timeline-plus#178) - thanks to @apwidejulien