All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.1 (2024-03-15)
- Fixed a bug related to the type definitions (on all Vue 3 global components instead of only HighchartsVue).
2.0.0 (2024-02-08)
- ❗ From
[email protected]
, this package will only be compatible with Vue 3. ❗ - Added full TypeScript support for Vue 3.
- Updated all the dev dependencies to the most recent versions.
- Got rid of Vue 2-related dependencies and potential security vulnerabilites.
- Got rid of Vue 2-specific code (and thus, reduced the bundle size).
- Got rid of the demo-v2 and demo-v3 examples.
1.4.3 (2023-07-03)
- chart update bugfix: Fixed #239, chart object was reactive. (076b6de)
- Highcharts version updated in demos: (56bed69)
1.4.2 (2023-06-01)
- chart object bugfix: Fixed #235, chart object is now accessible again through ref. (594d51c)
1.4.1 (2023-04-20)
- composition-api: Added support for the Composition API. (18532db)
- eslint update: Updated Eslint version.
1.4.0 (2021-05-26)
- demo-v3: Added demo-v3 scripts. (f969c0a)
- docs: Updated the docs. (d51b1f8)
- vue: Added support for Vue v3 apps. (268aef1)
- tests: Fixed tests, and get rid of Jest deprecation warnings. (886187a)
1.3.5 (2019-05-29)
- typescript: Fixed TS1192 error, imported all from Highcharts package. Closes #85 (56defb6)
- Fixed TypeScript definitions. (e24dcce)
1.3.4 (2019-05-22)
- tests: Added pre-commit tests running. Files field added to package.json. (aed1af4)
1.3.3 (2019-05-22)
- tests: Jest tests added. (c6c88c7)
1.3.2 (2019-05-21)
- husky: Including actual build in pre-commit hook. (962d706)
- Infinite loop on init, when series.allAreas is set to true on map charts, closes #80. (9d4cf40)
1.3.1 (2019-05-09)
1.3.0 (2019-05-09)
- #43, #49: Webpack and Babel updated in demo app, worldmap structure changed. (2a74914), closes #43 #49
- Added 'deepCopyOnUpdate property.' (2f87156)
- Added ability to indicate a specific Highcharts instance for component. (6392791)
- Added TypeScript support. Closed #48 (859f3f7)
- Webpack configuration and output files unified. (e63c2bd)
1.2.0 (2018-08-30)
- update: Fixed errors on updating, caused by mutating data. (276df46)
- husky: Husky added. (17c0b9d)
- changelog: Added changelog. (62da229)