Releases: FormidableLabs/prism-react-renderer
Releases · FormidableLabs/prism-react-renderer
[email protected]
[email protected]
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- docs: Fix typo by @trevorblades in #117
- fixup demo site by @jpdriver in #138
- swap duplicate prism-core for
patch-package
by @jpdriver in #139 - include
js-templates
extension in vendored Prism grammars by @jpdriver in #140
New Contributors
- @trevorblades made their first contribution in #117
- @jpdriver made their first contribution in #138
Full Changelog: v1.2.1...v1.3.0
v1.2.0
- Upgraded vendored Prism language grammars to
v1.23.0
- Update
github
theme, by @krsntn (See #100) - Add
vslight
theme, by @bhajneet (See #95) - Add
okaida
theme, by @yakkomajuri (See #103) - Add missing hooks calls for
"before-tokenize"
and"after-tokenize"
to Highlight component, by @manuelpuyol (See #105) - Fix missing newlines on copy & paste, by @JonShort (See #83)