Releases: aws-amplify/amplify-ui
@aws-amplify/[email protected]
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
-
#1439
5f1753785
Thanks @artidata! - Added Indonesian translation. -
#1466
4c1a5cfbe
Thanks @0618! - centralize authenticator on example -
#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.
@aws-amplify/[email protected]
@aws-amplify/[email protected]
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]
@aws-amplify/[email protected]
Patch Changes
@aws-amplify/[email protected]
Minor Changes
- #1389
57f1441e4
Thanks @ErikCH! - Added new formfields prop that allows more customization of inputs and setup TOTP.
New docs can be found at https://ui.docs.amplify.aws/components/authenticator#form-field-customization
Patch Changes
@aws-amplify/[email protected]
Minor Changes
- #1389
57f1441e4
Thanks @ErikCH! - Added new formfields prop that allows more customization of inputs and setup TOTP.
New docs can be found at https://ui.docs.amplify.aws/components/authenticator#form-field-customization
Patch Changes
- Updated dependencies [
74e066622
,57f1441e4
,5b3b8479a
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
- #1389
57f1441e4
Thanks @ErikCH! - Added new formfields prop that allows more customization of inputs and setup TOTP.
New docs can be found at https://ui.docs.amplify.aws/components/authenticator#form-field-customization
Patch Changes
-
#1415
74e066622
Thanks @dbanksdesign! - Fixing checkboxlabelPosition
to position the label correctly. NowlabelPosition="start"
actually means start. -
#1432
6c51a2400
Thanks @joebuono! - Addmargin
andpadding
style props (marginTop
,paddingBottom
, etc) -
#1417
5b3b8479a
Thanks @wlee221! - Fix undefined reference in reset password flow -
Updated dependencies [
74e066622
,57f1441e4
,5b3b8479a
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
- #1389
57f1441e4
Thanks @ErikCH! - Added new formfields prop that allows more customization of inputs and setup TOTP.
New docs can be found at https://ui.docs.amplify.aws/components/authenticator#form-field-customization
Patch Changes
- Updated dependencies [
74e066622
,57f1441e4
,5b3b8479a
]:- @aws-amplify/[email protected]