Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 18 May 14:05

1.1.0 (2026-05-18)

Bug Fixes

  • docs: destructure segments from useHighlight in headless playground demo (206bec0)
  • docs: replace bare autolinks with markdown links for MDX compat (ce4198e)

Features

  • playground: add css-engine demo with engine toggle (db7e12b)
  • src: add css highlight prop types (00cf19e)
  • src: add css highlights feature detector and isomorphic layout effect shim (483a353)
  • src: degrade unsupported css highlight engine to dom or throw (d97e12c)
  • src: expose css highlight from /css sub-export (76eeb06)
  • src: forward refs from CssHighlight to wrapper or dom fallback (fd290cb)
  • src: register match ranges with css.highlights per state name (70e989b)
  • src: render css highlight wrapper with single text node (612503d)