Skip to content

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

v16.1.1

26 Feb 22:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.1.0...v16.1.1

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