diff --git a/.changeset/afraid-waves-switch.md b/.changeset/afraid-waves-switch.md deleted file mode 100644 index 4df52977bb5..00000000000 --- a/.changeset/afraid-waves-switch.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@aws-amplify/ui-react": minor -"@aws-amplify/ui": minor ---- - -feat(react/ui): add new Fieldset Primitive - -Usage: -``` -
- // Fieldset content/form controls -
-``` diff --git a/.changeset/angry-spiders-destroy.md b/.changeset/angry-spiders-destroy.md deleted file mode 100644 index 8fded53c81c..00000000000 --- a/.changeset/angry-spiders-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-liveness": patch ---- - -chore(liveness): update start screen text to remove 7 seconds diff --git a/.changeset/brown-apricots-add.md b/.changeset/brown-apricots-add.md deleted file mode 100644 index 1ad0cb217e1..00000000000 --- a/.changeset/brown-apricots-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -fix(react): ShowPasswordButton should have aria-hidden="true" on icon diff --git a/.changeset/itchy-crabs-return.md b/.changeset/itchy-crabs-return.md deleted file mode 100644 index 05087f89052..00000000000 --- a/.changeset/itchy-crabs-return.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"@aws-amplify/ui-react-storage": minor -"@aws-amplify/ui-react": minor -"@aws-amplify/ui": minor ---- - -feat(react): DropZone component - -```jsx -export default function DefaultDropZoneExample() { - const [files, setFiles] = React.useState([]); - return ( - <> - { - setFiles(files); - }} - > - Drag images here - - {files.map((file) => ( - {file.name} - ))} - - ); -} -``` diff --git a/.changeset/long-sloths-buy.md b/.changeset/long-sloths-buy.md deleted file mode 100644 index 8a98f8934ce..00000000000 --- a/.changeset/long-sloths-buy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@aws-amplify/ui-react-storage': minor -'@aws-amplify/ui-react': patch -'@aws-amplify/ui': patch ---- - -feat(ui-react-storage): Added upload actions and option to upload files on click. Usage: - -``` - -``` diff --git a/.changeset/nine-insects-pay.md b/.changeset/nine-insects-pay.md deleted file mode 100644 index 8696761e22f..00000000000 --- a/.changeset/nine-insects-pay.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -feat(react): Add new Message primitive. - -Usage: -``` -Content of the message. -``` diff --git a/.changeset/poor-beans-exercise.md b/.changeset/poor-beans-exercise.md deleted file mode 100644 index 8fe2084ccf8..00000000000 --- a/.changeset/poor-beans-exercise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@aws-amplify/ui-react-native": patch -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch ---- - -chore(ui): adds info, warning, and success border tokens. updates background color tokens for info, warning, success and error. diff --git a/.changeset/ten-bats-trade.md b/.changeset/ten-bats-trade.md deleted file mode 100644 index 10e19fccad0..00000000000 --- a/.changeset/ten-bats-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -chore(react): update tests for disabled Fieldset diff --git a/.changeset/three-baboons-chew.md b/.changeset/three-baboons-chew.md deleted file mode 100644 index 2dc9dff8526..00000000000 --- a/.changeset/three-baboons-chew.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@aws-amplify/ui": patch -"@aws-amplify/ui-react": patch ---- - -feat: Input and Label primitives - -```jx -export const InputLabelExample = () => ( - <> - - - -); -``` diff --git a/.changeset/two-walls-collect.md b/.changeset/two-walls-collect.md deleted file mode 100644 index 85eac25ab8f..00000000000 --- a/.changeset/two-walls-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react-core": patch ---- - -chore(ui-react-core): add named returned values to createContextUtilities diff --git a/.changeset/warm-cups-camp.md b/.changeset/warm-cups-camp.md deleted file mode 100644 index 66cdc7add0e..00000000000 --- a/.changeset/warm-cups-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -chore(authenticator): add additional types for form fields diff --git a/docs/package.json b/docs/package.json index ee76091aca7..59f6c578433 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,8 +23,8 @@ "test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts" }, "dependencies": { - "@aws-amplify/ui-react": "5.2.0", - "@aws-amplify/ui-react-storage": "2.2.0", + "@aws-amplify/ui-react": "5.3.0", + "@aws-amplify/ui-react-storage": "2.3.0", "@cucumber/gherkin": "^19.0.3", "@cucumber/messages": "^16.0.1", "@docsearch/react": "3", diff --git a/examples/angular/package.json b/examples/angular/package.json index 7e746ea4eb8..08f83ba5264 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^14.3.0", "@angular/platform-browser-dynamic": "^14.3.0", "@angular/router": "^14.3.0", - "@aws-amplify/ui-angular": "^4.0.7", + "@aws-amplify/ui-angular": "^4.0.8", "aws-amplify": "latest", "rxjs": "~6.6.0", "tslib": "^2.0.0", diff --git a/examples/next/package.json b/examples/next/package.json index cdcf7c43285..4f6a4a9122c 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,10 +10,10 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^5.2.0", - "@aws-amplify/ui-react-liveness": "^2.0.5", - "@aws-amplify/ui-react-storage": "^2.2.0", - "@aws-amplify/ui-react-notifications": "^1.0.11", + "@aws-amplify/ui-react": "^5.3.0", + "@aws-amplify/ui-react-liveness": "^2.0.6", + "@aws-amplify/ui-react-storage": "^2.3.0", + "@aws-amplify/ui-react-notifications": "^1.0.12", "@aws-amplify/ui-react-geo": "^1.0.2", "@aws-sdk/credential-providers": "^3.370.0", "aws-amplify": "latest", diff --git a/examples/vue/package.json b/examples/vue/package.json index 838615161ff..2ec0594fd05 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -10,7 +10,7 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-vue": "^3.1.26", + "@aws-amplify/ui-vue": "^3.1.27", "aws-amplify": "latest", "vue": "^3.0.5", "vue-router": "4" diff --git a/packages/angular/projects/ui-angular/CHANGELOG.md b/packages/angular/projects/ui-angular/CHANGELOG.md index de1dbd2ed58..b5bffcca13b 100644 --- a/packages/angular/projects/ui-angular/CHANGELOG.md +++ b/packages/angular/projects/ui-angular/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-angular +## 4.0.8 + +### Patch Changes + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui@5.8.0 + ## 4.0.7 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index be76683906f..811c00202bd 100644 --- a/packages/angular/projects/ui-angular/package.json +++ b/packages/angular/projects/ui-angular/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-angular", - "version": "4.0.7", + "version": "4.0.8", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -19,7 +19,7 @@ "aws-amplify": "^5.0.1" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", + "@aws-amplify/ui": "5.8.0", "classnames": "2.3.1", "nanoid": "3.1.31", "qrcode": "1.5.0", diff --git a/packages/angular/projects/ui-angular/src/version.ts b/packages/angular/projects/ui-angular/src/version.ts index 353ac268e1f..d92c42eb3fa 100644 --- a/packages/angular/projects/ui-angular/src/version.ts +++ b/packages/angular/projects/ui-angular/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.0.7'; +export const VERSION = '4.0.8'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 59fd2ebe362..3bcac07c3f0 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -30,7 +30,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^5.7.2", + "@aws-amplify/ui": "^5.8.0", "@badeball/cypress-cucumber-preprocessor": "^16.0.3", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", "@cucumber/cucumber": "^9.3.0", diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index 4e5f5e71062..a9ac6cd7a7f 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-core-notifications +## 1.0.9 + +### Patch Changes + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`5bc0c8a32`](https://github.com/aws-amplify/amplify-ui/commit/5bc0c8a32d1552313df496f96b96738637d0b157), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui@5.8.0 + - @aws-amplify/ui-react-core@2.1.32 + ## 1.0.8 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index eaf8aa65adc..a802454a04a 100644 --- a/packages/react-core-notifications/package.json +++ b/packages/react-core-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core-notifications", - "version": "1.0.8", + "version": "1.0.9", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -36,8 +36,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", - "@aws-amplify/ui-react-core": "2.1.31" + "@aws-amplify/ui": "5.8.0", + "@aws-amplify/ui-react-core": "2.1.32" }, "peerDependencies": { "aws-amplify": "^5.0.1", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index f93b21f8025..7d70a6a6982 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-core +## 2.1.32 + +### Patch Changes + +- [#4381](https://github.com/aws-amplify/amplify-ui/pull/4381) [`5bc0c8a32`](https://github.com/aws-amplify/amplify-ui/commit/5bc0c8a32d1552313df496f96b96738637d0b157) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(ui-react-core): add named returned values to createContextUtilities + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui@5.8.0 + ## 2.1.31 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index d0d43503f0a..38e956eec4f 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core", - "version": "2.1.31", + "version": "2.1.32", "main": "dist/index.js", "module": "dist/esm/index.mjs", "react-native": "dist/index.js", @@ -31,7 +31,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", + "@aws-amplify/ui": "5.8.0", "@xstate/react": "3.0.1", "lodash": "4.17.21", "xstate": "^4.33.6" diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 9404e788bf7..faae33b0a0a 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-liveness +## 2.0.6 + +### Patch Changes + +- [#4392](https://github.com/aws-amplify/amplify-ui/pull/4392) [`60f21e0ab`](https://github.com/aws-amplify/amplify-ui/commit/60f21e0ab7761467268cd46ac8ee1e9752df33af) Thanks [@thaddmt](https://github.com/thaddmt)! - chore(liveness): update start screen text to remove 7 seconds + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`265f0b482`](https://github.com/aws-amplify/amplify-ui/commit/265f0b48249c89b004a40a1a06abc0c3551f45f7), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`5b6c9bfe4`](https://github.com/aws-amplify/amplify-ui/commit/5b6c9bfe4ef1c0727270bffacb5f9e8045a8325d), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`9471ea53a`](https://github.com/aws-amplify/amplify-ui/commit/9471ea53a2414879d197adb5f52c8dcb3e0df946), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui-react@5.3.0 + - @aws-amplify/ui@5.8.0 + ## 2.0.5 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 3e5cc59b23b..5bb2669a924 100644 --- a/packages/react-liveness/package.json +++ b/packages/react-liveness/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-liveness", - "version": "2.0.5", + "version": "2.0.6", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ "react-dom": ">= 16.14.0" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", - "@aws-amplify/ui-react": "5.2.0", + "@aws-amplify/ui": "5.8.0", + "@aws-amplify/ui-react": "5.3.0", "@aws-sdk/client-rekognitionstreaming": "3.360.0", "@tensorflow-models/blazeface": "0.0.7", "@tensorflow/tfjs-backend-cpu": "3.11.0", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index becdf4bbc3d..bf049c30482 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.5'; +export const VERSION = '2.0.6'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 239a3a6e1c3..d178474e10b 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-native +## 1.2.27 + +### Patch Changes + +- [#4368](https://github.com/aws-amplify/amplify-ui/pull/4368) [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26) Thanks [@hbuchel](https://github.com/hbuchel)! - chore(ui): adds info, warning, and success border tokens. updates background color tokens for info, warning, success and error. + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`5bc0c8a32`](https://github.com/aws-amplify/amplify-ui/commit/5bc0c8a32d1552313df496f96b96738637d0b157), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui@5.8.0 + - @aws-amplify/ui-react-core@2.1.32 + - @aws-amplify/ui-react-core-notifications@1.0.9 + ## 1.2.26 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f5e2304a28f..45414e806f3 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-native", - "version": "1.2.26", + "version": "1.2.27", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -40,9 +40,9 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", - "@aws-amplify/ui-react-core": "2.1.31", - "@aws-amplify/ui-react-core-notifications": "1.0.8" + "@aws-amplify/ui": "5.8.0", + "@aws-amplify/ui-react-core": "2.1.32", + "@aws-amplify/ui-react-core-notifications": "1.0.9" }, "peerDependencies": { "aws-amplify": "^5.0.1", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 7eaaea902ad..ef3681800dc 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.2.26'; +export const VERSION = '1.2.27'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index d94eee79193..ed01259e2fc 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 1.0.12 + +### Patch Changes + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`265f0b482`](https://github.com/aws-amplify/amplify-ui/commit/265f0b48249c89b004a40a1a06abc0c3551f45f7), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`5b6c9bfe4`](https://github.com/aws-amplify/amplify-ui/commit/5b6c9bfe4ef1c0727270bffacb5f9e8045a8325d), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`9471ea53a`](https://github.com/aws-amplify/amplify-ui/commit/9471ea53a2414879d197adb5f52c8dcb3e0df946), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui-react@5.3.0 + - @aws-amplify/ui@5.8.0 + - @aws-amplify/ui-react-core-notifications@1.0.9 + ## 1.0.11 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index ba371c0d381..eedb8d0342b 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-notifications", - "version": "1.0.11", + "version": "1.0.12", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,9 +40,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", - "@aws-amplify/ui-react": "5.2.0", - "@aws-amplify/ui-react-core-notifications": "1.0.8", + "@aws-amplify/ui": "5.8.0", + "@aws-amplify/ui-react": "5.3.0", + "@aws-amplify/ui-react-core-notifications": "1.0.9", "classnames": "2.3.1", "tinycolor2": "1.4.2" }, diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 15f5d38afbc..080f09027d5 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,48 @@ # @aws-amplify/ui-react-storage +## 2.3.0 + +### Minor Changes + +- [#4359](https://github.com/aws-amplify/amplify-ui/pull/4359) [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(react): DropZone component + + ```jsx + export default function DefaultDropZoneExample() { + const [files, setFiles] = React.useState([]); + return ( + <> + { + setFiles(files); + }} + > + Drag images here + + {files.map((file) => ( + {file.name} + ))} + + ); + } + ``` + +- [#4367](https://github.com/aws-amplify/amplify-ui/pull/4367) [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - feat(ui-react-storage): Added upload actions and option to upload files on click. Usage: + + ``` + + ``` + +### Patch Changes + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`265f0b482`](https://github.com/aws-amplify/amplify-ui/commit/265f0b48249c89b004a40a1a06abc0c3551f45f7), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`5b6c9bfe4`](https://github.com/aws-amplify/amplify-ui/commit/5b6c9bfe4ef1c0727270bffacb5f9e8045a8325d), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`9471ea53a`](https://github.com/aws-amplify/amplify-ui/commit/9471ea53a2414879d197adb5f52c8dcb3e0df946), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`5bc0c8a32`](https://github.com/aws-amplify/amplify-ui/commit/5bc0c8a32d1552313df496f96b96738637d0b157), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui-react@5.3.0 + - @aws-amplify/ui@5.8.0 + - @aws-amplify/ui-react-core@2.1.32 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 581fa4a8abd..ab1718c9cd5 100644 --- a/packages/react-storage/package.json +++ b/packages/react-storage/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-storage", - "version": "2.2.0", + "version": "2.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,9 +40,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", - "@aws-amplify/ui-react": "5.2.0", - "@aws-amplify/ui-react-core": "2.1.31", + "@aws-amplify/ui": "5.8.0", + "@aws-amplify/ui-react": "5.3.0", + "@aws-amplify/ui-react-core": "2.1.32", "classnames": "2.3.1", "lodash": "4.17.21", "tslib": "2.4.1" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2437aa1456d..a93e2c7c808 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,82 @@ # @aws-amplify/ui-react +## 5.3.0 + +### Minor Changes + +- [#4348](https://github.com/aws-amplify/amplify-ui/pull/4348) [`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react/ui): add new Fieldset Primitive + + Usage: + + ``` +
+ // Fieldset content/form controls +
+ ``` + +- [#4359](https://github.com/aws-amplify/amplify-ui/pull/4359) [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(react): DropZone component + + ```jsx + export default function DefaultDropZoneExample() { + const [files, setFiles] = React.useState([]); + return ( + <> + { + setFiles(files); + }} + > + Drag images here + + {files.map((file) => ( + {file.name} + ))} + + ); + } + ``` + +### Patch Changes + +- [#4372](https://github.com/aws-amplify/amplify-ui/pull/4372) [`265f0b482`](https://github.com/aws-amplify/amplify-ui/commit/265f0b48249c89b004a40a1a06abc0c3551f45f7) Thanks [@hbuchel](https://github.com/hbuchel)! - fix(react): ShowPasswordButton should have aria-hidden="true" on icon + +- [#4367](https://github.com/aws-amplify/amplify-ui/pull/4367) [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - feat(ui-react-storage): Added upload actions and option to upload files on click. Usage: + + ``` + + ``` + +- [#4361](https://github.com/aws-amplify/amplify-ui/pull/4361) [`5b6c9bfe4`](https://github.com/aws-amplify/amplify-ui/commit/5b6c9bfe4ef1c0727270bffacb5f9e8045a8325d) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react): Add new Message primitive. + + Usage: + + ``` + Content of the message. + ``` + +- [#4368](https://github.com/aws-amplify/amplify-ui/pull/4368) [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26) Thanks [@hbuchel](https://github.com/hbuchel)! - chore(ui): adds info, warning, and success border tokens. updates background color tokens for info, warning, success and error. + +- [#4389](https://github.com/aws-amplify/amplify-ui/pull/4389) [`9471ea53a`](https://github.com/aws-amplify/amplify-ui/commit/9471ea53a2414879d197adb5f52c8dcb3e0df946) Thanks [@hbuchel](https://github.com/hbuchel)! - chore(react): update tests for disabled Fieldset + +- [#4384](https://github.com/aws-amplify/amplify-ui/pull/4384) [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066) Thanks [@reesscot](https://github.com/reesscot)! - feat: Input and Label primitives + + ```jx + export const InputLabelExample = () => ( + <> + + + + ); + ``` + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`5bc0c8a32`](https://github.com/aws-amplify/amplify-ui/commit/5bc0c8a32d1552313df496f96b96738637d0b157), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui@5.8.0 + - @aws-amplify/ui-react-core@2.1.32 + ## 5.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8feb413a46a..a6614c5f019 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "5.2.0", + "version": "5.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,8 +47,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", - "@aws-amplify/ui-react-core": "2.1.31", + "@aws-amplify/ui": "5.8.0", + "@aws-amplify/ui-react-core": "2.1.32", "@radix-ui/react-accordion": "1.0.0", "@radix-ui/react-direction": "1.0.0", "@radix-ui/react-dropdown-menu": "1.0.0", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 52ba2c39c52..1c1586937a9 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.2.0'; +export const VERSION = '5.3.0'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 946c3da72bb..73c23992df7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,68 @@ # @aws-amplify/ui +## 5.8.0 + +### Minor Changes + +- [#4348](https://github.com/aws-amplify/amplify-ui/pull/4348) [`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react/ui): add new Fieldset Primitive + + Usage: + + ``` +
+ // Fieldset content/form controls +
+ ``` + +- [#4359](https://github.com/aws-amplify/amplify-ui/pull/4359) [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(react): DropZone component + + ```jsx + export default function DefaultDropZoneExample() { + const [files, setFiles] = React.useState([]); + return ( + <> + { + setFiles(files); + }} + > + Drag images here + + {files.map((file) => ( + {file.name} + ))} + + ); + } + ``` + +### Patch Changes + +- [#4367](https://github.com/aws-amplify/amplify-ui/pull/4367) [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - feat(ui-react-storage): Added upload actions and option to upload files on click. Usage: + + ``` + + ``` + +- [#4368](https://github.com/aws-amplify/amplify-ui/pull/4368) [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26) Thanks [@hbuchel](https://github.com/hbuchel)! - chore(ui): adds info, warning, and success border tokens. updates background color tokens for info, warning, success and error. + +- [#4384](https://github.com/aws-amplify/amplify-ui/pull/4384) [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066) Thanks [@reesscot](https://github.com/reesscot)! - feat: Input and Label primitives + + ```jx + export const InputLabelExample = () => ( + <> + + + + ); + ``` + +- [#4376](https://github.com/aws-amplify/amplify-ui/pull/4376) [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13) Thanks [@thaddmt](https://github.com/thaddmt)! - chore(authenticator): add additional types for form fields + ## 5.7.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 190539ccdc2..41dc1a0f9b0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "5.7.2", + "version": "5.8.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index e68646e64a3..4f6b2ee6c5e 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 3.1.27 + +### Patch Changes + +- Updated dependencies [[`276968530`](https://github.com/aws-amplify/amplify-ui/commit/276968530ba1049cfa4a9fd1efe8bd870b3e4b18), [`ec495a6f6`](https://github.com/aws-amplify/amplify-ui/commit/ec495a6f638c53970edd8706a0eeb5f95d142689), [`e1fc61119`](https://github.com/aws-amplify/amplify-ui/commit/e1fc61119224a92a4648d1d1673177647b1a8e53), [`14e402b6e`](https://github.com/aws-amplify/amplify-ui/commit/14e402b6eedab6bdef5cec21b0b084f230b0ce26), [`2407ac294`](https://github.com/aws-amplify/amplify-ui/commit/2407ac294270214bd20c414349d2423ab14b8066), [`64fba0fd2`](https://github.com/aws-amplify/amplify-ui/commit/64fba0fd2ec4a0c5061b461f527c8a45235eee13)]: + - @aws-amplify/ui@5.8.0 + ## 3.1.26 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index b625693532e..a8ac10baa81 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "3.1.26", + "version": "3.1.27", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -37,7 +37,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@aws-amplify/ui": "5.7.2", + "@aws-amplify/ui": "5.8.0", "@vue/tsconfig": "^0.1.3", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index f3dd543b1bc..b288c18f3f8 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.26'; +export const VERSION = '3.1.27';