Releases: huozhi/sugar-high
Releases · huozhi/sugar-high
v0.4.6
Bug Fixes & Improvements
- fix missing keyword do #58
- feat: support unicode #59
Documentation & Site
- chore: bump dev deps #60
- docs: new screenshot #56
- code frame styles website #57
v0.4.5
Bug Fix
- fix: parse arrow function in jsx by @huozhi in #55
v0.4.3
Patches
Support string templates
v0.4.2
Bug Fixes
Misc
- Make demo editor scrollable
v0.4.1
Bug Fixes
Fixed cases screenshot
Documentation
- docs: adopt editor by @huozhi in #34
- site: rename editor pkg and use per page runtime by @huozhi in #35
- editor: fix editing experience by @huozhi in #37
v0.4.0
Changelog
BREAKING CHANGE
- breaking change: use css var for token colors by @huozhi in #33
.sh_<token>
class names are removed, instead css variable is supported, you can set the color by adding those css variable to your theme
Enhancement
- enhance: remove data-line-number use css counter to implment line number by @huozhi in #32