File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
56and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
67
78## [ Unreleased]
9+
810NA
911
12+ ## [ 0.0.17] - 2018-12-04
13+
14+ ### Fixed
15+
16+ - Groups does not display if originally empty [ #54 ] ( https://github.com/alexcode/vue2vis/issues/54 ) .
17+
18+ ### Changed
19+
20+ - Cleanup examples directory
21+ - Update dependencies with vue-cli
22+
1023## [ 0.0.16] - 2018-12-04
24+
1125### Added
26+
1227- Support Timeline without groups [ #34 ] ( https://github.com/alexcode/vue2vis/pull/34 ) .
1328- Added CHANGELOG.md
1429
1530### Fixed
31+
1632- Fix lint errors
1733
1834### Changed
35+
1936- Update packages in both lib and examples
2037
21- [ Unreleased ] : https://github.com/alexcode/vue2vis/compare/v0.0.16...HEAD
38+ [ unreleased ] : https://github.com/alexcode/vue2vis/compare/v0.0.17...HEAD
39+ [ 0.0.15 ] : https://github.com/alexcode/vue2vis/compare/v0.0.16...v0.0.17
2240[ 0.0.15 ] : https://github.com/alexcode/vue2vis/compare/v0.0.15...v0.0.16
2341[ 0.0.14 ] : https://github.com/alexcode/vue2vis/compare/v0.0.13...v0.0.14
2442[ 0.0.13 ] : https://github.com/alexcode/vue2vis/compare/v0.0.12...v0.0.13
Original file line number Diff line number Diff line change 11{
22 "name" : " vue2vis" ,
3- "version" : " 0.0.16 " ,
3+ "version" : " 0.0.17 " ,
44 "description" : " Vue2 component that helps with Visjs interaction" ,
55 "jsnext" : " dist/vue2vis.js" ,
66 "main" : " dist/vue2vis.min.js" ,
You can’t perform that action at this time.
0 commit comments