Releases: embellishing/embellish
Releases · embellishing/embellish
@embellish/[email protected]
Patch Changes
- 1c5e06a: Fix for highly complex expressions not working properly in Chrome.
@embellish/[email protected]
Patch Changes
- 1c5e06a: Fix for highly complex expressions not working properly in Chrome.
@embellish/[email protected]
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/[email protected]
Patch Changes
- 096c9e9: Type inference fix for callback props.
@embellish/[email protected]
Patch Changes
- 68a6480: Fixed typing for complex reusable conditions.
@embellish/[email protected]
Patch Changes
- f88ed60: Fixed a potential `is` prop collision issue.
@embellish/[email protected]
Patch Changes
- 68a6480: Fixed typing for complex reusable conditions.
@embellish/[email protected]
Patch Changes
- 2a74e6b: Avoid prop collision issues by prioritizing component's own props.
@embellish/[email protected]
@embellish/[email protected]
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.