Skip to content

Releases: embellishing/embellish

@embellish/[email protected]

15 Jun 03:30
443b67b
Compare
Choose a tag to compare

Patch Changes

  • 84fbfd4: Fix for runtime error when no style props are defined.

@embellish/[email protected]

07 Jun 01:10
Compare
Choose a tag to compare

Patch Changes

  • a39ad49: Fixed pretty-printing in development mode.
  • 6bfa76b: Added the createStyleProps function to simplify creation of style props.

@embellish/[email protected]

07 Jun 01:10
Compare
Choose a tag to compare

Patch Changes

  • a39ad49: Fixed pretty-printing in development mode.

@embellish/[email protected]

04 Jun 01:15
9454cf5
Compare
Choose a tag to compare

Minor Changes

  • 4f45057: Removed initial: and component display name namespaces. Renamed is prop to as.

@embellish/[email protected]

31 May 11:43
17f842c
Compare
Choose a tag to compare

Minor Changes

  • 5e3ad90: Replaced the styleSheet function with a StyleSheet component.

@embellish/[email protected]

30 May 13:06
49d9114
Compare
Choose a tag to compare

Patch Changes

  • 9a4ca33: Fix for CSS variable names sometimes being invalid.
  • 38f5b97: Prevent excess CSS properties in return values of style props.

@embellish/[email protected]

30 May 13:06
49d9114
Compare
Choose a tag to compare

Patch Changes

  • 9a4ca33: Fix for CSS variable names sometimes being invalid.

@embellish/[email protected]

26 May 20:57
eee4d99
Compare
Choose a tag to compare

Patch Changes

  • 749041e: Fix for getting condition names when no conditions exist.

@embellish/[email protected]

26 May 20:35
789e8e2
Compare
Choose a tag to compare

Patch Changes

  • c0971bf: Made createComponent config type more permissive for less confusing DX.
  • 630ffbd: Fix for component composition via is prop.

@embellish/[email protected]

26 May 15:06
6568f38
Compare
Choose a tag to compare

Patch Changes

  • 7e9ad14: Fixed multiple type issues in the createComponent function.