Releases: embellishing/embellish
Releases · embellishing/embellish
@embellish/react@0.7.1
Patch Changes
- 1c5e06a: Fix for highly complex expressions not working properly in Chrome.
@embellish/core@0.0.6
Patch Changes
- 1c5e06a: Fix for highly complex expressions not working properly in Chrome.
@embellish/react@0.7.0
Minor Changes
- a408bdc: Renamed the
is
prop toas
. Aside fromas
being the more common prop name, the HTMLas
attribute applies only tolink
elements, which are strictly non-presentational. On the other hand, theis
prop is a global attribute used for customizing built-in elements, making theis
prop collision more likely to create an impediment.
@embellish/react@0.6.4
Patch Changes
- 096c9e9: Type inference fix for callback props.
@embellish/react@0.6.3
Patch Changes
- 68a6480: Fixed typing for complex reusable conditions.
@embellish/react@0.6.2
Patch Changes
- f88ed60: Fixed a potential `is` prop collision issue.
@embellish/core@0.0.5
Patch Changes
- 68a6480: Fixed typing for complex reusable conditions.
@embellish/react@0.6.1
Patch Changes
- 2a74e6b: Avoid prop collision issues by prioritizing component's own props.
@embellish/react@0.6.0
@embellish/react@0.5.0
Minor Changes
- 8f33c80: Simplified type definitions for the
createComponent
function. ThecreateStyleProps
function is now required and accepts a record withtrue
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.