Releases: visjs/vis-timeline
Releases · visjs/vis-timeline
v5.1.0
Features
- feat: also generate ESM module
Bug fixes
- fix: fix copyright banner (#32)
- fix: firefox scroll issue (#27)
- fix(package): upgrade vis-util to 1.1.4 (#31)
- fix: update vis-data; fixes #6 (#13)
- fix: change script CDN URL's to https (#7)
- fix(examples): fix css imports
- fix(examples): fix script of basicUsage (#3)
Misc
v5.0.0
In version 5.0.0 the original vis library was split up and the whole build process changed.
- feat: remove vis-network sources
- chore(docs): removed contributors from README
- chore: remove vis-graph3d sources
- chore(docs): update opencollective
- fix: fix postinstall script; #3
- chore: update ready to show pre-release warning; fixes #3
- chore: remove vis-uuid dependenciy Its now part of vis-util.
- chore: use vis-data module
- feat: generate a unminified vis.js file also
- chore: move utils to vis-util repository
- chore: README update
- chore: add code of conduct
- use rollup instead of gulp/webpack (#1)
- chore: updated vis-uuid
- chore: seperate uuid into its own module
- fix failing test from ItemSet.js (#4256)
- Update ItemSet.js (#4238)
- Fixed typo in CONTRIBUTING.md (#4210)
- Fix ordering for arbitrarily nested groups (#3990)
- Fixed the two broken references to SweetAlert (#3943)
- Fix visibility of scale lines after toggling left axis groups (#3936)
- Normalize mouse wheel deltas (#3911)
- Replace babel-preset-es2015 with babel-preset-env (#3978)
- customeTime additional editable=false functionality. (#3816)
- Allow normal page scrolling over timeline (#3818)
- update moment to last version (#3819)
- Add russian locale to timeline (#3783)
- [Timeline] Vertical group labels (#3795)
- [Timeline] Year quarters (#3717)
- [Timeline] Fix react integration, fix content applying mechanics (#3760)
- Update Graph2d.js (#3738)
- [Timeline] Align current time (#3718)
- fix: silently ignore a verticle animation when no item (#3757)
- fixed memory leak because eventlisteners weren't destroyed (#3728)
- [Timeline] Group height mode (#3670)
- Fix zooming bug (#3715)
- Documented isActive() (#3704)
- add localization for Ukraine (#3699)
- onTimeout function (#3602)
- implementation of visibleGroups with a proper example (#3674)
- Opencollective (#3681)
- Fix rolling mode (#3663)
- Fix initial load when options start and end are not defined (#3664)
- BUGFIX: No group info returned to mouse events when cursorY == group top (#3652)
- Fixes issue 3321 by ensuring labels are drawn as part of initial cons… (#3646)
- Prevent items from being repeatedly redrawn while off screen (#3633)
- Adding unit tests for lib/shared (#3600)
- Adds code-cov to develop and updates readme. (#3629)
- Docs : fixes and enhancements for the documentation template. (#3596)
- Fix currentTimeTick table in docs (#3627)
- Unit tests: upgrade jsdom to v11 to fix breaking unit tests for Network (#3603)
- Moved navbar elements in all html documentation files to partial (#3604)
- Docs: Moved end block in all html documentation files to partial (#3597)
- Network: force array order when sorting hierarchical levels (#3576)
- Add template for document generation with 'jsdoc'. (#3497)
- Week scale - enhance and add to auto-scaling (#3549)
- Adds code coverage report the output of
npm test
and adds detailed … (#3575) - Loading screen template (#3537)
- Removing duplicate line (#3578)
- Fix for majorLabels showing wrong dates (#3573)
- Use mock canvas object replacing
canvas
(#3518)