Skip to content

Releases: dwjohnston/react-github-permalink

v1.11.1

08 Oct 10:18
97dd964
Compare
Choose a tag to compare

Patch Changes

  • 76b5037: Make JSX and TSX be detected specifically as JSX and TSX languages.
  • c717b2f: Fix emoji rendering in code blocks with UTF-8 decoding

v1.11.0

06 Oct 11:29
af1381d
Compare
Choose a tag to compare

Minor Changes

  • afb27b2: Switch style provider from HLJS to Prism. (Prism supports TSX).

    Auto detect language based on file extension.

    Adds a language prop to override any auto-detection behaviour.