Skip to content

Releases: aws-amplify/amplify-ui

@aws-amplify/[email protected]

19 May 22:37
5cc5029

Choose a tag to compare

Patch Changes

  • #1928 a917b08bb Thanks @ErikCH! - Turned on ESLint for the Vue.js package. Fixed the following ESLint errors:

    • The alias-control, authenticator, amplify-button, base-select, reset-password and federated-sign-in-button all had the improper use of destructuring props, and was fixed.

    • Several components had typecasted the HTMLInputElement incorrectly, which was fixed.

    • Turned off vue/multi-word-component-names for the authenticator component, since it needs to match other frameworks.

    • Turned off no-explicity-any in the useAuth and index.ts file. We'll be adding types to useAuth in a future PR.

  • Updated dependencies [376c39fc0]:

@aws-amplify/[email protected]

19 May 22:37
5cc5029

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

19 May 22:37
5cc5029

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

17 May 22:02
dcba773

Choose a tag to compare

Minor Changes

  • #1879 937498b3f Thanks @dbanksdesign! - Add default dark mode theme override for React

      const theme: Theme = {
        name: 'my-theme',
        overrides: [defaultDarkModeOverride],
      };
    
      // ...
      <AmplifyProvider theme={theme} colorMode="system">
    
      // or
      <AmplifyProvider theme={theme} colorMode={colorMode}>

Patch Changes

  • #1908 62edc9ee3 Thanks @reesscot! - fix: regression in scrollview that shows scrollbars when unneeded

  • #1868 1c3e35a8d Thanks @wlee221! - This PR adds additional safeguards to hub event listeners we use. Now, we will only pass hub events to the auth machine if it is in the correct state.

  • #1904 5c5e89407 Thanks @joebuono! - bug(fix): MenuItem minHeight mapped incorrectly

@aws-amplify/[email protected]

17 May 22:02
dcba773

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

17 May 22:02
dcba773

Choose a tag to compare

Minor Changes

  • #1879 937498b3f Thanks @dbanksdesign! - Add default dark mode theme override for React

      const theme: Theme = {
        name: 'my-theme',
        overrides: [defaultDarkModeOverride],
      };
    
      // ...
      <AmplifyProvider theme={theme} colorMode="system">
    
      // or
      <AmplifyProvider theme={theme} colorMode={colorMode}>

Patch Changes

@aws-amplify/[email protected]

17 May 22:02
dcba773

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

12 May 23:35
5fd8b95

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

12 May 23:35
5fd8b95

Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

12 May 23:35
5fd8b95

Choose a tag to compare

Patch Changes