Releases: react-syntax-highlighter/react-syntax-highlighter
Releases · react-syntax-highlighter/react-syntax-highlighter
v16.1.0
What's Changed
- Bump simple-git and lint-staged by @dependabot[bot] in #614
- Bump Webpack to v5 by @mxdvl in #594
- Fix refractor imports, migrate to webpack 5, update deps by @UncleJart in #621
New Contributors
- @mxdvl made their first contribution in #594
- @UncleJart made their first contribution in #621
Full Changelog: v16.0.0...v16.1.0
v16.0.0
New major version!
16.0.0 brings a major version update to the refractor dependency, which remedies some security issues but could result in a breaking change to your app's dependencies. Please update with care.
What's Changed
- Update refractor to version 5 by @lodinukal in #604
New Contributors
- @lodinukal made their first contribution in #604
Full Changelog: v15.6.6...v16.0.0
v15.6.6
Updated overrides block attempting to solve transitive prismjs dependency issue:
"overrides": {
"prismjs": "^1.30.0",
"refractor": {
"prismjs": "^1.30.0"
}
}
Full Changelog: v15.6.5...v15.6.6
v15.6.5
What's Changed
- Bump elliptic from 6.5.5 to 6.6.0 by @dependabot[bot] in #576
- Bump ws from 6.2.2 to 6.2.3 by @dependabot[bot] in #574
- Bump express from 4.19.2 to 4.21.1 by @dependabot[bot] in #572
- Bump send and express by @dependabot[bot] in #571
- Bump cookie and express by @dependabot[bot] in #570
- Bump serve-static and express by @dependabot[bot] in #569
- Bump body-parser and express by @dependabot[bot] in #568
- Add Boemly to the built with section of the readme by @lukasbals in #467
New Contributors
- @lukasbals made their first contribution in #467
Full Changelog: v15.6.4...v15.6.5
v15.6.4
v15.6.3
What's Changed
- fix line count error by @bbbert in #583
- fix spelling error by @BrianHung in #579
New Contributors
- @bbbert made their first contribution in #583
- @BrianHung made their first contribution in #579
Full Changelog: v15.6.2...v15.6.3
v15.6.2
v15.6.1
v15.6.0
15.5.0
As noted in the PR, updating prism usually brings along a few surprises; this one gave us a new programming language named false, which as you can imagine is fun to import and parse within Javascript.
Thanks to everyone for your patience. We'll be getting back in the groove of regular releases here.