·
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
-
#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. -
#1878
279dbc8b1Thanks @joebuono! - bug(fix): PhoneNumberField does not honor readonly prop -
#1898
1f3c60a1aThanks @joebuono! - bug(fix): Apply styling to disabled MenuItems -
#1917
435be20a9Thanks @slaymance! - Revert "fix(geo): Point to react-map-gl es5 bundle" -
Updated dependencies [
62edc9ee3,1c3e35a8d,937498b3f,5c5e89407]:- @aws-amplify/[email protected]