Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 670 Bytes

File metadata and controls

28 lines (15 loc) · 670 Bytes

react-github-permalink

1.11.1

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

1.11.0

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.

0.0.0-afb27b2c-20251006112702

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.