·
2255 commits
to main
since this release
Minor Changes
-
#1879
937498b3fThanks @dbanksdesign! - Add default dark mode theme override for Reactconst theme: Theme = { name: 'my-theme', overrides: [defaultDarkModeOverride], }; // ... <AmplifyProvider theme={theme} colorMode="system"> // or <AmplifyProvider theme={theme} colorMode={colorMode}>
Patch Changes
-
#1908
62edc9ee3Thanks @reesscot! - fix: regression in scrollview that shows scrollbars when unneeded -
#1868
1c3e35a8dThanks @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
5c5e89407Thanks @joebuono! - bug(fix): MenuItem minHeight mapped incorrectly