Releases: aws-amplify/amplify-ui
@aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
bde5e7a48,74e8c8935]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
-
#2268
556515238Thanks @zchenwei! - feat: addingformatValueprop on SliderField to allow formatting the valueExample
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]
Patch Changes
- Updated dependencies [
bde5e7a48,74e8c8935]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#2273
90eb39280Thanks @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
3b2d6c2afThanks @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]
@aws-amplify/[email protected]
Minor Changes
- #2262
a72cacec2Thanks @hein-j! - Update internal type EscapeHatchProps to acceptunknown, so that customers can set overrides of any type.
Patch Changes
-
#2263
14d35db95Thanks @slaymance! - Update to latest version of maplibre-gl-js-amplify to support maplibre-gl v2 -
#2279
332671d65Thanks @thaddmt! - fix: bump maplibre-gl-js-amplify to fix dependabot and other security related issues -
Updated dependencies [
90eb39280,3b2d6c2af]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#2159
595d30079Thanks @SantoshLatpate! - fix(angular): Disabled submit button when API call status is pending -
Updated dependencies [
90eb39280,3b2d6c2af]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- #2228
60da225f8Thanks @calebpollman! - fix(ui-react): directly return children from Authenticator