Skip to content

Releases: FormidableLabs/prism-react-renderer

prism-react-renderer@2.0.1

25 Apr 14:40
9a76752
Compare
Choose a tag to compare

Patch Changes

  • Fix inclusion of @types dependency for prismjs
    (#196)

prism-react-renderer@2.0.0

24 Apr 13:05
9527418
Compare
Choose a tag to compare

Major Changes

  • v2 release with updated API
    (#191)

Minor Changes

  • Added 2 new styles for the code viewer. light & dark mode themes using only
    (#192)
    colors found on tailwindCSS.

v1.3.5

26 Jul 00:02
Compare
Choose a tag to compare
v1.3.5

v1.3.4

26 Jul 00:02
Compare
Choose a tag to compare
v1.3.4

v1.3.3

16 May 05:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

16 May 01:40
Compare
Choose a tag to compare

What's Changed

  • account for optional dependencies in Prism vendor script by @jpdriver in #151

Full Changelog: v1.3.1...v1.3.2

v1.3.1

09 Feb 00:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Feb 01:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.0

20 Feb 15:00
5a4a1a0
Compare
Choose a tag to compare
  • 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)

v1.1.1

19 May 11:28
88eaf10
Compare
Choose a tag to compare
  • Fix oceanicNext shebang styling, by @kud (See #81)