fix(deps): update aws-amplify to v6 (major) #204
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.3.3
->^6.0.0
^5.3.15
->^6.0.0
Release Notes
aws-amplify/amplify-ui (@aws-amplify/ui-react)
v6.1.0
Compare Source
Minor Changes
8d41213bc
Thanks @calebpollman! - chore(docs): remove dynamic imports from React primitive pages, add FilterChildren internal componentv6.0.7
Compare Source
Patch Changes
4f643b05b
,190bf28d1
]:v6.0.6
Compare Source
Patch Changes
#4811
38bae5ee5
Thanks @esauerbo! - fix(liveness): adding aria attributes for photosensitivity warningUse a button for photosensitivity warning toggle instead of div to it make keyboard navigable.
Add aria roles to make the warning accessible for screen readers.
Updated dependencies [
38bae5ee5
]:v6.0.5
Compare Source
Patch Changes
#4802
c526cf53b
Thanks @thaddmt! - fix(liveness): add a11y tags to match indicator barUpdated dependencies [
c526cf53b
,cc2740b9a
]:v6.0.4
Compare Source
Patch Changes
ed55a6a36
,272a05edc
]:v6.0.3
Compare Source
Patch Changes
#4767
4ff26e27e
Thanks @calebpollman! - fix(authenticator): forgot password clean upUpdated dependencies [
4ff26e27e
,bb141a719
]:v6.0.2
Compare Source
Patch Changes
9dd0e58e5
]:v6.0.1
Compare Source
Patch Changes
2ab62defe
Thanks @calebpollman! - fix: rename ResetPassword to ForgotPasswordv6.0.0
Compare Source
Major Changes
Authenticator
Breaking ChangesThe
initialState
property now acceptsforgotPassword
in place ofresetPassword
:The
user
object provided after an end user has been authenticated has been updated to reflect theAuthUser
interface available fromaws-amplify/auth
:AuthUser
can be imported fromaws-amplify/auth
:User attributes are now available by directly calling
fetchUserAttribues
:The function signatures of the
services
interface have been updated to align with the shape of the underlyingaws-amplify/auth
APIs used by theAuthenticator
and provide improved typescript support:The input and return type interfaces are available as imports from
aws-amplify/auth
:#4452
de87be6d3
Thanks @dbanksdesign! - BREAKING:#4509
55d1f4940
Thanks @dbanksdesign! - breaking: refactoring Tabs component to remove Radix dependency and allow more composability and customization.You can also use the Tabs in a uncomposed way too:
Some notable differences:
defaultIndex
orcurrentIndex
you provide adefaultValue
orvalue
. Each Tabs.Item and Tabs.Panel should have avalue
that matches with the corresponding element.onChange
becomesonValueChange
defaultValue
orvalue
or else there will be no default selected tab. Previously the Tabs component would default to the first tab.There are also more design tokens and better CSS classes for easier customization.
#4474
27783d65a
Thanks @dbanksdesign! - breaking: updating classnames for better BEM syntaxamplify-loader__percentage-text
->amplify-loader__label
amplify-menu-content-wrapper
->amplify-menu__wrapper
amplify-menu-trigger
->amplify-menu__trigger
amplify-menu-content
->amplify-menu__content
amplify-menu-content__item
->amplify-menu__content__item
amplify-pagination__item-button
->amplify-pagination__item
amplify-pagination__item-current
->amplify-pagination__item--current
amplify-pagination__item-ellipsis
->amplify-pagination__item--ellipsis
amplify-rating-icon-container
->amplify-rating__item
amplify-rating-icon
->amplify-rating__icon
amplify-rating-icon-filled
->amplify-rating__icon--filled
amplify-rating-icon-empty
->amplify-rating__icon--empty
amplify-select__icon-wrapper
->amplify-select__icon
#4476
59c042c17
Thanks @dbanksdesign! - breaking: renaming Expander to Accordion and removing Radix dependency. The Accordion component is now built with<details>
and<summary>
elements to handle showing/hiding content.The Accordion can be controlled or uncontrolled (with a default value)
Major version bump for all Amplify UI packages due to uprade of peerDependency aws-amplify to v6
#4635
91372387c
Thanks @dbanksdesign! - breaking(theme): removing brand namespace from the theme tokensWe also added the ability to easily set the entire range of primary and secondary colors at the theme level
Minor Changes
#4445
7b55f4f78
Thanks @dbanksdesign! - feat: allow themes to have arbitrary tokens#4578
27be6ccf5
Thanks @dbanksdesign! - feat: add CSS layers support and CSS file splitting. The default style import '@aws-amplify/ui-react/styles.css' remains unchanged so these features are opt-in.We are now exposing each different component CSS file if you want fine-grained control over what CSS is loaded. Additionally, we will have a CSS reset and a base CSS file.
If you only wanted the button CSS you could do this:
You can also use the main 'styles.css' import with the new reset file too.
To use CSS layers, replace '.css' with '.layer.css' for any CSS import.
Patch Changes
#4463
23c0910d0
Thanks @esauerbo! - refactor(ui): update RadioGroupField to use FieldsetUpdate to
RadioGroupField
component props:legend
replaceslabel
legendHidden
replaceslabelHidden
Example usage:
<RadioGroupField legend="Language" legendHidden />
#4716
5bd721183
Thanks @calebpollman! - chore(deps): upgrade aws-amplify depsUpdated dependencies [
55d1f4940
,7b55f4f78
,27783d65a
,59c042c17
,91372387c
,f9e4fa838
,27be6ccf5
,5bd721183
]:aws-amplify/amplify-js (aws-amplify)
v6.0.9
: 2023-12-21 Amplify JS release - [email protected]Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.9
v6.0.8
Compare Source
v6.0.7
: 2023-12-12 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.7
v6.0.6
: 2023-12-05 Amplify JS release - [email protected]Compare Source
What's Changed
allow-licenses
list in dependency_review #PR2 by @kvramyasri7 in https://github.com/aws-amplify/amplify-js/pull/12615Build Sample App Tests
andinteg_next_auth_authenticator_and_ssr_page
tests fix by @kvramyasri7 in https://github.com/aws-amplify/amplify-js/pull/12655integ_vue_auth_legacy_vue_authenticator
failing canary test by @kvramyasri7 in https://github.com/aws-amplify/amplify-js/pull/12657Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.6
v6.0.5
: 2023-11-22 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.5
v6.0.4
: 2023-11-20 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.4
v6.0.3
: 2023-11-16 Amplify JS release - [email protected]Compare Source
What's Changed
Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.3
v6.0.2
Compare Source
v6.0.1
Compare Source
v6.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.