Skip to content

@aws-amplify/[email protected]

Choose a tag to compare

@github-actions github-actions released this 17 May 22:02
· 2255 commits to main since this release
dcba773

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