Skip to content

Commit 8d01d90

Browse files
Major update including Vue3 support and example project.
1 parent e09e400 commit 8d01d90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+24578
-16658
lines changed

.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/node_modules/**
22
/examples/**
3-
/dist/*.html
4-
/.idea/*
3+
/examples-vue3/**
4+
/tests/
5+
/.idea/*
6+
/tests/**

.travis.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.0] - 2021-04-13
4+
5+
### Breaking Change
6+
- The `callback` prop was removed and is now the `@rendered` event
7+
8+
### Changed
9+
- Revised Readme.md documentation
10+
- npm `start` script renamed to `serve` in examples
11+
- Update JSCharting version to v3.0.3
12+
- Revised all examples
13+
14+
### Added
15+
- Component Typings
16+
- @rendered event
17+
- Vue3 Support
18+
- Vue3 Examples
19+
- Vue3 Documentation
20+
- New Examples
21+
322
## [1.2.2] - 2021-01-27
423

524
### Changed

0 commit comments

Comments
 (0)