Skip to content

@aws-amplify/[email protected]

Choose a tag to compare

@github-actions github-actions released this 14 Jun 23:39
· 2130 commits to main since this release
b062f73

Patch Changes

  • #2054 5eedbbed4 Thanks @zchenwei! - feat: adding colors theme key support in style props

    Example code

    import { View } from '@aws-amplify/ui-react';
    
    export const Demo = () => {
      return <View backgroundColor="pink.10" color="red.40" />;
    };
  • #2071 ef790e5fd Thanks @wlee221! - fix(authenticator): explicitly filter special characters allowed by Cognito

  • #2077 736cfe7cb Thanks @zchenwei! - feat(style): adding theme key support on more style props(font-family, line-height, opacity, box-shadow and transform)

  • #2084 5f3d3a264 Thanks @dbanksdesign! - fix: dark mode and disabled button. No longer using pure black and making the disabled button look mor disabled.

  • #2070 28bf92ddb Thanks @zchenwei! - feat: adding theme key(radii, space, fontSizes, and fontWeights) support for more style props