Skip to content

Releases: react-syntax-highlighter/react-syntax-highlighter

v16.1.0

28 Oct 15:58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.0.0...v16.1.0

v16.0.0

22 Oct 04:30

Choose a tag to compare

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

New Contributors

Full Changelog: v15.6.6...v16.0.0

v15.6.6

25 Aug 19:46

Choose a tag to compare

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

25 Aug 12:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.6.4...v15.6.5

v15.6.4

25 Aug 11:52
1e95cdd

Choose a tag to compare

What's Changed

  • Override refractor 3.6.0's prismjs dependency by @simmerer in #605

Full Changelog: v15.6.3...v15.6.4

v15.6.3

21 Aug 19:54
8b9f2e8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.6.2...v15.6.3

v15.6.2

21 Aug 19:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.6.1...v15.6.2

v15.6.1

16 Oct 15:40

Choose a tag to compare

  • Fix: #487 Fix: Allow override of display: styles when wrapLongLines is true

v15.6.0

16 Oct 15:29
83da2fb

Choose a tag to compare

Been awhile! 😰

  • Feat: #555 Add Vue language support
  • Feat: #534 Add a11yOneLight theme
  • Bugfix: #561 Fix bug with wrapLines that butchers highlighting
  • Docs: #559 Adding languages

15.5.0

14 Mar 16:04

Choose a tag to compare

  • #466: updated prismjs to 1.27.0, fixing the XSS vuln mentioned in #461

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.