Releases: researchgate/react-fast-highlight
Releases · researchgate/react-fast-highlight
v4.1.0
4.1.0 (2021-03-07)
Features
- Replace classnames dependency with clsx (7f6222f)
v4.0.0
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
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
Bug Fixes
- babel: Do not include tests in published package (03d0fc6)
v2.2.1
Bug Fixes
- react: Remove deprecation warning with react 16.4 (3a9b707)
v2.2.0
Features
- api: Export Highlight and BareHighlight also as named exports (613f98c)
v2.1.2
Bug Fixes
- dependencies: Allow react 16 (29e4467)
2.1.1
- Fix deprecation warnings with react 15.5
2.1.0
- Support custom highlight.js distributions
2.0.0
- Use PureComponent of react 15.3