Skip to content

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

v15.6.6

25 Aug 19:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

15.4.3

09 Dec 22:23
Compare
Choose a tag to compare

Fixed a version-pin regression for highlight: we're now at highlight 10.4.1 and lowlight 1.17.0 as intended.

Thanks for @tu4mo for catching this one!

15.4.2

08 Dec 23:57
Compare
Choose a tag to compare

Updates

  • bumped lowlight to 1.17.0 to resolve highlight dependency version mismatches: #344

Thanks to @aurelien-reeves for his first PR here!