Releases: aws-amplify/amplify-ui
@aws-amplify/[email protected]
Patch Changes
-
#1360
fbfcd04d3
Thanks @0618! - fix: menu dropdown style in dark mode by adding border -
#1368
c57a02349
Thanks @zchenwei! - style: cleaning up sr-only class -
#1366
e73e0276f
Thanks @wlee221! - PassformData
tosubmitForm
event on submit. This will ensure any default form values are submitted to Cognito, without relying onCHANGE
events. -
#1347
929cb8f76
Thanks @wlee221! - Store actor transition data in context
@aws-amplify/[email protected]
Patch Changes
-
#1368
c57a02349
Thanks @zchenwei! - style: cleaning up sr-only class -
#1366
e73e0276f
Thanks @wlee221! - PassformData
tosubmitForm
event on submit. This will ensure any default form values are submitted to Cognito, without relying onCHANGE
events. -
#1357
65ed5351f
Thanks @ErikCH! - Added new translations for confirm sign up page -
Updated dependencies [
fbfcd04d3
,c57a02349
,e73e0276f
,929cb8f76
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
-
#1355
19d5a6bfa
Thanks @zchenwei! - feat: addingisSelectionRequired
prop toToggleButtonGroup
primitiveExample:
import * as React from 'react'; import { MdFormatBold, MdFormatColorFill, MdFormatItalic, MdFormatUnderlined, } from 'react-icons/md'; import { ToggleButton, ToggleButtonGroup } from '@aws-amplify/ui-react'; export const SelectionRequiredToggleButtonGroupExample = () => { const [value, setValue] = React.useState('bold'); return ( <ToggleButtonGroup value={value} onChange={(value) => setValue(value as string)} isExclusive isSelectionRequired > <ToggleButton value="bold"> <MdFormatBold /> </ToggleButton> <ToggleButton value="italic"> <MdFormatItalic /> </ToggleButton> <ToggleButton value="underlined"> <MdFormatUnderlined /> </ToggleButton> <ToggleButton value="color-fill"> <MdFormatColorFill /> </ToggleButton> </ToggleButtonGroup> ); };
Patch Changes
-
#1358
43c814db4
Thanks @zchenwei! - chore: updating all React imports from default to namespace -
#1368
c57a02349
Thanks @zchenwei! - style: cleaning up sr-only class -
#1366
e73e0276f
Thanks @wlee221! - PassformData
tosubmitForm
event on submit. This will ensure any default form values are submitted to Cognito, without relying onCHANGE
events. -
#1357
65ed5351f
Thanks @ErikCH! - Added new translations for confirm sign up page -
#1371
1a2f8a732
Thanks @reesscot! - feat: add new TextAreaField primitive (replaces TextFieldisMultiline
feature)Example
<TextAreaField descriptiveText="Enter a valid last name" label="Last name" name="last_name" placeholder="Baggins" rows="3" onChange={(e) => console.info(e.currentTarget.value)} />
-
Updated dependencies [
fbfcd04d3
,c57a02349
,e73e0276f
,929cb8f76
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#1368
c57a02349
Thanks @zchenwei! - style: cleaning up sr-only class -
#1366
e73e0276f
Thanks @wlee221! - PassformData
tosubmitForm
event on submit. This will ensure any default form values are submitted to Cognito, without relying onCHANGE
events. -
#1357
65ed5351f
Thanks @ErikCH! - Added new translations for confirm sign up page -
Updated dependencies [
fbfcd04d3
,c57a02349
,e73e0276f
,929cb8f76
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#1328
722e2a932
Thanks @ErikCH! - Fixed bug where "Back to sign in" was not working on force new password page -
#1348
4c6d198e4
Thanks @Jesmaster! - Lowered priority of visited link style for link component -
#1313
38cdf38e4
Thanks @franscal7! - chore: add missing es translations
@aws-amplify/[email protected]
Patch Changes
-
#1320
94d09948a
Thanks @wlee221! - Re-exporttranslations
from ui-[framework] packages. This lets you usetranslations
directly:- import { translations } from '@aws-amplify/ui'; + import { translations } from '@aws-amplify/ui-[framework]';
-
Updated dependencies [
722e2a932
,4c6d198e4
,38cdf38e4
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
-
#1342
7a675ac73
Thanks @joebuono! - Addoptions
prop toExample:
<SelectField
options=['lions', 'tigers', 'bears']
Patch Changes
-
#1340
43d8106d3
Thanks @joebuono! - Allow Content-less TabItem -
#1320
94d09948a
Thanks @wlee221! - Re-exporttranslations
from ui-[framework] packages. This lets you usetranslations
directly:- import { translations } from '@aws-amplify/ui'; + import { translations } from '@aws-amplify/ui-[framework]';
-
#1321
e85c0db5c
Thanks @zchenwei! - chore: using aria-describedby on field controls -
Updated dependencies [
722e2a932
,4c6d198e4
,38cdf38e4
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#1320
94d09948a
Thanks @wlee221! - Re-exporttranslations
from ui-[framework] packages. This lets you usetranslations
directly:- import { translations } from '@aws-amplify/ui'; + import { translations } from '@aws-amplify/ui-[framework]';
-
Updated dependencies [
722e2a932
,4c6d198e4
,38cdf38e4
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#1296
f9bb30efd
Thanks @ErikCH! - Fixed bug where attributes were not being added for SMS/MFA logins -
#1268
7c81bacdf
Thanks @th3oxen! - Improve IT translation accuracy -
#1297
4e19822e4
Thanks @dbanksdesign! - Updating line-heights in controls (fields and buttons) to be consistent and adding a simple CSS reset.
This will also give some default line-height to all components by default. -
#1299
b4254e58a
Thanks @dbanksdesign! - Tweaks to default headings theme
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
f9bb30efd
,7c81bacdf
,4e19822e4
,b4254e58a
]:- @aws-amplify/[email protected]