Skip to content

Latest commit

 

History

History
158 lines (85 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

158 lines (85 loc) · 4.17 KB

4.1.0 (2021-03-07)

Features

  • Replace classnames dependency with clsx (7f6222f)

4.0.0 (2020-04-30)

Bug Fixes

  • deps: support dependency highlight.js v10 in addition to v9 (5fbbf75)

BREAKING CHANGES

  • deps: highlight.js is now a peer dependency (v9 or v10). Please install it in your project.

3.0.0 (2019-11-30)

Features

  • Migrate to typescript and spire (e2ae43f)

BREAKING CHANGES

  • No default export anymore. Use named exports.

Change Log

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

2.2.2 (2018-06-09)

Bug Fixes

  • babel: Do not include tests in published package (03d0fc6)

2.2.1 (2018-06-09)

Bug Fixes

  • react: Remove deprecation warning with react 16.4 (3a9b707)

2.2.0 (2017-10-11)

Features

  • api: Export Highlight and BareHighlight also as named exports (613f98c)

2.1.2 (2017-10-11)

Bug Fixes

  • dependencies: Allow react 16 (29e4467)

2.1.1 (2017-04-11)

Bug Fixes

  • Fix deprecation warnings with react 15.5

2.1.0 (2016-12-06)

Features

  • Support custom highlight.js distributions

2.0.0 (2016-08-03)

Features

  • Use PureComponent of react 15.3

BREAKING CHANGES

  • Requires now react version 15.3

1.1.2 (2016-08-03)

Bug Fixes

  • Correctly set upper limit for react version (< 15.3)

1.1.1 (2016-05-23)

Bug Fixes

  • Correctly export the component

1.1.1 (2016-05-20)

Features

  • Use upstream highlight.js
    • Fixes errors with removed/renamed languages in newer versions.
    • Stays always updated for new languages
    • Fixes webpack bug with autoit language.

1.0.2 (2016-04-28)

Bug Fixes

  • Allow react 15

1.0.1 (2016-03-14)

Bug Fixes

  • Lower dependency version for react-addons-shallow-compare

1.0.0 (2016-02-21)

Bug Fixes

  • Use react-addons-shallow-compare instead of the file in react itself

0.3.0 (2016-01-20)

Bug Fixes

  • Initial version