Prism React Renderer Versions Save

🖌️ Renders highlighted Prism output to React (+ theming & vendored Prism)

[email protected]

1 year ago

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

1 year ago

v1.3.4

1 year ago

v1.3.3

2 years ago

v1.3.2

2 years ago

What's Changed

Full Changelog: https://github.com/FormidableLabs/prism-react-renderer/compare/v1.3.1...v1.3.2

v1.3.1

2 years ago

v1.3.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/FormidableLabs/prism-react-renderer/compare/v1.2.1...v1.3.0

v1.2.0

3 years ago
  • 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

4 years ago
  • Fix oceanicNext shebang styling, by @kud (See #81)

v1.1.0

4 years ago
  • Upgrade vendored Prism version to 1.20.0
  • Fix palenight theme export, by @eug48 (See #72)
  • Add missing diff-styling to palenight theme, by @lex111 (See #71)
  • Add Synthwave84 theme, by @forrest-akin (See #73)