Skip to content

Releases: researchgate/react-fast-highlight

v4.1.0

07 Mar 12:27
Compare
Choose a tag to compare

4.1.0 (2021-03-07)

Features

  • Replace classnames dependency with clsx (7f6222f)

v4.0.0

30 Apr 09:09
Compare
Choose a tag to compare

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.

v3.0.0

30 Nov 20:28
Compare
Choose a tag to compare

3.0.0 (2019-11-30)

Features

  • Migrate to typescript and spire (e2ae43f)

BREAKING CHANGES

  • No default export anymore. Use named exports.

v2.2.2

09 Jun 08:42
Compare
Choose a tag to compare

Bug Fixes

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

v2.2.1

09 Jun 08:36
Compare
Choose a tag to compare

Bug Fixes

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

v2.2.0

11 Oct 19:52
Compare
Choose a tag to compare

Features

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

v2.1.2

11 Oct 19:42
Compare
Choose a tag to compare

Bug Fixes

  • dependencies: Allow react 16 (29e4467)

2.1.1

11 Apr 13:36
Compare
Choose a tag to compare
  • Fix deprecation warnings with react 15.5

2.1.0

06 Dec 14:59
Compare
Choose a tag to compare
  • Support custom highlight.js distributions

2.0.0

24 Aug 14:32
Compare
Choose a tag to compare
  • Use PureComponent of react 15.3