Skip to content

Releases: aws-amplify/amplify-ui

@aws-amplify/[email protected]

03 Mar 23:08
054f2ad
Compare
Choose a tag to compare

Minor Changes

  • #1394 3d5acaa4c Thanks @dbanksdesign! - Adding label 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]

03 Mar 23:08
054f2ad
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

03 Mar 23:08
054f2ad
Compare
Choose a tag to compare

Minor Changes

  • #1394 3d5acaa4c Thanks @dbanksdesign! - Adding label 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

@aws-amplify/[email protected]

03 Mar 23:08
054f2ad
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

01 Mar 22:45
e02bc4d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@aws-amplify/[email protected]

01 Mar 22:45
e02bc4d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@aws-amplify/[email protected]

01 Mar 22:45
e02bc4d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@aws-amplify/[email protected]

01 Mar 22:45
e02bc4d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@aws-amplify/[email protected]

24 Feb 23:52
2245553
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

23 Feb 01:10
b390fdc
Compare
Choose a tag to compare

Patch Changes