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]

14 Sep 10:04
341dc2f
Compare
Choose a tag to compare

Fixes

@gluestack-style/[email protected]

13 Sep 09:07
118aba4
Compare
Choose a tag to compare

Fixes

@gluestack-style/[email protected]

11 Sep 17:02
ec4c37d
Compare
Choose a tag to compare

Fixes

  • flush() function to return array of react elements b8247f4

@gluestack-style/[email protected]

11 Sep 12:32
586c5b0
Compare
Choose a tag to compare

Fixes #409

  • Added inline-base-state block to increase inline state style specificity
  • Added wrapper <div id="gs-injected" /> for injected style blocks
  • Prefixed style blocks with gs-injected to find them uniquely
  • Optimized first render for state prop getters

Internal changes

  • Removed toBeInjected and sxHash build time props, improves performance

@gluestack-style/[email protected]

11 Sep 12:31
586c5b0
Compare
Choose a tag to compare

Feature #409

  • Added GLUESTACK_STYLE_TARGET environment variable to remove unwanted data from orderedResolved prop
  • GLUESTACK_STYLE_TARGET accepts native or web as a value

You can add the following to your package.json scripts,

  "scripts": {
    "start-native": "GLUESTACK_STYLE_TARGET=native expo start -c",
    "start-native-release-mode": "GLUESTACK_STYLE_TARGET=native expo start --no-dev --minify",
    "start-web": "GLUESTACK_STYLE_TARGET=web expo start -c",
    "android": "GLUESTACK_STYLE_TARGET=native yarn expo run:android",
    "ios": "GLUESTACK_STYLE_TARGET=native yarn expo run:ios",
    "web": "GLUESTACK_STYLE_TARGET=web expo start --web"
  },

@gluestack-style/[email protected]

08 Sep 05:34
cfcb8df
Compare
Choose a tag to compare

Fixes

  • Passing props inside state props resolution issue

@gluestack-style/[email protected]

08 Sep 06:03
60334ad
Compare
Choose a tag to compare

Fixes

  • AssignmentExpression case for inline props resolution #403

@gluestack-style/[email protected]

06 Sep 14:08
6476e78
Compare
Choose a tag to compare

Fixes

  • Passing props dynamic values fallback for babel #397

@gluestack-style/[email protected]

06 Sep 11:23
df4cfb1
Compare
Choose a tag to compare

Fixes

  • Forward dataSet props #394
  • styled component composition with AsForwarder 38ef205

@gluestack-style/[email protected]

06 Sep 14:19
53d4af4
Compare
Choose a tag to compare

Fixes (#397)

  • Type assertion case for styled() params
  • sx prop conditional expression fallback
  • Remove dynamic values from resolution of theme