Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Releases: gluestack/gluestack-style

@gluestack-style/[email protected]

11 Oct 13:59
dba8656
Compare
Choose a tag to compare

Fixes

  • Support for Animated Svg components
  • Multiple plugins issue
  • Avoid adding multiple component wrappers while using plugins

@gluestack-style/[email protected]

11 Oct 11:17
9da1c23
Compare
Choose a tag to compare

Fixes

  • Improved performance on the web by injecting inline styles once all components are booted for the first time.

@gluestack-style/[email protected]

06 Oct 14:25
9394a9e
Compare
Choose a tag to compare

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
  • Customizing Component #456
    • Customize components with createStyle and createComponent functions
  • Configure Plugins #441
    • Modify plugins within config
  • @gluestack-style/babel-plugin-style-resolver
    • Optimization support for createStyle and createComponent functions

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]

21 Sep 12:10
36ce96f
Compare
Choose a tag to compare

Fixes

  • Nested descendant style resolution fixes

@gluestack-style/[email protected]

21 Sep 08:01
04141ab
Compare
Choose a tag to compare

Fixes

  • SX with resolveInline props resolution
  • Fixed useBreakpointValue hook with a boolean value

@gluestack-style/[email protected]

18 Sep 14:09
Compare
Choose a tag to compare

Fixes

  • Extend component typing improvment

@gluestack-style/[email protected]

18 Sep 11:10
74cfecf
Compare
Choose a tag to compare

Fixes

  • Passing props array value merging #442
  • ComponentStyleConfig typings #443
  • useColorMode was returning old value a6ca7ff
  • useBreakpointValue was not returning the closest breakpoint value 0d8fa12

@gluestack-style/[email protected]

15 Sep 12:48
9e21fa0
Compare
Choose a tag to compare

Features #415

  • Added core hooks
    • useToken
    • useColorMode
    • useBreakpointValue

@gluestack-style/[email protected]

15 Sep 12:43
8c0d6c8
Compare
Choose a tag to compare

Fixes

  • Added @gluestack-ui/themed as default in styled option

@gluestack-style/[email protected]

14 Sep 13:04
6eb0e02
Compare
Choose a tag to compare

Fixes

  • Inline sx descendant style resolution precedence