jscharting-vue
Version:
JSCharting plugin for Vue.js
74 lines (46 loc) • 1.46 kB
Markdown
# Changelog
## [2.4.0] - 2023-3-1
- Update JSCharting version to [v3.4.0](https://github.com/jscharting/jscharting-dist/blob/master/CHANGELOG.md#340---2023-2-14)
## [2.3.1] - 2022-4-28
- Update JSCharting version to [v3.3.1](https://github.com/jscharting/jscharting-dist/blob/master/CHANGELOG.md#331---2022-4-28)
## [2.3.0] - 2022-4-6
- Update JSCharting version to v3.3.0
## [2.2.0] - 2021-11-24
- Update JSCharting version to v3.2.0
## [2.1.0] - 2021-08-27
- Update JSCharting version to v3.1.0
## [2.0.0-beta.2] - 2021-05-07
### Changed
- Adjusted grid and label props definitions
- Sync definitions in jscharting-vue.d.ts
- Tweak readme
### Added
- Tests
## [2.0.0-beta] - 2021-04-13
### Breaking Change
- The `callback` prop was removed and is now the `@rendered` event
### Changed
- Revised Readme.md documentation
- npm `start` script renamed to `serve` in examples
- Update JSCharting version to v3.0.3
- Revised all examples
### Added
- Component Typings
- @rendered event
- Vue3 Support
- Vue3 Examples
- Vue3 Documentation
- New Examples
## [1.2.2] - 2021-01-27
### Changed
- Update JSCharting version to v3.0.2
## [1.2.1] - 2020-10-27
### Changed
- Update JSCharting version to v3.0.1
## [1.2.0] - 2020-10-26
### Changed
- Test against built files
- Update JSCharting version to v3.0.0
## [1.1.0] - 2020-02-19
### Added
- Initial plugin release.