Skip to content

Releases: embellishing/embellish

@embellish/react@0.7.1

16 Aug 20:40
2c153ad
Compare
Choose a tag to compare

Patch Changes

  • 1c5e06a: Fix for highly complex expressions not working properly in Chrome.

@embellish/core@0.0.6

16 Aug 20:40
2c153ad
Compare
Choose a tag to compare

Patch Changes

  • 1c5e06a: Fix for highly complex expressions not working properly in Chrome.

@embellish/react@0.7.0

07 Aug 16:58
3ed62b6
Compare
Choose a tag to compare

Minor Changes

  • a408bdc: Renamed the is prop to as. Aside from as being the more common prop name, the HTML as attribute applies only to link elements, which are strictly non-presentational. On the other hand, the is prop is a global attribute used for customizing built-in elements, making the is prop collision more likely to create an impediment.

@embellish/react@0.6.4

13 Jul 21:06
6a82c21
Compare
Choose a tag to compare

Patch Changes

  • 096c9e9: Type inference fix for callback props.

@embellish/react@0.6.3

06 Jul 17:52
831d97e
Compare
Choose a tag to compare

Patch Changes

  • 68a6480: Fixed typing for complex reusable conditions.

@embellish/react@0.6.2

06 Jul 02:42
a17ec2e
Compare
Choose a tag to compare

Patch Changes

  • f88ed60: Fixed a potential `is` prop collision issue.

@embellish/core@0.0.5

06 Jul 17:52
831d97e
Compare
Choose a tag to compare

Patch Changes

  • 68a6480: Fixed typing for complex reusable conditions.

@embellish/react@0.6.1

29 Jun 01:02
4c18c0e
Compare
Choose a tag to compare

Patch Changes

  • 2a74e6b: Avoid prop collision issues by prioritizing component's own props.

@embellish/react@0.6.0

28 Jun 14:17
90f90fb
Compare
Choose a tag to compare

Minor Changes

  • b532595: Made defaultStyle a function parameterized by the is prop (or default).
  • ffaad05: Renamed the as prop to is.

@embellish/react@0.5.0

21 Jun 13:43
c7f0d8e
Compare
Choose a tag to compare

Minor Changes

  • 8f33c80: Simplified type definitions for the createComponent function. The createStyleProps function is now required and accepts a record with true values instead of an array of property names.

Patch Changes

  • a7e660a: Removed component display name validation, which is not needed because React allows any string.