Skip to content

Releases: dwjohnston/react-github-permalink

Release list

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 08 Oct 10:18
97dd964

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

Choose a tag to compare

@github-actions github-actions released this 06 Oct 11:29
af1381d

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.