·
2130 commits
to main
since this release
Patch Changes
-
#2054
5eedbbed4Thanks @zchenwei! - feat: adding colors theme key support in style propsExample code
import { View } from '@aws-amplify/ui-react'; export const Demo = () => { return <View backgroundColor="pink.10" color="red.40" />; };
-
#2071
ef790e5fdThanks @wlee221! - fix(authenticator): explicitly filter special characters allowed by Cognito -
#2077
736cfe7cbThanks @zchenwei! - feat(style): adding theme key support on more style props(font-family,line-height,opacity,box-shadowandtransform) -
#2084
5f3d3a264Thanks @dbanksdesign! - fix: dark mode and disabled button. No longer using pure black and making the disabled button look mor disabled. -
#2070
28bf92ddbThanks @zchenwei! - feat: adding theme key(radii,space,fontSizes, andfontWeights) support for more style props