Skip to content

Latest commit

 

History

History
91 lines (41 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

91 lines (41 loc) · 3.24 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.5 (2019-05-29)

Bug Fixes

  • typescript: Fixed TS1192 error, imported all from Highcharts package. Closes #85 (56defb6)
  • Fixed TypeScript definitions. (e24dcce)

1.3.4 (2019-05-22)

Bug Fixes

  • tests: Added pre-commit tests running. Files field added to package.json. (aed1af4)

1.3.3 (2019-05-22)

Features

  • tests: Jest tests added. (c6c88c7)

1.3.2 (2019-05-21)

Bug Fixes

  • 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)

Bug Fixes

  • #43, #49: Webpack and Babel updated in demo app, worldmap structure changed. (2a74914), closes #43 #49

Features

  • 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)

Bug Fixes

  • update: Fixed errors on updating, caused by mutating data. (276df46)

Features

1.1.0 (2018-08-27)

Features

  • changelog: Added changelog. (62da229)