Skip to content

Releases: huozhi/sugar-high

v0.5.1

17 Sep 22:23
Compare
Choose a tag to compare

Patches

  • fix: nested jsx elements with jsx literals by @huozhi in #77

Full Changelog: v0.5.0...v0.5.1

v0.5.0

10 Sep 17:28
Compare
Choose a tag to compare

Feature

  • Add sh__token--<token type> class name in output by @huozhi in #74

Full Changelog: v0.4.7...v0.5.0

v0.4.7

10 Sep 12:53
Compare
Choose a tag to compare

Patches

  • Fix: string in jsx attribute by @huozhi in #72
  • Fix: quotes inside jsx string literals by @huozhi in #73

Misc

Full Changelog: v0.4.6...v0.4.7

v0.4.6

05 Jun 14:16
Compare
Choose a tag to compare

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

29 May 13:48
Compare
Choose a tag to compare

Bug Fix

  • fix: parse arrow function in jsx by @huozhi in #55

v0.4.4

22 May 01:14
Compare
Choose a tag to compare

Patches

  • fix: string template quote sign by @huozhi in #53

v0.4.3

22 May 01:03
Compare
Choose a tag to compare

Patches

Support string templates

v0.4.2

15 May 02:57
Compare
Choose a tag to compare

Bug Fixes

Misc

  • Make demo editor scrollable

v0.4.1

25 Apr 20:34
Compare
Choose a tag to compare

Bug Fixes

Fixed cases screenshot
image

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

22 Apr 15:40
Compare
Choose a tag to compare

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

image

Enhancement

  • enhance: remove data-line-number use css counter to implment line number by @huozhi in #32