vue-vis-network
Version:
Vue2 component to integrate with vis-network
38 lines (28 loc) • 926 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [Unreleased]
NA
# [1.0.2] - 2020-03-11
## Changed
- Build scripts replaced by `vue-cli-service` to build the dist
- Code style fixed
# [1.0.1] - 2020-02-20
## Added
- Published at https://www.npmjs.com/package/vue-vis-network
# [1.0.0] - 2019-19-09
## Added
- All major functionality added. First public release
# [0.0.3] - 2019-09-04
## Added
- Added an example of use rewritten from scratch
## Removed
- Removed old complicated example
# [0.0.2] - 2019-09-04
## Changed
- Dependency updated vis-network up to 5.3.1
# [0.0.1] - 2019-09-02
## Added
- Support vis-network
- Added CHANGELOG.md