Releases: react-syntax-highlighter/react-syntax-highlighter
Releases · react-syntax-highlighter/react-syntax-highlighter
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.
15.4.3
15.4.2
15.4.1
15.4.0
15.3.1
Bugfix
- @karlhorky added a fourth level of powerset permutations, ensuring nested objects end up with the correct combination of classnames
15.3.0
Updates
prismjs 1.22.0
refractor 3.2.0
prism-themes 1.5.0
This adds three new Prism themes:
coldark-cold
coldark-dark
coy-without-shadows
And eight new Prism-supported languages:
birb
bsl
mongodb
naniscript
purescript
sml
stan
typoscript
Bugfixes
- Corrected an incorrect link to
react-syntax-highlighter-virtualized-renderer
in the README
Thanks to @dschaller, @cheapsteak, and @karlhorky for contributing!