Skip to content

Latest commit

 

History

History
128 lines (57 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

128 lines (57 loc) · 4.15 KB

Change Log

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

3.0.0 (2020-02-17)

Features

  • increase React peer dependency to v16.8.0 (030ac4e)
  • refactor component with React Hooks (c8b1e55)
  • refactor tests (634a7e7)

BREAKING CHANGES

  • To upgrade, run yarn add react@^16.8.0 react-dom@^16.8.0 or npm install --save react@^16.8.0 react-dom@^16.8.0. If you're using react-test-renderer, you'll need to bump it to ^16.8.0 as well.

2.2.2 (2019-06-07)

Bug Fixes

  • Changed the way of importing Highcharts package. (e7c314b)

Features

2.2.1 (2019-06-07)

Bug Fixes

2.2.0 (2019-06-07)

Bug Fixes

Features

  • debugger: Added warning messages. (3b3ff83)
  • immutable: Support for immutable prop - rerendering entire chart on componentDidUpdate. (6464894)

2.1.3 (2019-03-27)

Features

2.1.2 (2019-03-20)

Features

  • Fixed #102 - tsconfig incompatibility (4e27d0d)
  • Corrections in the documentation.

2.1.1 (2019-03-07)

Features

2.1.0 (2019-03-07)

Features

  • Added containerProps option and corrections to the docs. (f14a969)
  • Added TypeScript declarations. (b64eb01)

2.0.0 (2018-11-08)

Features

  • webpack-and-sourcemap-added: Code compiled to ES5, added sourcemaps. (cb5083a)
  • Updated for React v16 (20c7ef9)

1.4.1 (2018-10-26)

1.4.0 (2018-08-24)

Features