This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Releases: gluestack/gluestack-style
Releases · gluestack/gluestack-style
@gluestack-style/[email protected]
Fixes
- Support for Animated Svg components
- Multiple plugins issue
- Avoid adding multiple component wrappers while using plugins
@gluestack-style/[email protected]
Fixes
- Improved performance on the web by injecting inline styles once all components are booted for the first time.
@gluestack-style/[email protected]
Changes
- Animation resolver plugin #441
- Resolve animation props with
@gluestack-style/animation-resolver
along with supported animations drivers @gluestack-style/legend-motion-animation-driver
@gluestack-style/moti-animation-driver
- Resolve animation props with
- Customizing Component #456
- Customize components with
createStyle
andcreateComponent
functions
- Customize components with
- Configure Plugins #441
- Modify plugins within config
@gluestack-style/babel-plugin-style-resolver
- Optimization support for
createStyle
andcreateComponent
functions
- Optimization support for
Breaking changes
- deprecated
createStyled
, use plugins in config file - deprecated
@gluestack-style/animation-plugin
, use@gluestack-style/animation-resolver
along with supported drivers in config
@gluestack-style/[email protected]
Fixes
- Nested descendant style resolution fixes
@gluestack-style/[email protected]
Fixes
- SX with resolveInline props resolution
- Fixed
useBreakpointValue
hook with a boolean value
@gluestack-style/[email protected]
Fixes
- Extend component typing improvment
@gluestack-style/[email protected]
@gluestack-style/[email protected]
Features #415
- Added core hooks
- useToken
- useColorMode
- useBreakpointValue
@gluestack-style/[email protected]
Fixes
- Added
@gluestack-ui/themed
as default in styled option
@gluestack-style/[email protected]
Fixes
- Inline sx descendant style resolution precedence