Skip to content

Releases: aws-amplify/amplify-ui

@aws-amplify/[email protected]

19 Jul 23:01
6b647ef

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

19 Jul 23:01
6b647ef

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

19 Jul 23:01
6b647ef

Choose a tag to compare

Minor Changes

  • #2268 556515238 Thanks @zchenwei! - feat: adding formatValue prop on SliderField to allow formatting the value

    Example

    export const SliderFieldFormatValueExample = () => {
      const formatValue = (value: number) => {
        return `${value}%`;
      };
      return (
        <SliderField
          label="SliderField with formatted value"
          defaultValue={50}
          formatValue={formatValue}
        />
      );
    };

Patch Changes

@aws-amplify/[email protected]

19 Jul 23:01
6b647ef

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

15 Jul 00:08
c5efbdf

Choose a tag to compare

Patch Changes

  • #2296 8659e2f7e Thanks @ErikCH! - Vue library had a bug that was causing types to not show correctly. This fix corrects the package.json to point to the correct definition file.

@aws-amplify/[email protected]

12 Jul 21:34
44131ae

Choose a tag to compare

Patch Changes

  • #2273 90eb39280 Thanks @ErikCH! - Added user-select property to 'text' for the amplify-input and the textArea primitives. This will help Ionic apps that set this property to none. In Webkit/Chromium-based browsers this is inherited and is causing inputs on those browsers to not work correctly.

  • #2269 3b2d6c2af Thanks @ErikCH! - Fixed bug that displayed "usernamed undefined" when using a lambda that autoconfirms the user during sign up. The sign up would fail and redirect the user to sign in with the "username undefined" error. The user then would have to sign in again. This patch will now assign the correct credentials during sign up for users that are auto confirmed.

@aws-amplify/[email protected]

12 Jul 21:34
44131ae

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

12 Jul 21:34
44131ae

Choose a tag to compare

Minor Changes

  • #2262 a72cacec2 Thanks @hein-j! - Update internal type EscapeHatchProps to accept unknown, so that customers can set overrides of any type.

Patch Changes

@aws-amplify/[email protected]

12 Jul 21:34
44131ae

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

05 Jul 22:23
a89dc12

Choose a tag to compare

Patch Changes