diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 620e6edc9fe..3459422d687 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/calcite-components": "2.11.1", - "packages/calcite-components-react": "2.11.1", + "packages/calcite-components": "2.12.0", + "packages/calcite-components-react": "2.12.0", "packages/calcite-design-tokens": "2.2.0", - "packages/calcite-ui-icons": "3.30.0", + "packages/calcite-ui-icons": "3.31.0", "packages/eslint-plugin-calcite-components": "1.2.0", - "packages/calcite-components-angular/projects/component-library": "2.11.1" + "packages/calcite-components-angular/projects/component-library": "2.12.0" } diff --git a/examples/components/angular/package.json b/examples/components/angular/package.json index 89bdffdeb87..669bb891044 100644 --- a/examples/components/angular/package.json +++ b/examples/components/angular/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser": "^18.1.0", "@angular/platform-browser-dynamic": "^18.1.0", "@angular/router": "^18.1.0", - "@esri/calcite-components-angular": "^2.11.1", + "@esri/calcite-components-angular": "2.12.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" diff --git a/examples/components/preact/package.json b/examples/components/preact/package.json index d37b7eba915..12719becbad 100644 --- a/examples/components/preact/package.json +++ b/examples/components/preact/package.json @@ -28,7 +28,7 @@ ] }, "dependencies": { - "@esri/calcite-components": "^2.11.1", + "@esri/calcite-components": "2.12.0", "preact": "^10.10.0", "preact-render-to-string": "^5.2.1", "preact-router": "^3.2.1" diff --git a/examples/components/react/package.json b/examples/components/react/package.json index c7877f1792e..50d94beed11 100644 --- a/examples/components/react/package.json +++ b/examples/components/react/package.json @@ -16,7 +16,7 @@ "preview": "vite preview" }, "dependencies": { - "@esri/calcite-components-react": "^2.11.1", + "@esri/calcite-components-react": "2.12.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/components/rollup/package.json b/examples/components/rollup/package.json index 850ee969787..3b4e3b9e998 100644 --- a/examples/components/rollup/package.json +++ b/examples/components/rollup/package.json @@ -15,7 +15,7 @@ "start": "serve public" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", diff --git a/examples/components/vite/package.json b/examples/components/vite/package.json index 33ab3cf6b53..97ea9a5058b 100644 --- a/examples/components/vite/package.json +++ b/examples/components/vite/package.json @@ -15,7 +15,7 @@ "serve": "vite preview" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "@types/node": "^22.1.0", diff --git a/examples/components/vue/package.json b/examples/components/vue/package.json index 94ffbdbdba6..e43be49d78d 100644 --- a/examples/components/vue/package.json +++ b/examples/components/vue/package.json @@ -16,7 +16,7 @@ "copy": "ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/" }, "dependencies": { - "@esri/calcite-components": "^2.11.1", + "@esri/calcite-components": "2.12.0", "vue": "^3.4.36" }, "devDependencies": { diff --git a/examples/components/web-dev-server/package.json b/examples/components/web-dev-server/package.json index d499ed15546..e8e3b611fcb 100644 --- a/examples/components/web-dev-server/package.json +++ b/examples/components/web-dev-server/package.json @@ -13,7 +13,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "@web/dev-server": "^0.4.6" diff --git a/examples/components/webpack/package.json b/examples/components/webpack/package.json index 69b2d02a480..2c45d91aa5c 100644 --- a/examples/components/webpack/package.json +++ b/examples/components/webpack/package.json @@ -14,7 +14,7 @@ "start": "webpack-dev-server --open" }, "dependencies": { - "@esri/calcite-components": "^2.11.1" + "@esri/calcite-components": "2.12.0" }, "devDependencies": { "copy-webpack-plugin": "^12.0.2", diff --git a/package-lock.json b/package-lock.json index f86caae0546..91b5a613f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35211,10 +35211,10 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.12.0-next.34", + "version": "2.12.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-ui-icons": "3.31.0-next.4", + "@esri/calcite-ui-icons": "3.31.0", "@floating-ui/dom": "1.6.10", "@stencil/core": "4.20.0", "@types/color": "3.0.6", @@ -38888,10 +38888,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.34", + "version": "2.12.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.34", + "@esri/calcite-components": "2.12.0", "tslib": "2.6.3" }, "peerDependencies": { @@ -38901,10 +38901,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.12.0-next.34", + "version": "2.12.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.12.0-next.34" + "@esri/calcite-components": "2.12.0" }, "peerDependencies": { "react": ">=16.7", @@ -39347,7 +39347,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "3.31.0-next.4", + "version": "3.31.0", "license": "SEE LICENSE.md", "bin": { "spriter": "bin/spriter.js" diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index d669d486abe..b9b3f970a98 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,133 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.12.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.33...@esri/calcite-components-angular@2.12.0-next.34) (2024-08-27) +## [2.12.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.1...@esri/calcite-components-angular@2.12.0) (2024-08-28) -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.32...@esri/calcite-components-angular@2.12.0-next.33) (2024-08-27) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.32](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.31...@esri/calcite-components-angular@2.12.0-next.32) (2024-08-27) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.31](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.30...@esri/calcite-components-angular@2.12.0-next.31) (2024-08-23) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.30](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.29...@esri/calcite-components-angular@2.12.0-next.30) (2024-08-22) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.28...@esri/calcite-components-angular@2.12.0-next.29) (2024-08-22) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.27...@esri/calcite-components-angular@2.12.0-next.28) (2024-08-21) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.27](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.26...@esri/calcite-components-angular@2.12.0-next.27) (2024-08-21) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.26](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.25...@esri/calcite-components-angular@2.12.0-next.26) (2024-08-19) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.25](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.24...@esri/calcite-components-angular@2.12.0-next.25) (2024-08-19) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.24](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.23...@esri/calcite-components-angular@2.12.0-next.24) (2024-08-17) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.23](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.22...@esri/calcite-components-angular@2.12.0-next.23) (2024-08-16) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.22](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.21...@esri/calcite-components-angular@2.12.0-next.22) (2024-08-16) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.20...@esri/calcite-components-angular@2.12.0-next.21) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.19...@esri/calcite-components-angular@2.12.0-next.20) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.18...@esri/calcite-components-angular@2.12.0-next.19) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.18](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.17...@esri/calcite-components-angular@2.12.0-next.18) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.17](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.16...@esri/calcite-components-angular@2.12.0-next.17) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.16](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.15...@esri/calcite-components-angular@2.12.0-next.16) (2024-08-14) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.14...@esri/calcite-components-angular@2.12.0-next.15) (2024-08-14) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.13...@esri/calcite-components-angular@2.12.0-next.14) (2024-08-13) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.12...@esri/calcite-components-angular@2.12.0-next.13) (2024-08-13) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.11...@esri/calcite-components-angular@2.12.0-next.12) (2024-08-13) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.10...@esri/calcite-components-angular@2.12.0-next.11) (2024-08-12) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.9...@esri/calcite-components-angular@2.12.0-next.10) (2024-08-12) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.8...@esri/calcite-components-angular@2.12.0-next.9) (2024-08-09) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.7...@esri/calcite-components-angular@2.12.0-next.8) (2024-08-07) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.6...@esri/calcite-components-angular@2.12.0-next.7) (2024-08-07) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.5...@esri/calcite-components-angular@2.12.0-next.6) (2024-08-05) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.4...@esri/calcite-components-angular@2.12.0-next.5) (2024-08-05) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.3...@esri/calcite-components-angular@2.12.0-next.4) (2024-08-02) +### Miscellaneous Chores -**Note:** Version bump only for package @esri/calcite-components-angular +- **@esri/calcite-components-angular:** Synchronize components versions -## [2.12.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.2...@esri/calcite-components-angular@2.12.0-next.3) (2024-08-02) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-angular +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from 2.12.0-next.34 to 2.12.0 ## [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0...@esri/calcite-components-angular@2.11.1) (2024-08-02) @@ -137,22 +21,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **@esri/calcite-components-angular:** Synchronize components versions -## [2.12.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.1...@esri/calcite-components-angular@2.12.0-next.2) (2024-08-02) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.0...@esri/calcite-components-angular@2.12.0-next.1) (2024-08-01) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.1-next.0...@esri/calcite-components-angular@2.12.0-next.0) (2024-08-01) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.11.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.31...@esri/calcite-components-angular@2.11.1-next.0) (2024-08-01) - -**Note:** Version bump only for package @esri/calcite-components-angular - ## [2.11.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.1...@esri/calcite-components-angular@2.11.0) (2024-07-31) ### Miscellaneous Chores diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index 7272af97a2f..94233787e77 100644 --- a/packages/calcite-components-angular/projects/component-library/package.json +++ b/packages/calcite-components-angular/projects/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-angular", - "version": "2.12.0-next.34", + "version": "2.12.0", "description": "A set of Angular components that wrap Esri's Calcite Components.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "bugs": { @@ -17,7 +17,7 @@ }, "sideEffects": false, "dependencies": { - "@esri/calcite-components": "2.12.0-next.34", + "@esri/calcite-components": "2.12.0", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index cacacf803ef..667e92961e5 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,133 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.12.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.33...@esri/calcite-components-react@2.12.0-next.34) (2024-08-27) +## [2.12.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.1...@esri/calcite-components-react@2.12.0) (2024-08-28) -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.32...@esri/calcite-components-react@2.12.0-next.33) (2024-08-27) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.32](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.31...@esri/calcite-components-react@2.12.0-next.32) (2024-08-27) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.31](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.30...@esri/calcite-components-react@2.12.0-next.31) (2024-08-23) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.30](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.29...@esri/calcite-components-react@2.12.0-next.30) (2024-08-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.28...@esri/calcite-components-react@2.12.0-next.29) (2024-08-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.27...@esri/calcite-components-react@2.12.0-next.28) (2024-08-21) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.27](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.26...@esri/calcite-components-react@2.12.0-next.27) (2024-08-21) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.26](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.25...@esri/calcite-components-react@2.12.0-next.26) (2024-08-19) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.25](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.24...@esri/calcite-components-react@2.12.0-next.25) (2024-08-19) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.24](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.23...@esri/calcite-components-react@2.12.0-next.24) (2024-08-17) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.23](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.22...@esri/calcite-components-react@2.12.0-next.23) (2024-08-16) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.22](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.21...@esri/calcite-components-react@2.12.0-next.22) (2024-08-16) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.20...@esri/calcite-components-react@2.12.0-next.21) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.19...@esri/calcite-components-react@2.12.0-next.20) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.18...@esri/calcite-components-react@2.12.0-next.19) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.18](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.17...@esri/calcite-components-react@2.12.0-next.18) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.17](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.16...@esri/calcite-components-react@2.12.0-next.17) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.16](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.15...@esri/calcite-components-react@2.12.0-next.16) (2024-08-14) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.14...@esri/calcite-components-react@2.12.0-next.15) (2024-08-14) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.13...@esri/calcite-components-react@2.12.0-next.14) (2024-08-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.12...@esri/calcite-components-react@2.12.0-next.13) (2024-08-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.11...@esri/calcite-components-react@2.12.0-next.12) (2024-08-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.10...@esri/calcite-components-react@2.12.0-next.11) (2024-08-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.9...@esri/calcite-components-react@2.12.0-next.10) (2024-08-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.8...@esri/calcite-components-react@2.12.0-next.9) (2024-08-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.7...@esri/calcite-components-react@2.12.0-next.8) (2024-08-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.6...@esri/calcite-components-react@2.12.0-next.7) (2024-08-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.5...@esri/calcite-components-react@2.12.0-next.6) (2024-08-05) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.4...@esri/calcite-components-react@2.12.0-next.5) (2024-08-05) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.3...@esri/calcite-components-react@2.12.0-next.4) (2024-08-02) +### Miscellaneous Chores -**Note:** Version bump only for package @esri/calcite-components-react +- **@esri/calcite-components-react:** Synchronize components versions -## [2.12.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.2...@esri/calcite-components-react@2.12.0-next.3) (2024-08-02) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from 2.12.0-next.34 to 2.12.0 ## [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0...@esri/calcite-components-react@2.11.1) (2024-08-02) @@ -143,22 +27,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - dependencies - @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 -## [2.12.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.1...@esri/calcite-components-react@2.12.0-next.2) (2024-08-02) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.0...@esri/calcite-components-react@2.12.0-next.1) (2024-08-01) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.1-next.0...@esri/calcite-components-react@2.12.0-next.0) (2024-08-01) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.11.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0-next.31...@esri/calcite-components-react@2.11.1-next.0) (2024-08-01) - -**Note:** Version bump only for package @esri/calcite-components-react - ## [2.11.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.1...@esri/calcite-components-react@2.11.0) (2024-07-31) ### Miscellaneous Chores diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index a2d9da586ff..12492dff2d8 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-react", - "version": "2.12.0-next.34", + "version": "2.12.0", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -28,7 +28,7 @@ "tsc": "tsc" }, "dependencies": { - "@esri/calcite-components": "2.12.0-next.34" + "@esri/calcite-components": "2.12.0" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index bdb5d703fe5..c9d9d90c989 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,227 +3,64 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.12.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.33...@esri/calcite-components@2.12.0-next.34) (2024-08-27) +## [2.12.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.1...@esri/calcite-components@2.12.0) (2024-08-28) ### Features -- **dialog:** add resizable and dragEnabled properties ([#9804](https://github.com/Esri/calcite-design-system/issues/9804)) ([e3e499e](https://github.com/Esri/calcite-design-system/commit/e3e499e7a3309461e5deeaa0ca67f334950b0c10)), closes [#9875](https://github.com/Esri/calcite-design-system/issues/9875) - -### Bug Fixes - -- **slider:** resolve step & snap floating point precision ([#10148](https://github.com/Esri/calcite-design-system/issues/10148)) ([613bc47](https://github.com/Esri/calcite-design-system/commit/613bc4746bbb33348c286668bbf697c4df806b6a)), closes [#9684](https://github.com/Esri/calcite-design-system/issues/9684) - -## [2.12.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.32...@esri/calcite-components@2.12.0-next.33) (2024-08-27) - -### Features - -- **icon:** add component tokens ([#10062](https://github.com/Esri/calcite-design-system/issues/10062)) ([34d5689](https://github.com/Esri/calcite-design-system/commit/34d568971d31c1f915c37218ebf4cf8b018a56a1)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) [#8549](https://github.com/Esri/calcite-design-system/issues/8549) - -## [2.12.0-next.32](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.31...@esri/calcite-components@2.12.0-next.32) (2024-08-27) - -### Features - -- **action, action-bar, action-group, action-menu, action-pad:** add component tokens ([#10058](https://github.com/Esri/calcite-design-system/issues/10058)) ([de96c24](https://github.com/Esri/calcite-design-system/commit/de96c24892f9d5467b037b837442c3cc346eb16d)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -### Bug Fixes - -- **input-date-picker:** prevent console error when using a lang ([#10162](https://github.com/Esri/calcite-design-system/issues/10162)) ([e7bf604](https://github.com/Esri/calcite-design-system/commit/e7bf604c9cb61f875b1fa42a223d29a46e153595)), closes [#9387](https://github.com/Esri/calcite-design-system/issues/9387) - -## [2.12.0-next.31](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.30...@esri/calcite-components@2.12.0-next.31) (2024-08-23) - -### Bug Fixes - -- **filter:** fix setFocus method ([#10149](https://github.com/Esri/calcite-design-system/issues/10149)) ([f4a959a](https://github.com/Esri/calcite-design-system/commit/f4a959ad07c27eeb8f9171e1eaa38e84fa9e41b1)), closes [#10136](https://github.com/Esri/calcite-design-system/issues/10136) - -## [2.12.0-next.30](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.29...@esri/calcite-components@2.12.0-next.30) (2024-08-22) - -### Bug Fixes - -- **dialog, flow-item:** slotted closable panels should not close the component ([#10130](https://github.com/Esri/calcite-design-system/issues/10130)) ([ce2513d](https://github.com/Esri/calcite-design-system/commit/ce2513dcc8310164696343d88c6e02f8066e3e8f)), closes [#10129](https://github.com/Esri/calcite-design-system/issues/10129) - -## [2.12.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.28...@esri/calcite-components@2.12.0-next.29) (2024-08-22) - -### Bug Fixes - -- **dialog:** allow shell to be slotted inside ([#10118](https://github.com/Esri/calcite-design-system/issues/10118)) ([ea3a6de](https://github.com/Esri/calcite-design-system/commit/ea3a6dee87bb2f0476fa826f593453ba1c8b4d8b)), closes [#10095](https://github.com/Esri/calcite-design-system/issues/10095) - -## [2.12.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.27...@esri/calcite-components@2.12.0-next.28) (2024-08-21) - -### Features - -- **panel:** add '--calcite-panel-content-space' style ([#10117](https://github.com/Esri/calcite-design-system/issues/10117)) ([0e3ebcb](https://github.com/Esri/calcite-design-system/commit/0e3ebcbd91683917007f3ac5cbd0be34becb7b39)), closes [#10119](https://github.com/Esri/calcite-design-system/issues/10119) - -## [2.12.0-next.27](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.26...@esri/calcite-components@2.12.0-next.27) (2024-08-21) - -### Features - -- **table:** Update multiple selection iconography ([#10125](https://github.com/Esri/calcite-design-system/issues/10125)) ([f2b2016](https://github.com/Esri/calcite-design-system/commit/f2b201613ea2e6342a2bc5ee2960432b89f50a10)), closes [#10123](https://github.com/Esri/calcite-design-system/issues/10123) - -### Reverts - -- Add stories ([#10131](https://github.com/Esri/calcite-design-system/issues/10131)) ([e3a6590](https://github.com/Esri/calcite-design-system/commit/e3a659088be08ca4e519f0d48d0dd300b8f5096c)) - -## [2.12.0-next.26](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.25...@esri/calcite-components@2.12.0-next.26) (2024-08-19) - -### Bug Fixes - -- **alert:** properly form a queue of alerts ([#10032](https://github.com/Esri/calcite-design-system/issues/10032)) ([b24d6ac](https://github.com/Esri/calcite-design-system/commit/b24d6ac68fda9c578b2fe5fd825f12edf76971a1)), closes [#9340](https://github.com/Esri/calcite-design-system/issues/9340) - -## [2.12.0-next.25](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.24...@esri/calcite-components@2.12.0-next.25) (2024-08-19) - -### Features - -- **loader:** add `determinate-value` type ([#9957](https://github.com/Esri/calcite-design-system/issues/9957)) ([7f21726](https://github.com/Esri/calcite-design-system/commit/7f21726a500596a0aa22c11c2e4d97da9b5d2f25)), closes [#8678](https://github.com/Esri/calcite-design-system/issues/8678) - -## [2.12.0-next.24](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.23...@esri/calcite-components@2.12.0-next.24) (2024-08-17) - -### Features - -- **alert:** add 'queue' property to prioritize the ordering of alerts when opened ([#10029](https://github.com/Esri/calcite-design-system/issues/10029)) ([3aa47a4](https://github.com/Esri/calcite-design-system/commit/3aa47a46739f76ce2abf9d1bf5fdb5d5ad09edfa)), closes [#8705](https://github.com/Esri/calcite-design-system/issues/8705) [#8316](https://github.com/Esri/calcite-design-system/issues/8316) - -### Bug Fixes - -- **dialog:** fix escapeDisabled when the escape key is pressed on the panel ([#10097](https://github.com/Esri/calcite-design-system/issues/10097)) ([9a5f1f1](https://github.com/Esri/calcite-design-system/commit/9a5f1f1463d84bce33dd121163c85d3edbc43151)), closes [#10080](https://github.com/Esri/calcite-design-system/issues/10080) - -## [2.12.0-next.23](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.22...@esri/calcite-components@2.12.0-next.23) (2024-08-16) - -### Bug Fixes - -- **panel:** define heading and description line height ([#10085](https://github.com/Esri/calcite-design-system/issues/10085)) ([5478eb9](https://github.com/Esri/calcite-design-system/commit/5478eb943cb88c8df6bdefd2fdc6987e23fbe9ce)), closes [#10042](https://github.com/Esri/calcite-design-system/issues/10042) - -## [2.12.0-next.22](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.21...@esri/calcite-components@2.12.0-next.22) (2024-08-16) - -### Features - -- **dialog:** add escapeDisabled property ([#10081](https://github.com/Esri/calcite-design-system/issues/10081)) ([1ca8fba](https://github.com/Esri/calcite-design-system/commit/1ca8fba592b9657e5c0f0fc34dfb086a97908303)), closes [#10080](https://github.com/Esri/calcite-design-system/issues/10080) - -## [2.12.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.20...@esri/calcite-components@2.12.0-next.21) (2024-08-15) - -### Features - -- **dialog:** add outsideCloseDisabled property ([#9978](https://github.com/Esri/calcite-design-system/issues/9978)) ([f1d89b9](https://github.com/Esri/calcite-design-system/commit/f1d89b9554f194b82cd243f7decc9b935d82cb3a)), closes [#9986](https://github.com/Esri/calcite-design-system/issues/9986) - -## [2.12.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.19...@esri/calcite-components@2.12.0-next.20) (2024-08-15) - -### Bug Fixes - -- **combobox, input-date-picker, input-number, input-text, input-time-picker, input, radio-button-group, segmented-control, select, text-area:** use toAriaBoolean in aria-invalid attribute to provide valid AT error messaging ([#10079](https://github.com/Esri/calcite-design-system/issues/10079)) ([78bc096](https://github.com/Esri/calcite-design-system/commit/78bc09602eda221f0d655d5625990473fdeb9f02)), closes [#7792](https://github.com/Esri/calcite-design-system/issues/7792) - -## [2.12.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.18...@esri/calcite-components@2.12.0-next.19) (2024-08-15) - -### Bug Fixes - -- **slider:** prevent text selection when using the slider ([#10073](https://github.com/Esri/calcite-design-system/issues/10073)) ([04bf325](https://github.com/Esri/calcite-design-system/commit/04bf325e584f6d61818b5ee3159b2670405cfd62)), closes [#9522](https://github.com/Esri/calcite-design-system/issues/9522) - -## [2.12.0-next.18](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.17...@esri/calcite-components@2.12.0-next.18) (2024-08-15) - -**Note:** Version bump only for package @esri/calcite-components - -## [2.12.0-next.17](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.16...@esri/calcite-components@2.12.0-next.17) (2024-08-15) - -### Bug Fixes - -- ensure `beforeOpen`/`open` and `beforeClose`/`close` events emit properly ([#9958](https://github.com/Esri/calcite-design-system/issues/9958)) ([7e2764f](https://github.com/Esri/calcite-design-system/commit/7e2764f13a95cbf6488596a1f11a9964970883c2)), closes [#9641](https://github.com/Esri/calcite-design-system/issues/9641) [#9315](https://github.com/Esri/calcite-design-system/issues/9315) -- **input, combobox, input-date-picker, input-number, input-text, input-time-picker, radio-button-group, segmented-control, select, text-area:** provide clear field error messaging for AT ([#9880](https://github.com/Esri/calcite-design-system/issues/9880)) ([46ad7d2](https://github.com/Esri/calcite-design-system/commit/46ad7d2a1362019efed0cfb621f46117739ea691)), closes [#7792](https://github.com/Esri/calcite-design-system/issues/7792) +- **accordion, accordion-item:** Add component tokens ([#9861](https://github.com/Esri/calcite-design-system/issues/9861)) ([48f7f08](https://github.com/Esri/calcite-design-system/commit/48f7f08627fbba6deb4434431a16ca5de0d37a29)) +- **action, action-bar, action-group, action-menu, action-pad:** Add component tokens ([#10058](https://github.com/Esri/calcite-design-system/issues/10058)) ([de96c24](https://github.com/Esri/calcite-design-system/commit/de96c24892f9d5467b037b837442c3cc346eb16d)) +- **alert:** Add 'queue' property to prioritize the ordering of alerts when opened ([#10029](https://github.com/Esri/calcite-design-system/issues/10029)) ([3aa47a4](https://github.com/Esri/calcite-design-system/commit/3aa47a46739f76ce2abf9d1bf5fdb5d5ad09edfa)) +- **combobox-item:** Add `heading` property (deprecates `textLabel`) and add `label` property ([#9987](https://github.com/Esri/calcite-design-system/issues/9987)) ([90920a0](https://github.com/Esri/calcite-design-system/commit/90920a0b96ce6558a37623fde13c6c413106e666)) +- **dialog:** Add CSS variables to offset the position ([#9904](https://github.com/Esri/calcite-design-system/issues/9904)) ([660f0c5](https://github.com/Esri/calcite-design-system/commit/660f0c5e4c67769fa2b8f1bd02210cd9474ef847)) +- **dialog:** Add escapeDisabled property ([#10081](https://github.com/Esri/calcite-design-system/issues/10081)) ([1ca8fba](https://github.com/Esri/calcite-design-system/commit/1ca8fba592b9657e5c0f0fc34dfb086a97908303)) +- **dialog:** Add outsideCloseDisabled property ([#9978](https://github.com/Esri/calcite-design-system/issues/9978)) ([f1d89b9](https://github.com/Esri/calcite-design-system/commit/f1d89b9554f194b82cd243f7decc9b935d82cb3a)) +- **dialog:** Add resizable and dragEnabled properties ([#9804](https://github.com/Esri/calcite-design-system/issues/9804)) ([e3e499e](https://github.com/Esri/calcite-design-system/commit/e3e499e7a3309461e5deeaa0ca67f334950b0c10)) +- **icon:** Add component tokens ([#10062](https://github.com/Esri/calcite-design-system/issues/10062)) ([34d5689](https://github.com/Esri/calcite-design-system/commit/34d568971d31c1f915c37218ebf4cf8b018a56a1)) +- **input-time-zone:** Display selected time zone country in region mode selection ([#9988](https://github.com/Esri/calcite-design-system/issues/9988)) ([1575729](https://github.com/Esri/calcite-design-system/commit/1575729a5aeeda71f9034e242db17f445b292077)) +- **loader:** Add `determinate-value` type ([#9957](https://github.com/Esri/calcite-design-system/issues/9957)) ([7f21726](https://github.com/Esri/calcite-design-system/commit/7f21726a500596a0aa22c11c2e4d97da9b5d2f25)) +- **panel:** Add '--calcite-panel-content-space' style ([#10117](https://github.com/Esri/calcite-design-system/issues/10117)) ([0e3ebcb](https://github.com/Esri/calcite-design-system/commit/0e3ebcbd91683917007f3ac5cbd0be34becb7b39)) +- **table:** Update multiple selection iconography ([#10125](https://github.com/Esri/calcite-design-system/issues/10125)) ([f2b2016](https://github.com/Esri/calcite-design-system/commit/f2b201613ea2e6342a2bc5ee2960432b89f50a10)) +- **tooltip:** Allow focusing and clicking on interactive elements within a tooltip ([#9914](https://github.com/Esri/calcite-design-system/issues/9914)) ([a3c144c](https://github.com/Esri/calcite-design-system/commit/a3c144ce626b6f11a85d4400d1612694e4b8d4de)) + +### Bug Fixes + +- **accordion-item:** Align focus styles across browsers ([#9944](https://github.com/Esri/calcite-design-system/issues/9944)) ([2e29b42](https://github.com/Esri/calcite-design-system/commit/2e29b42d13ecaec0bebfafb200d776fa2864ae67)) +- **alert:** Properly form a queue of alerts ([#10032](https://github.com/Esri/calcite-design-system/issues/10032)) ([b24d6ac](https://github.com/Esri/calcite-design-system/commit/b24d6ac68fda9c578b2fe5fd825f12edf76971a1)) +- **color-picker:** Prevent text selection when using color sliders/field ([#10043](https://github.com/Esri/calcite-design-system/issues/10043)) ([ab33e4d](https://github.com/Esri/calcite-design-system/commit/ab33e4df41c723dda09b7f28bc7ee8e26b531750)) +- **combobox, input-date-picker, input-number, input-text, input-time-picker, input, radio-button-group, segmented-control, select, text-area:** Use toAriaBoolean in aria-invalid attribute to provide valid AT error messaging ([#10079](https://github.com/Esri/calcite-design-system/issues/10079)) ([78bc096](https://github.com/Esri/calcite-design-system/commit/78bc09602eda221f0d655d5625990473fdeb9f02)) +- **combobox:** Update placeholder-icon color ([#9956](https://github.com/Esri/calcite-design-system/issues/9956)) ([d916ca4](https://github.com/Esri/calcite-design-system/commit/d916ca41010720f312c45a7c08e33546013eebf5)) +- **dialog, flow-item:** Slotted closable panels should not close the component ([#10130](https://github.com/Esri/calcite-design-system/issues/10130)) ([ce2513d](https://github.com/Esri/calcite-design-system/commit/ce2513dcc8310164696343d88c6e02f8066e3e8f)) +- **dialog:** Allow shell to be slotted inside ([#10118](https://github.com/Esri/calcite-design-system/issues/10118)) ([ea3a6de](https://github.com/Esri/calcite-design-system/commit/ea3a6dee87bb2f0476fa826f593453ba1c8b4d8b)) +- **dialog:** Fix escapeDisabled when the escape key is pressed on the panel ([#10097](https://github.com/Esri/calcite-design-system/issues/10097)) ([9a5f1f1](https://github.com/Esri/calcite-design-system/commit/9a5f1f1463d84bce33dd121163c85d3edbc43151)) +- Ensure `beforeOpen`/`open` and `beforeClose`/`close` events emit properly ([#9958](https://github.com/Esri/calcite-design-system/issues/9958)) ([7e2764f](https://github.com/Esri/calcite-design-system/commit/7e2764f13a95cbf6488596a1f11a9964970883c2)) +- **filter:** Fix setFocus method ([#10149](https://github.com/Esri/calcite-design-system/issues/10149)) ([f4a959a](https://github.com/Esri/calcite-design-system/commit/f4a959ad07c27eeb8f9171e1eaa38e84fa9e41b1)) +- **input-date-picker:** Fix selection for the "bs" and "it-CH" locales ([#9976](https://github.com/Esri/calcite-design-system/issues/9976)) ([368d9e2](https://github.com/Esri/calcite-design-system/commit/368d9e2ef89befd345dc25ecfa18580cb98ab959)) +- **input-date-picker:** Prevent console error when using a lang ([#10162](https://github.com/Esri/calcite-design-system/issues/10162)) ([e7bf604](https://github.com/Esri/calcite-design-system/commit/e7bf604c9cb61f875b1fa42a223d29a46e153595)) +- **input-time-zone:** Translate region names ([#9940](https://github.com/Esri/calcite-design-system/issues/9940)) ([f975adb](https://github.com/Esri/calcite-design-system/commit/f975adb0ec56aca487eec83db24f1d95bce6c73f)) +- **input, combobox, input-date-picker, input-number, input-text, input-time-picker, radio-button-group, segmented-control, select, text-area:** Provide clear field error messaging for AT ([#9880](https://github.com/Esri/calcite-design-system/issues/9880)) ([46ad7d2](https://github.com/Esri/calcite-design-system/commit/46ad7d2a1362019efed0cfb621f46117739ea691)) +- **input, input-number, input-text:** No longer set focus when a validation message is clicked ([#10008](https://github.com/Esri/calcite-design-system/issues/10008)) ([529bb5a](https://github.com/Esri/calcite-design-system/commit/529bb5a4863f73b29e2fad86030fc0589a4d269a)) +- **label:** Prevent focusing and toggling elements slotted within a label when a text selection occurs ([#9990](https://github.com/Esri/calcite-design-system/issues/9990)) ([49d6ae1](https://github.com/Esri/calcite-design-system/commit/49d6ae180cf752da91d3966adf876d2247f0537c)) +- **list-item:** Prevent scrolling when item is focused. ([#9948](https://github.com/Esri/calcite-design-system/issues/9948)) ([eab1e06](https://github.com/Esri/calcite-design-system/commit/eab1e069f8a5ae7a43d43ab8a5b11d8ff9520c04)) +- **panel:** Define heading and description line height ([#10085](https://github.com/Esri/calcite-design-system/issues/10085)) ([5478eb9](https://github.com/Esri/calcite-design-system/commit/5478eb943cb88c8df6bdefd2fdc6987e23fbe9ce)) +- **slider:** Prevent text selection when using the slider ([#10073](https://github.com/Esri/calcite-design-system/issues/10073)) ([04bf325](https://github.com/Esri/calcite-design-system/commit/04bf325e584f6d61818b5ee3159b2670405cfd62)) +- **slider:** Resolve step & snap floating point precision ([#10148](https://github.com/Esri/calcite-design-system/issues/10148)) ([613bc47](https://github.com/Esri/calcite-design-system/commit/613bc4746bbb33348c286668bbf697c4df806b6a)) +- **stepper-item:** Update component to take full width when parent's layout is "vertical" ([#10009](https://github.com/Esri/calcite-design-system/issues/10009)) ([03a5a30](https://github.com/Esri/calcite-design-system/commit/03a5a3020bb7629a425edea4fb7bccb3a2687649)) +- **tree,tree-item:** Replace checkbox with div and a11y attributes ([#9849](https://github.com/Esri/calcite-design-system/issues/9849)) ([b1ac951](https://github.com/Esri/calcite-design-system/commit/b1ac9513e56cf0911a5585ff792fbc0a128b5d56)) ### Performance Improvements -- **input-time-zone:** improve memory footprint by leveraging browser cache and releasing utils after their use ([#9945](https://github.com/Esri/calcite-design-system/issues/9945)) ([a3d2141](https://github.com/Esri/calcite-design-system/commit/a3d2141f1d38c7ac36af98ea57ffcf402f63b39c)) - -## [2.12.0-next.16](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.15...@esri/calcite-components@2.12.0-next.16) (2024-08-14) - -**Note:** Version bump only for package @esri/calcite-components - -## [2.12.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.14...@esri/calcite-components@2.12.0-next.15) (2024-08-14) - -### Features - -- **dialog:** add CSS variables to offset the position ([#9904](https://github.com/Esri/calcite-design-system/issues/9904)) ([660f0c5](https://github.com/Esri/calcite-design-system/commit/660f0c5e4c67769fa2b8f1bd02210cd9474ef847)), closes [#9879](https://github.com/Esri/calcite-design-system/issues/9879) - -## [2.12.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.13...@esri/calcite-components@2.12.0-next.14) (2024-08-13) - -### Features - -- **accordion, accordion-item:** add component tokens ([#9861](https://github.com/Esri/calcite-design-system/issues/9861)) ([48f7f08](https://github.com/Esri/calcite-design-system/commit/48f7f08627fbba6deb4434431a16ca5de0d37a29)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -### Bug Fixes - -- **input, input-number, input-text:** no longer set focus when a validation message is clicked ([#10008](https://github.com/Esri/calcite-design-system/issues/10008)) ([529bb5a](https://github.com/Esri/calcite-design-system/commit/529bb5a4863f73b29e2fad86030fc0589a4d269a)), closes [#10006](https://github.com/Esri/calcite-design-system/issues/10006) +- **input-time-zone:** Improve memory footprint by leveraging browser cache and releasing utils after their use ([#9945](https://github.com/Esri/calcite-design-system/issues/9945)) ([a3d2141](https://github.com/Esri/calcite-design-system/commit/a3d2141f1d38c7ac36af98ea57ffcf402f63b39c)) ### Reverts - "build(deps): remove unused cheerio package ([#10049](https://github.com/Esri/calcite-design-system/issues/10049))" ([#10057](https://github.com/Esri/calcite-design-system/issues/10057)) ([d271ab1](https://github.com/Esri/calcite-design-system/commit/d271ab18498126d05e2cf746516c707d1fb42c47)) +- Add stories ([#10131](https://github.com/Esri/calcite-design-system/issues/10131)) ([e3a6590](https://github.com/Esri/calcite-design-system/commit/e3a659088be08ca4e519f0d48d0dd300b8f5096c)) -## [2.12.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.12...@esri/calcite-components@2.12.0-next.13) (2024-08-13) - -### Bug Fixes - -- **color-picker:** prevent text selection when using color sliders/field ([#10043](https://github.com/Esri/calcite-design-system/issues/10043)) ([ab33e4d](https://github.com/Esri/calcite-design-system/commit/ab33e4df41c723dda09b7f28bc7ee8e26b531750)), closes [#9977](https://github.com/Esri/calcite-design-system/issues/9977) - -## [2.12.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.11...@esri/calcite-components@2.12.0-next.12) (2024-08-13) - -### Features - -- **input-time-zone:** display selected time zone country in region mode selection ([#9988](https://github.com/Esri/calcite-design-system/issues/9988)) ([1575729](https://github.com/Esri/calcite-design-system/commit/1575729a5aeeda71f9034e242db17f445b292077)), closes [#9973](https://github.com/Esri/calcite-design-system/issues/9973) - -## [2.12.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.10...@esri/calcite-components@2.12.0-next.11) (2024-08-12) - -### Features - -- **combobox-item:** add `heading` property (deprecates `textLabel`) and add `label` property ([#9987](https://github.com/Esri/calcite-design-system/issues/9987)) ([90920a0](https://github.com/Esri/calcite-design-system/commit/90920a0b96ce6558a37623fde13c6c413106e666)), closes [#8737](https://github.com/Esri/calcite-design-system/issues/8737) - -### Bug Fixes - -- **tree,tree-item:** replace checkbox with div and a11y attributes ([#9849](https://github.com/Esri/calcite-design-system/issues/9849)) ([b1ac951](https://github.com/Esri/calcite-design-system/commit/b1ac9513e56cf0911a5585ff792fbc0a128b5d56)), closes [#5615](https://github.com/Esri/calcite-design-system/issues/5615) - -## [2.12.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.9...@esri/calcite-components@2.12.0-next.10) (2024-08-12) - -### Bug Fixes - -- **label:** prevent focusing and toggling elements slotted within a label when a text selection occurs ([#9990](https://github.com/Esri/calcite-design-system/issues/9990)) ([49d6ae1](https://github.com/Esri/calcite-design-system/commit/49d6ae180cf752da91d3966adf876d2247f0537c)), closes [#8867](https://github.com/Esri/calcite-design-system/issues/8867) - -## [2.12.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.8...@esri/calcite-components@2.12.0-next.9) (2024-08-09) - -### Bug Fixes - -- **stepper-item:** update component to take full width when parent's layout is "vertical" ([#10009](https://github.com/Esri/calcite-design-system/issues/10009)) ([03a5a30](https://github.com/Esri/calcite-design-system/commit/03a5a3020bb7629a425edea4fb7bccb3a2687649)), closes [#8930](https://github.com/Esri/calcite-design-system/issues/8930) - -## [2.12.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.7...@esri/calcite-components@2.12.0-next.8) (2024-08-07) - -### Bug Fixes - -- **input-date-picker:** fix selection for the "bs" and "it-CH" locales ([#9976](https://github.com/Esri/calcite-design-system/issues/9976)) ([368d9e2](https://github.com/Esri/calcite-design-system/commit/368d9e2ef89befd345dc25ecfa18580cb98ab959)), closes [#9387](https://github.com/Esri/calcite-design-system/issues/9387) - -## [2.12.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.6...@esri/calcite-components@2.12.0-next.7) (2024-08-07) - -### Bug Fixes - -- **accordion-item:** align focus styles across browsers ([#9944](https://github.com/Esri/calcite-design-system/issues/9944)) ([2e29b42](https://github.com/Esri/calcite-design-system/commit/2e29b42d13ecaec0bebfafb200d776fa2864ae67)), closes [#8784](https://github.com/Esri/calcite-design-system/issues/8784) - -## [2.12.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.5...@esri/calcite-components@2.12.0-next.6) (2024-08-05) - -### Features - -- **tooltip:** allow focusing and clicking on interactive elements within a tooltip ([#9914](https://github.com/Esri/calcite-design-system/issues/9914)) ([a3c144c](https://github.com/Esri/calcite-design-system/commit/a3c144ce626b6f11a85d4400d1612694e4b8d4de)), closes [#6298](https://github.com/Esri/calcite-design-system/issues/6298) - -## [2.12.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.4...@esri/calcite-components@2.12.0-next.5) (2024-08-05) - -### Bug Fixes - -- **combobox:** update placeholder-icon color ([#9956](https://github.com/Esri/calcite-design-system/issues/9956)) ([d916ca4](https://github.com/Esri/calcite-design-system/commit/d916ca41010720f312c45a7c08e33546013eebf5)), closes [#9935](https://github.com/Esri/calcite-design-system/issues/9935) -- **list-item:** prevent scrolling when item is focused. ([#9948](https://github.com/Esri/calcite-design-system/issues/9948)) ([eab1e06](https://github.com/Esri/calcite-design-system/commit/eab1e069f8a5ae7a43d43ab8a5b11d8ff9520c04)), closes [#9949](https://github.com/Esri/calcite-design-system/issues/9949) - -## [2.12.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.3...@esri/calcite-components@2.12.0-next.4) (2024-08-02) - -### Bug Fixes - -- **input-time-zone:** translate region names ([#9940](https://github.com/Esri/calcite-design-system/issues/9940)) ([f975adb](https://github.com/Esri/calcite-design-system/commit/f975adb0ec56aca487eec83db24f1d95bce6c73f)), closes [#9018](https://github.com/Esri/calcite-design-system/issues/9018) - -## [2.12.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.2...@esri/calcite-components@2.12.0-next.3) (2024-08-02) - -### Bug Fixes +### Dependencies -- **combobox:** fix selection of items that were previously disabled ([#9943](https://github.com/Esri/calcite-design-system/issues/9943)) ([368abed](https://github.com/Esri/calcite-design-system/commit/368abed2dc5fcaa127adeeb63c47553a41f0e75c)), closes [#9719](https://github.com/Esri/calcite-design-system/issues/9719) +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-ui-icons bumped from 3.31.0-next.4 to 3.31.0 ## [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0...@esri/calcite-components@2.11.1) (2024-08-02) @@ -232,37 +69,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **block:** Display correct header spacing when heading or description are present ([#9924](https://github.com/Esri/calcite-design-system/issues/9924)) ([d8f1077](https://github.com/Esri/calcite-design-system/commit/d8f1077c649f9f45f0db7e00a916a4261cd0adf2)) - **panel, flow-item:** Fix header padding regression ([#9936](https://github.com/Esri/calcite-design-system/issues/9936)) ([90e9368](https://github.com/Esri/calcite-design-system/commit/90e93681c6926eec8480c4028f2797046ebd54f4)) -## [2.12.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.1...@esri/calcite-components@2.12.0-next.2) (2024-08-02) - -### Bug Fixes - -- **shell:** position side panels above the center content ([#9912](https://github.com/Esri/calcite-design-system/issues/9912)) ([3c061b8](https://github.com/Esri/calcite-design-system/commit/3c061b8c020de153f96f11968636a891fd46ed81)), closes [#6658](https://github.com/Esri/calcite-design-system/issues/6658) - -## [2.12.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.0...@esri/calcite-components@2.12.0-next.1) (2024-08-01) - -### Bug Fixes - -- **button:** drop loader fade-in/out animation ([#9929](https://github.com/Esri/calcite-design-system/issues/9929)) ([0f8a4a3](https://github.com/Esri/calcite-design-system/commit/0f8a4a3777065434baf5a8bf6b43ae53b0e6659a)), closes [#8576](https://github.com/Esri/calcite-design-system/issues/8576) - -## [2.12.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.1-next.0...@esri/calcite-components@2.12.0-next.0) (2024-08-01) - -### Features - -- **input-time-zone:** add region mode ([#9873](https://github.com/Esri/calcite-design-system/issues/9873)) ([7111a51](https://github.com/Esri/calcite-design-system/commit/7111a51bd4cd4ff8b27a7947408b8ffe4b94319f)), closes [#9018](https://github.com/Esri/calcite-design-system/issues/9018) -- **input-time-zone:** add search placeholder icon to provide hint ([#9892](https://github.com/Esri/calcite-design-system/issues/9892)) ([923c8f7](https://github.com/Esri/calcite-design-system/commit/923c8f71367f5e8c01153c1b69f67683f2300c58)), closes [#9017](https://github.com/Esri/calcite-design-system/issues/9017) - -### Bug Fixes - -- **dropdown:** ensure `setFocus` focuses the trigger ([#9917](https://github.com/Esri/calcite-design-system/issues/9917)) ([3b7d880](https://github.com/Esri/calcite-design-system/commit/3b7d880af91ef081295df9eb14b31c8c26cd268e)), closes [#9731](https://github.com/Esri/calcite-design-system/issues/9731) -- improve all initial floating-ui positioning ([#9937](https://github.com/Esri/calcite-design-system/issues/9937)) ([7d21438](https://github.com/Esri/calcite-design-system/commit/7d214385bea68185eda6228315d8fb7cc91fa063)), closes [#5697](https://github.com/Esri/calcite-design-system/issues/5697) -- **panel, flow-item:** fix header padding regression ([#9936](https://github.com/Esri/calcite-design-system/issues/9936)) ([f618380](https://github.com/Esri/calcite-design-system/commit/f61838065070729f81e54afdb17584578566b96a)), closes [#9921](https://github.com/Esri/calcite-design-system/issues/9921) - -## [2.11.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0-next.31...@esri/calcite-components@2.11.1-next.0) (2024-08-01) - -### Bug Fixes - -- **block:** display correct header spacing when heading or description are present ([#9924](https://github.com/Esri/calcite-design-system/issues/9924)) ([23d67b4](https://github.com/Esri/calcite-design-system/commit/23d67b4af5843ec92790f6de0c338885f30ca779)), closes [#9920](https://github.com/Esri/calcite-design-system/issues/9920) - ## [2.11.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.1...@esri/calcite-components@2.11.0) (2024-07-31) ### Features diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 76627085bfb..f5926b2cdcd 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.12.0-next.34", + "version": "2.12.0", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -60,7 +60,7 @@ "directory": "packages/calcite-components" }, "dependencies": { - "@esri/calcite-ui-icons": "3.31.0-next.4", + "@esri/calcite-ui-icons": "3.31.0", "@floating-ui/dom": "1.6.10", "@stencil/core": "4.20.0", "@types/color": "3.0.6", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index f2b563f42c0..cb6ff3a6753 100644 --- a/packages/calcite-components/readme.md +++ b/packages/calcite-components/readme.md @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho ```html ``` diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md index 47ecdb6e50b..0b43a52b4b4 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/CHANGELOG.md @@ -3,35 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.31.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.3...@esri/calcite-ui-icons@3.31.0-next.4) (2024-08-19) - -**Note:** Version bump only for package @esri/calcite-ui-icons - -## [3.31.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.2...@esri/calcite-ui-icons@3.31.0-next.3) (2024-08-15) - -### Bug Fixes - -- update close-caption, and transcript ([#10077](https://github.com/Esri/calcite-design-system/issues/10077)) ([2e86904](https://github.com/Esri/calcite-design-system/commit/2e869042c51c9ec87202ac8e1531b9a69fad13f1)) - -## [3.31.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.1...@esri/calcite-ui-icons@3.31.0-next.2) (2024-08-14) +## [3.31.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.30.0...@esri/calcite-ui-icons@3.31.0) (2024-08-28) ### Features -- add layer-connection ([#10067](https://github.com/Esri/calcite-design-system/issues/10067)) ([46dd2ee](https://github.com/Esri/calcite-design-system/commit/46dd2ee7f99c1126da07e583f26bfe800ef85275)) - -## [3.31.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.0...@esri/calcite-ui-icons@3.31.0-next.1) (2024-08-13) +- Add close-caption, transcript, flag, and flag-slash ([#10039](https://github.com/Esri/calcite-design-system/issues/10039)) ([85c7d69](https://github.com/Esri/calcite-design-system/commit/85c7d6972090f40827eaacc22f919f6537847b58)) +- Add layer-connection ([#10067](https://github.com/Esri/calcite-design-system/issues/10067)) ([46dd2ee](https://github.com/Esri/calcite-design-system/commit/46dd2ee7f99c1126da07e583f26bfe800ef85275)) -**Note:** Version bump only for package @esri/calcite-ui-icons - -## [3.31.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.30.1-next.0...@esri/calcite-ui-icons@3.31.0-next.0) (2024-08-12) - -### Features - -- add close-caption, transcript, flag, and flag-slash ([#10039](https://github.com/Esri/calcite-design-system/issues/10039)) ([85c7d69](https://github.com/Esri/calcite-design-system/commit/85c7d6972090f40827eaacc22f919f6537847b58)) - -## [3.30.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.29.1-next.0...@esri/calcite-ui-icons@3.30.1-next.0) (2024-08-01) +### Bug Fixes -**Note:** Version bump only for package @esri/calcite-ui-icons +- Update close-caption, and transcript ([#10077](https://github.com/Esri/calcite-design-system/issues/10077)) ([2e86904](https://github.com/Esri/calcite-design-system/commit/2e869042c51c9ec87202ac8e1531b9a69fad13f1)) ## [3.30.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons-v3.29.0...@esri/calcite-ui-icons@3.30.0) (2024-07-31) diff --git a/packages/calcite-ui-icons/docs/index.html b/packages/calcite-ui-icons/docs/index.html index 7d29b6df90e..192eaf07d73 100644 --- a/packages/calcite-ui-icons/docs/index.html +++ b/packages/calcite-ui-icons/docs/index.html @@ -48,7 +48,7 @@

Calcite UI Icons

- Version 3.30.0 + Version 3.31.0 View on GitHub diff --git a/packages/calcite-ui-icons/package.json b/packages/calcite-ui-icons/package.json index 641657d4931..8a16879c8cd 100644 --- a/packages/calcite-ui-icons/package.json +++ b/packages/calcite-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-ui-icons", - "version": "3.31.0-next.4", + "version": "3.31.0", "private": false, "description": "A collection of UI SVG icons created by Esri for applications.", "keywords": [