Minor Changes
-
#1394
3d5acaa4c
Thanks @dbanksdesign! - Addinglabel
prop to Divider component.import { Flex, Text, Divider } from '@aws-amplify/ui-react'; export const LabelExample = () => ( <Flex direction="column"> <Text>Before</Text> <Divider label="OR" /> <Text>After</Text> </Flex> );
Patch Changes
-
#1461
a7e65c56f
Thanks @jacoblogan! - set pagination current page default to 1 -
#1443
851288030
Thanks @joebuono! - Improve efficiency of View styles by combining hooks into singleuseStyles
hook -
#1434
45546b0d6
Thanks @joebuono! - Convertpadding
andmargin
properties to logical equivalents
(e.g.,paddingTop
converts topadding-block-start
) -
#1407
731587a58
Thanks @0618! - fix authenticator SetupTOTP, refactor authenticator styles -
#1447
3343e187b
Thanks @dbanksdesign! - Fixing nested AmplifyProviders and theming. This fixes issues seen on the docs site if you have nested AmplifyProviders causing weird issues. The provider now cleans itself up properly and only injects CSS if necessary. -
Updated dependencies [
5f1753785
,4c1a5cfbe
,3d5acaa4c
,731587a58
,3343e187b
]:- @aws-amplify/[email protected]