gluestack-ui

React & React Native Components & Patterns (copy-paste components & patterns crafted with Tailwind CSS (NativeWind))

MIT License

Downloads
5.3M
Stars
2.5K
Committers
62

Bot releases are visible (Hide)

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 10 months ago

Patch Changes

  • fix: drag indiactor issue on web
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 10 months ago

Patch Changes

  • Fixed config reference issue
  • Fixed inline resolved stylesheet value
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 10 months ago

Patch Changes

  • Exposed GluestackStyleSheet and styleCSSIds to plugins
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 10 months ago

Patch Changes

  • Fixed plugin architecture (PR)[https://github.com/gluestack/gluestack-ui/pull/1490]
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 10 months ago

Patch Changes

  • Fixed plugin architecture (PR)[https://github.com/gluestack/gluestack-ui/pull/1490]
  • Updated dependencies
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 10 months ago

Patch Changes

  • Fixed plugin architecture (PR)[https://github.com/gluestack/gluestack-ui/pull/1490]
  • Updated dependencies
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • feat: accordion theme release
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • Fixed Avatar size styling
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • fix: Actionsheet create tree walk.
  • fix: slider step issue on native.
  • feat: New Component release Accordion(beta).
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • Fixed SliderThumb movement on adding steps greater than 1
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • fix: popover animation issue
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • fix: tooltip pointer events
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • fix: version bump @gluestack-style/react
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • fix: version bump @gluestack-style/react
  • Updated dependencies
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • Toast white notch issue.
  • Toast alignment issue.
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • Fixed Textarea warning.
  • Fixed SelectInput issues on ios.
  • Toast Shadow issue in android.
  • Toast shifted to new animation API.
  • toast.show now accept containerStyle prop for inline styling of AnimationWrapper.
  • gluestack-style version bump:
    • Fixed warning when no config passed to GluestackUIProvider.

Breaking Changes (Ejected Theme).

  • Add new ToastAnimationWrapper.ts file for Animation Wrapper of Toast. contain is shown below.

    // ToastAnimationWrapper.ts
    import { createStyle } from '@gluestack-style/react';
    export const ToastAnimationWrapper = createStyle({
      m: '$3',
      backgroundColor: 'white',
      borderRadius: '$sm',
      flexDirection: 'row',
      _web: {
        pointerEvents: 'auto',
      },
      defaultProps: {
        hardShadow: '5',
      },
    });
    
  • Remove this m: '$3', hardShadow: '5', borderRadius: '$sm' styles from Toast.ts file.

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 11 months ago

Patch Changes

  • Cyclic dependency of themed and config.
  • AvatarImage now inherited from Image component of @gluestack-ui/themed
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 12 months ago

Patch Changes

  • Fixed utility props typings PR
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 12 months ago

Patch Changes

  • Added utility props support PR