All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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)