Releases: code-hike/lighter
Releases · code-hike/lighter
@code-hike/[email protected]
Minor Changes
- bf83084: Add edge bundle
@code-hike/[email protected]
Patch Changes
- 24563e6: Remove dynamic import from browser bundle
@code-hike/[email protected]
Patch Changes
-
c676a69: Better mdx comment annotations
- remove
{}
after extracting the annotation
- remove
@code-hike/[email protected]
Patch Changes
-
b701e70: Update grammars
- Update all grammars
- Add txt grammar for text with comments
- Add text to the list of LANG_NAMES
@code-hike/[email protected]
Patch Changes
- def601e: Add getThemeColorsSync
@code-hike/[email protected]
Minor Changes
-
9f4d748: Extract theme colors to a different function
Breaking Changes:
highlightWithScopes
removed, usehighlight
insteadannotatedHighlight
removed, usehighlight
insteadcolors
removed fromhighlight
result, nowstyle
is returned instead (only withstyle.background
andstyle.color
properties, the rest of the colors are returned bygetThemeColors
function)
@code-hike/[email protected]
Patch Changes
- 7257e74: Support css variables
@code-hike/[email protected]
Patch Changes
- 28d5da1: Fix frozen themes again
@code-hike/[email protected]
Patch Changes
- b797dc1: Fix error when theme is frozen
@code-hike/[email protected]
Patch Changes
- 8a857ff: Add highlightSync