diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b22f8fc68d..d205ad40178 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,8 @@ { - "packages/calcite-components": "3.1.0", - "packages/calcite-components-react": "3.1.0", - "packages/calcite-design-tokens": "3.0.1", - "packages/calcite-ui-icons": "4.1.0", - "packages/eslint-plugin-calcite-components": "2.0.1" + "packages/calcite-components": "3.2.0", + "packages/calcite-components-react": "3.2.0", + "packages/calcite-design-tokens": "3.1.0", + "packages/calcite-ui-icons": "4.2.0", + "packages/eslint-plugin-calcite-components": "2.0.2", + "packages/calcite-tailwind-preset": "1.0.0" } diff --git a/examples/components/angular/package.json b/examples/components/angular/package.json index dc566d69547..e64edd4a8ae 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": "3.1.0", + "@esri/calcite-components": "3.2.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 8b9f1fb9b9e..e3d5369dde6 100644 --- a/examples/components/preact/package.json +++ b/examples/components/preact/package.json @@ -27,7 +27,7 @@ ] }, "dependencies": { - "@esri/calcite-components": "3.1.0", + "@esri/calcite-components": "3.2.0", "preact": "^10.26.2", "preact-iso": "^2.9.0" }, diff --git a/examples/components/react/package.json b/examples/components/react/package.json index 5985e328b0c..0a30b2ae74f 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": "3.1.0", + "@esri/calcite-components-react": "3.2.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 cbe3530e409..20255199253 100644 --- a/examples/components/rollup/package.json +++ b/examples/components/rollup/package.json @@ -15,7 +15,7 @@ "start": "serve public" }, "dependencies": { - "@esri/calcite-components": "3.1.0" + "@esri/calcite-components": "3.2.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", diff --git a/examples/components/vite/package.json b/examples/components/vite/package.json index ce4cbb33c3f..d21359fc1a7 100644 --- a/examples/components/vite/package.json +++ b/examples/components/vite/package.json @@ -15,7 +15,7 @@ "serve": "vite preview" }, "dependencies": { - "@esri/calcite-components": "3.1.0" + "@esri/calcite-components": "3.2.0" }, "devDependencies": { "@types/node": "^22.1.0", diff --git a/examples/components/vue/package.json b/examples/components/vue/package.json index ae6c5290493..af5d66585e7 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": "3.1.0", + "@esri/calcite-components": "3.2.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 9f9ce899345..19ec967a468 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": "3.1.0" + "@esri/calcite-components": "3.2.0" }, "devDependencies": { "@web/dev-server": "^0.4.6" diff --git a/examples/components/webpack/package.json b/examples/components/webpack/package.json index 1b59942919e..9fca888b56e 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": "3.1.0" + "@esri/calcite-components": "3.2.0" }, "devDependencies": { "copy-webpack-plugin": "^12.0.2", diff --git a/package-lock.json b/package-lock.json index 768d6f5eeef..cf5bf154ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36420,12 +36420,12 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "3.2.0-next.60", + "version": "3.2.0", "license": "SEE LICENSE.md", "dependencies": { "@arcgis/components-utils": "^4.33.0-next.121", "@arcgis/lumina": "^4.33.0-next.121", - "@esri/calcite-ui-icons": "4.2.0-next.4", + "@esri/calcite-ui-icons": "4.2.0", "@floating-ui/dom": "^1.6.12", "@floating-ui/utils": "^0.2.8", "@types/sortablejs": "^1.15.8", @@ -36441,9 +36441,9 @@ }, "devDependencies": { "@arcgis/lumina-compiler": "^4.33.0-next.121", - "@esri/calcite-design-tokens": "3.1.0-next.8", - "@esri/calcite-tailwind-preset": "0.2.0-next.9", - "@esri/eslint-plugin-calcite-components": "2.0.2-next.5", + "@esri/calcite-design-tokens": "3.1.0", + "@esri/calcite-tailwind-preset": "1.0.0", + "@esri/eslint-plugin-calcite-components": "2.0.2", "@vitest/browser": "3.1.3", "playwright": "1.52.0", "vitest": "3.1.3" @@ -36451,10 +36451,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "3.2.0-next.60", + "version": "3.2.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "3.2.0-next.60", + "@esri/calcite-components": "3.2.0", "@lit/react": "1.0.7" }, "peerDependencies": { @@ -36473,7 +36473,7 @@ }, "packages/calcite-design-tokens": { "name": "@esri/calcite-design-tokens", - "version": "3.1.0-next.8", + "version": "3.1.0", "license": "SEE LICENSE.md", "devDependencies": { "vitest": "3.1.3" @@ -36481,10 +36481,10 @@ }, "packages/calcite-tailwind-preset": { "name": "@esri/calcite-tailwind-preset", - "version": "0.2.0-next.9", + "version": "1.0.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-design-tokens": "3.1.0-next.8" + "@esri/calcite-design-tokens": "3.1.0" }, "peerDependencies": { "@esri/calcite-design-tokens": "^3.0.2-next.8", @@ -36493,7 +36493,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "4.2.0-next.4", + "version": "4.2.0", "license": "SEE LICENSE.md", "bin": { "spriter": "bin/spriter.js" @@ -36550,7 +36550,7 @@ }, "packages/eslint-plugin-calcite-components": { "name": "@esri/eslint-plugin-calcite-components", - "version": "2.0.2-next.5", + "version": "2.0.2", "license": "SEE LICENSE.md", "devDependencies": { "vitest": "3.1.3" diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 942dd7dc766..a9c016942ff 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,249 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.2.0-next.60](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.59...@esri/calcite-components-react@3.2.0-next.60) (2025-05-13) +## [3.2.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.1.0...@esri/calcite-components-react@3.2.0) (2025-05-14) -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.59](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.58...@esri/calcite-components-react@3.2.0-next.59) (2025-05-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.58](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.57...@esri/calcite-components-react@3.2.0-next.58) (2025-05-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.57](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.56...@esri/calcite-components-react@3.2.0-next.57) (2025-05-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.56](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.55...@esri/calcite-components-react@3.2.0-next.56) (2025-05-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.55](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.54...@esri/calcite-components-react@3.2.0-next.55) (2025-05-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.54](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.53...@esri/calcite-components-react@3.2.0-next.54) (2025-05-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.53](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.52...@esri/calcite-components-react@3.2.0-next.53) (2025-05-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.52](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.51...@esri/calcite-components-react@3.2.0-next.52) (2025-05-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.51](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.50...@esri/calcite-components-react@3.2.0-next.51) (2025-05-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.50](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.49...@esri/calcite-components-react@3.2.0-next.50) (2025-05-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.49](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.48...@esri/calcite-components-react@3.2.0-next.49) (2025-05-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.48](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.47...@esri/calcite-components-react@3.2.0-next.48) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.47](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.46...@esri/calcite-components-react@3.2.0-next.47) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.46](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.45...@esri/calcite-components-react@3.2.0-next.46) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.45](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.44...@esri/calcite-components-react@3.2.0-next.45) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.44](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.43...@esri/calcite-components-react@3.2.0-next.44) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.43](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.42...@esri/calcite-components-react@3.2.0-next.43) (2025-05-06) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.42](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.41...@esri/calcite-components-react@3.2.0-next.42) (2025-05-05) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.41](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.40...@esri/calcite-components-react@3.2.0-next.41) (2025-05-05) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.40](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.39...@esri/calcite-components-react@3.2.0-next.40) (2025-05-03) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.39](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.38...@esri/calcite-components-react@3.2.0-next.39) (2025-05-02) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.38](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.37...@esri/calcite-components-react@3.2.0-next.38) (2025-05-01) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.37](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.36...@esri/calcite-components-react@3.2.0-next.37) (2025-04-30) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.36](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.35...@esri/calcite-components-react@3.2.0-next.36) (2025-04-30) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.35](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.34...@esri/calcite-components-react@3.2.0-next.35) (2025-04-29) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.33...@esri/calcite-components-react@3.2.0-next.34) (2025-04-29) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.32...@esri/calcite-components-react@3.2.0-next.33) (2025-04-29) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.32](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.31...@esri/calcite-components-react@3.2.0-next.32) (2025-04-28) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.31](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.30...@esri/calcite-components-react@3.2.0-next.31) (2025-04-24) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.30](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.29...@esri/calcite-components-react@3.2.0-next.30) (2025-04-24) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.28...@esri/calcite-components-react@3.2.0-next.29) (2025-04-23) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.27...@esri/calcite-components-react@3.2.0-next.28) (2025-04-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.27](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.26...@esri/calcite-components-react@3.2.0-next.27) (2025-04-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.26](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.25...@esri/calcite-components-react@3.2.0-next.26) (2025-04-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.25](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.24...@esri/calcite-components-react@3.2.0-next.25) (2025-04-22) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.24](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.23...@esri/calcite-components-react@3.2.0-next.24) (2025-04-21) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.23](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.22...@esri/calcite-components-react@3.2.0-next.23) (2025-04-21) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.22](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.21...@esri/calcite-components-react@3.2.0-next.22) (2025-04-20) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.20...@esri/calcite-components-react@3.2.0-next.21) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.19...@esri/calcite-components-react@3.2.0-next.20) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.18...@esri/calcite-components-react@3.2.0-next.19) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.18](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.17...@esri/calcite-components-react@3.2.0-next.18) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.17](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.16...@esri/calcite-components-react@3.2.0-next.17) (2025-04-17) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.16](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.15...@esri/calcite-components-react@3.2.0-next.16) (2025-04-17) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.14...@esri/calcite-components-react@3.2.0-next.15) (2025-04-16) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.13...@esri/calcite-components-react@3.2.0-next.14) (2025-04-16) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.12...@esri/calcite-components-react@3.2.0-next.13) (2025-04-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.11...@esri/calcite-components-react@3.2.0-next.12) (2025-04-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.10...@esri/calcite-components-react@3.2.0-next.11) (2025-04-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.9...@esri/calcite-components-react@3.2.0-next.10) (2025-04-11) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.8...@esri/calcite-components-react@3.2.0-next.9) (2025-04-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.7...@esri/calcite-components-react@3.2.0-next.8) (2025-04-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.6...@esri/calcite-components-react@3.2.0-next.7) (2025-04-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.5...@esri/calcite-components-react@3.2.0-next.6) (2025-04-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.4...@esri/calcite-components-react@3.2.0-next.5) (2025-04-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.3...@esri/calcite-components-react@3.2.0-next.4) (2025-04-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.2...@esri/calcite-components-react@3.2.0-next.3) (2025-04-08) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.1...@esri/calcite-components-react@3.2.0-next.2) (2025-04-04) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [3.2.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.2.0-next.0...@esri/calcite-components-react@3.2.0-next.1) (2025-03-31) +### Bug Fixes -**Note:** Version bump only for package @esri/calcite-components-react +- Update README.md ([#11765](https://github.com/Esri/calcite-design-system/issues/11765)) ([caf7bb2](https://github.com/Esri/calcite-design-system/commit/caf7bb28c3591ffcb48669aee25bdcfb7fecb54a)) +- Update README.md ([#11767](https://github.com/Esri/calcite-design-system/issues/11767)) ([e625568](https://github.com/Esri/calcite-design-system/commit/e6255685ad321c465b088c00959248fd26c7bc87)) -## [3.2.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.1.0-next.32...@esri/calcite-components-react@3.2.0-next.0) (2025-03-28) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from 3.2.0-next.60 to 3.2.0 ## [3.1.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.3...@esri/calcite-components-react@3.1.0) (2025-03-26) diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 1f15ac09aa4..508c365ccb5 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": "3.2.0-next.60", + "version": "3.2.0", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -28,7 +28,7 @@ "util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts" }, "dependencies": { - "@esri/calcite-components": "3.2.0-next.60", + "@esri/calcite-components": "3.2.0", "@lit/react": "1.0.7" }, "peerDependencies": { diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 917fefb6fef..85a39f9c193 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,385 +3,98 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.2.0-next.60](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.59...@esri/calcite-components@3.2.0-next.60) (2025-05-13) - -### Bug Fixes - -- **input-time-picker:** invert text color on Windows when each masked input is focused ([#12130](https://github.com/Esri/calcite-design-system/issues/12130)) ([b0d7c4c](https://github.com/Esri/calcite-design-system/commit/b0d7c4ca29ebbff97a21997fefcdc1f07dbd0efc)), closes [#12122](https://github.com/Esri/calcite-design-system/issues/12122) - -## [3.2.0-next.59](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.58...@esri/calcite-components@3.2.0-next.59) (2025-05-13) - -**Note:** Version bump only for package @esri/calcite-components - -## [3.2.0-next.58](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.57...@esri/calcite-components@3.2.0-next.58) (2025-05-13) - -### Features - -- **combobox:** add `selectAll` toggle property ([#11721](https://github.com/Esri/calcite-design-system/issues/11721)) ([7dab04f](https://github.com/Esri/calcite-design-system/commit/7dab04f5538892d7f3a1d4413431a43e8dfd4c79)), closes [#2311](https://github.com/Esri/calcite-design-system/issues/2311) - -## [3.2.0-next.57](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.56...@esri/calcite-components@3.2.0-next.57) (2025-05-12) - -### Bug Fixes - -- **sort-handle:** allow move and reorder events to be cancelled ([#12095](https://github.com/Esri/calcite-design-system/issues/12095)) ([a23105d](https://github.com/Esri/calcite-design-system/commit/a23105df29903f8a9c4e79684449a44fdce149b8)), closes [#11774](https://github.com/Esri/calcite-design-system/issues/11774) [/github.com/Esri/calcite-design-system/blob/b1c2b56c883ea3dc59c7fbc121e364b337c12d9d/packages/calcite-components/src/components/block/block.tsx#L312-L332](https://github.com/Esri//github.com/Esri/calcite-design-system/blob/b1c2b56c883ea3dc59c7fbc121e364b337c12d9d/packages/calcite-components/src/components/block/block.tsx/issues/L312-L332) - -## [3.2.0-next.56](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.55...@esri/calcite-components@3.2.0-next.56) (2025-05-12) - -### Features - -- **text-area:** Add design tokens for corner radius, shadow, footer background color ([#12124](https://github.com/Esri/calcite-design-system/issues/12124)) ([c9e9721](https://github.com/Esri/calcite-design-system/commit/c9e9721b9d7ea3a36a818a79ed4652aca8260dba)), closes [#12064](https://github.com/Esri/calcite-design-system/issues/12064) - -## [3.2.0-next.55](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.54...@esri/calcite-components@3.2.0-next.55) (2025-05-09) - -### Bug Fixes - -- **list:** remove auto expanding behavior when dragging ([#12121](https://github.com/Esri/calcite-design-system/issues/12121)) ([e8ca139](https://github.com/Esri/calcite-design-system/commit/e8ca139264c123febde5c43bb4e141698e2ed3f2)), closes [#11650](https://github.com/Esri/calcite-design-system/issues/11650) - -## [3.2.0-next.54](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.53...@esri/calcite-components@3.2.0-next.54) (2025-05-09) - -### Features - -- **action-bar:** add floating property and "grid" layout value ([#12103](https://github.com/Esri/calcite-design-system/issues/12103)) ([35d2693](https://github.com/Esri/calcite-design-system/commit/35d26934b2cd5c69b38811ae44f06d4ddcba52a8)), closes [#7507](https://github.com/Esri/calcite-design-system/issues/7507) - -## [3.2.0-next.53](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.52...@esri/calcite-components@3.2.0-next.53) (2025-05-09) - -### Bug Fixes - -- **autocomplete:** should open on key input and close when key input is cleared ([#12113](https://github.com/Esri/calcite-design-system/issues/12113)) ([0641254](https://github.com/Esri/calcite-design-system/commit/064125466d41ff777a0e5dbd5355477275e68f45)), closes [#12096](https://github.com/Esri/calcite-design-system/issues/12096) -- **list:** correctly set the drag order and set size on filtered items ([#12075](https://github.com/Esri/calcite-design-system/issues/12075)) ([6ed9529](https://github.com/Esri/calcite-design-system/commit/6ed952922bcc9632f60c4a241ca587e9918cb8ee)), closes [#12074](https://github.com/Esri/calcite-design-system/issues/12074) - -## [3.2.0-next.52](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.51...@esri/calcite-components@3.2.0-next.52) (2025-05-08) - -### Features - -- **input-number:** add component tokens ([#11961](https://github.com/Esri/calcite-design-system/issues/11961)) ([52056cf](https://github.com/Esri/calcite-design-system/commit/52056cf9aae4181f79dc07698b195de4f66969d2)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.51](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.50...@esri/calcite-components@3.2.0-next.51) (2025-05-08) - -### Bug Fixes - -- **text-area:** height is no longer fixed when viewport resized to narrow dimensions ([#11247](https://github.com/Esri/calcite-design-system/issues/11247)) ([eae373c](https://github.com/Esri/calcite-design-system/commit/eae373ca7bc4bdc77b209086e4f299153ac902dc)) - -## [3.2.0-next.50](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.49...@esri/calcite-components@3.2.0-next.50) (2025-05-08) - -### Bug Fixes - -- **panel:** fix `--calcite-panel-header-action-text-color-press` ([#12110](https://github.com/Esri/calcite-design-system/issues/12110)) ([c47743d](https://github.com/Esri/calcite-design-system/commit/c47743d4f2be7d728f5c360b7952c28db472a90e)) - -## [3.2.0-next.49](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.48...@esri/calcite-components@3.2.0-next.49) (2025-05-08) - -### Features - -- **stepper-item:** add component tokens ([#12035](https://github.com/Esri/calcite-design-system/issues/12035)) ([b315be1](https://github.com/Esri/calcite-design-system/commit/b315be19c23c02a4898c4b78e2531300084bc724)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.48](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.47...@esri/calcite-components@3.2.0-next.48) (2025-05-07) - -### Features - -- **block:** add specific component css tokens ([#12102](https://github.com/Esri/calcite-design-system/issues/12102)) ([3da85c0](https://github.com/Esri/calcite-design-system/commit/3da85c0119e5619d104d7504621024bd4b6d0b1e)), closes [#11888](https://github.com/Esri/calcite-design-system/issues/11888) -- **stepper:** add component tokens ([#12036](https://github.com/Esri/calcite-design-system/issues/12036)) ([ee56ca8](https://github.com/Esri/calcite-design-system/commit/ee56ca8bc7926fce28c3fc1401fb522913f307a4)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.47](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.46...@esri/calcite-components@3.2.0-next.47) (2025-05-07) - -### Bug Fixes - -- **input-time-picker:** isolate calciteTimeChange event listener to just the component instance it was fired from ([#12109](https://github.com/Esri/calcite-design-system/issues/12109)) ([20a0380](https://github.com/Esri/calcite-design-system/commit/20a0380d0aa79de794ef4c025f1f171b055f32f2)), closes [#11712](https://github.com/Esri/calcite-design-system/issues/11712) [#11712](https://github.com/Esri/calcite-design-system/issues/11712) - -## [3.2.0-next.46](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.45...@esri/calcite-components@3.2.0-next.46) (2025-05-07) - -### Bug Fixes - -- **date-picker-month:** fix height of calendar to 6 rows ([#12085](https://github.com/Esri/calcite-design-system/issues/12085)) ([0820138](https://github.com/Esri/calcite-design-system/commit/0820138d47d1c4ab663d818031e3bfcfa2a54eec)), closes [#9305](https://github.com/Esri/calcite-design-system/issues/9305) - -## [3.2.0-next.45](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.44...@esri/calcite-components@3.2.0-next.45) (2025-05-07) - -### Bug Fixes - -- fix memory leak caused when disconnecting floating-ui ([#12107](https://github.com/Esri/calcite-design-system/issues/12107)) ([eda7d13](https://github.com/Esri/calcite-design-system/commit/eda7d13b2d0c352da7376d4b428538ac14227c25)), closes [#10648](https://github.com/Esri/calcite-design-system/issues/10648) - -## [3.2.0-next.44](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.43...@esri/calcite-components@3.2.0-next.44) (2025-05-07) - -### Bug Fixes - -- **list, block-group:** List nested in shadow DOM loses drop zone styling ([#12105](https://github.com/Esri/calcite-design-system/issues/12105)) ([8861059](https://github.com/Esri/calcite-design-system/commit/8861059b797b34c02ce14d9c26da219a6e16ab32)), closes [#10636](https://github.com/Esri/calcite-design-system/issues/10636) - -## [3.2.0-next.43](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.42...@esri/calcite-components@3.2.0-next.43) (2025-05-06) - -### Features - -- **fab:** enhance component's interactivity states ([#12097](https://github.com/Esri/calcite-design-system/issues/12097)) ([92bc3ca](https://github.com/Esri/calcite-design-system/commit/92bc3ca4fcd436e0fcbb4f914d0d5944ada1b3e6)), closes [#10004](https://github.com/Esri/calcite-design-system/issues/10004) - -## [3.2.0-next.42](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.41...@esri/calcite-components@3.2.0-next.42) (2025-05-05) - -### Bug Fixes - -- **input-number:** prevent entry of invalid characters ([#12093](https://github.com/Esri/calcite-design-system/issues/12093)) ([c459b86](https://github.com/Esri/calcite-design-system/commit/c459b862abbe42afcc7b2043191236e53d02b91a)), closes [#8640](https://github.com/Esri/calcite-design-system/issues/8640) - -## [3.2.0-next.41](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.40...@esri/calcite-components@3.2.0-next.41) (2025-05-05) - -### Bug Fixes - -- **autocomplete:** fix setFocus method in Safari ([#12092](https://github.com/Esri/calcite-design-system/issues/12092)) ([b1c2b56](https://github.com/Esri/calcite-design-system/commit/b1c2b56c883ea3dc59c7fbc121e364b337c12d9d)), closes [#12078](https://github.com/Esri/calcite-design-system/issues/12078) - -## [3.2.0-next.40](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.39...@esri/calcite-components@3.2.0-next.40) (2025-05-03) - -### Bug Fixes - -- **dialog, modal, sheet:** honor `initialFocus` when opening components ([#12084](https://github.com/Esri/calcite-design-system/issues/12084)) ([c86e122](https://github.com/Esri/calcite-design-system/commit/c86e12224b6418cabb550ad99a482e8844b82bea)), closes [#11781](https://github.com/Esri/calcite-design-system/issues/11781) - -## [3.2.0-next.39](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.38...@esri/calcite-components@3.2.0-next.39) (2025-05-02) - -### Features - -- **input-time-picker:** add separate hour, minute, second and meridiem input fields ([#11712](https://github.com/Esri/calcite-design-system/issues/11712)) ([bdffb56](https://github.com/Esri/calcite-design-system/commit/bdffb569a1a81d7785937e923a5141b7e1b9fbeb)), closes [#2709](https://github.com/Esri/calcite-design-system/issues/2709) -- support `nn` locale ([#12079](https://github.com/Esri/calcite-design-system/issues/12079)) ([04b69f0](https://github.com/Esri/calcite-design-system/commit/04b69f039bf38ec613fcc0a4ddb67907a173efc6)), closes [#11978](https://github.com/Esri/calcite-design-system/issues/11978) - -## [3.2.0-next.38](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.37...@esri/calcite-components@3.2.0-next.38) (2025-05-01) - -### Bug Fixes - -- **navigation:** add missing css display ([#12076](https://github.com/Esri/calcite-design-system/issues/12076)) ([90c5b5a](https://github.com/Esri/calcite-design-system/commit/90c5b5ac060c1b4f582172bc2781e5ec6ca5e27a)), closes [#11022](https://github.com/Esri/calcite-design-system/issues/11022) - -## [3.2.0-next.37](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.36...@esri/calcite-components@3.2.0-next.37) (2025-04-30) - -### Bug Fixes - -- **shell-panel:** handle overflow scrolling ([#12069](https://github.com/Esri/calcite-design-system/issues/12069)) ([9d5764e](https://github.com/Esri/calcite-design-system/commit/9d5764e694fb3b0705a593383706c6ba84ea0dc5)), closes [#12057](https://github.com/Esri/calcite-design-system/issues/12057) - -## [3.2.0-next.36](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.35...@esri/calcite-components@3.2.0-next.36) (2025-04-30) - -### Bug Fixes - -- **table-row:** update `selected` property on `calciteTabRowSelect` event ([#12015](https://github.com/Esri/calcite-design-system/issues/12015)) ([9b69f3d](https://github.com/Esri/calcite-design-system/commit/9b69f3dad6e2f42fff3cfd4576946061ca7df558)), closes [#11740](https://github.com/Esri/calcite-design-system/issues/11740) - -## [3.2.0-next.35](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.34...@esri/calcite-components@3.2.0-next.35) (2025-04-29) - -### Features - -- **filter:** add component tokens ([#11885](https://github.com/Esri/calcite-design-system/issues/11885)) ([e7813f9](https://github.com/Esri/calcite-design-system/commit/e7813f924ca0b8c0f20ce16a0d36cd667b4970f5)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -### Bug Fixes - -- **shell-panel:** handle overflow scrolling ([#12056](https://github.com/Esri/calcite-design-system/issues/12056)) ([0da69e1](https://github.com/Esri/calcite-design-system/commit/0da69e11c6af11b005e98f1532643eb16b5f1796)), closes [#12057](https://github.com/Esri/calcite-design-system/issues/12057) - -## [3.2.0-next.34](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.33...@esri/calcite-components@3.2.0-next.34) (2025-04-29) - -### Bug Fixes - -- **shell, sheet, dialog, modal:** Fix for slotted component interaction ([#12059](https://github.com/Esri/calcite-design-system/issues/12059)) ([19f6c26](https://github.com/Esri/calcite-design-system/commit/19f6c26d0830dc2b9cd92e85cc8f7f284315801e)), closes [#11657](https://github.com/Esri/calcite-design-system/issues/11657) - -## [3.2.0-next.33](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.32...@esri/calcite-components@3.2.0-next.33) (2025-04-29) - -### Bug Fixes - -- **action-menu:** stop propagation of internal popover events ([#12051](https://github.com/Esri/calcite-design-system/issues/12051)) ([f2d6675](https://github.com/Esri/calcite-design-system/commit/f2d66752debd10ebe3b023d7bd310d50385d389c)), closes [#12048](https://github.com/Esri/calcite-design-system/issues/12048) - -## [3.2.0-next.32](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.31...@esri/calcite-components@3.2.0-next.32) (2025-04-28) - -### Bug Fixes - -- **shell-panel, sheet:** Resize handle overlaps dropdown within panel ([#12046](https://github.com/Esri/calcite-design-system/issues/12046)) ([2bb5c45](https://github.com/Esri/calcite-design-system/commit/2bb5c452c1621697bc018b5ce1d38c26df3d9450)), closes [#12042](https://github.com/Esri/calcite-design-system/issues/12042) - -## [3.2.0-next.31](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.30...@esri/calcite-components@3.2.0-next.31) (2025-04-24) - -### Bug Fixes - -- **input-date-picker:** ensure ar-fallback when the locale is ar-SA ([#12025](https://github.com/Esri/calcite-design-system/issues/12025)) ([08e0cf3](https://github.com/Esri/calcite-design-system/commit/08e0cf373bdb36a496779949ecef9ec07d919c07)) - -## [3.2.0-next.30](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.29...@esri/calcite-components@3.2.0-next.30) (2025-04-24) - -### Features - -- **sheet:** add component tokens ([#12023](https://github.com/Esri/calcite-design-system/issues/12023)) ([062273c](https://github.com/Esri/calcite-design-system/commit/062273cc6b7806231a8ce30cc6dee5602367128a)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) -- **shell-panel:** add component tokens ([#11926](https://github.com/Esri/calcite-design-system/issues/11926)) ([8459c3d](https://github.com/Esri/calcite-design-system/commit/8459c3daefc2135a3d7dbab720264d11ce582261)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.29](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.28...@esri/calcite-components@3.2.0-next.29) (2025-04-23) - -### Bug Fixes - -- **dialog, modal, sheet:** fix page scrolling after closing ([#12006](https://github.com/Esri/calcite-design-system/issues/12006)) ([824bf91](https://github.com/Esri/calcite-design-system/commit/824bf91087658fa1ca905a0a6800203c79eadd72)), closes [#11729](https://github.com/Esri/calcite-design-system/issues/11729) [#11408](https://github.com/Esri/calcite-design-system/issues/11408) [#12018](https://github.com/Esri/calcite-design-system/issues/12018) - -## [3.2.0-next.28](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.27...@esri/calcite-components@3.2.0-next.28) (2025-04-22) - -### Bug Fixes - -- **input-date-picker:** add label property for screen readers and AT ([#11995](https://github.com/Esri/calcite-design-system/issues/11995)) ([f4e1664](https://github.com/Esri/calcite-design-system/commit/f4e1664e38f6dacac8b907d4702359c7d6e63228)), closes [#8480](https://github.com/Esri/calcite-design-system/issues/8480) - -## [3.2.0-next.27](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.26...@esri/calcite-components@3.2.0-next.27) (2025-04-22) - -### Features - -- **shell-panel:** Improve visibility of resizable functionality and allow resizable for all displayMode values ([#11983](https://github.com/Esri/calcite-design-system/issues/11983)) ([a48e422](https://github.com/Esri/calcite-design-system/commit/a48e42299122d8aca644e1c608324fd9769b79b7)), closes [#5652](https://github.com/Esri/calcite-design-system/issues/5652) - -## [3.2.0-next.26](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.25...@esri/calcite-components@3.2.0-next.26) (2025-04-22) - -### Features - -- **radio-button-group:** add component tokens ([#11897](https://github.com/Esri/calcite-design-system/issues/11897)) ([ec0eeef](https://github.com/Esri/calcite-design-system/commit/ec0eeefa4312e0cdc943c0d17a52d568ae0ba8f7)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) -- **radio-button:** add component tokens ([#11891](https://github.com/Esri/calcite-design-system/issues/11891)) ([4638e84](https://github.com/Esri/calcite-design-system/commit/4638e84eaa714ee85fe42837c2a516dff6d40fe3)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) -- **time-picker:** add component tokens ([#11942](https://github.com/Esri/calcite-design-system/issues/11942)) ([8b3ef80](https://github.com/Esri/calcite-design-system/commit/8b3ef802ca77bd147e3003f041581d1bdd0e6035)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.25](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.24...@esri/calcite-components@3.2.0-next.25) (2025-04-22) - -### Features - -- **button:** enhance component's interactivity states ([#12005](https://github.com/Esri/calcite-design-system/issues/12005)) ([76b284f](https://github.com/Esri/calcite-design-system/commit/76b284ff177822e5bd2411a448277dee1402a5cb)), closes [#11576](https://github.com/Esri/calcite-design-system/issues/11576) - -## [3.2.0-next.24](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.23...@esri/calcite-components@3.2.0-next.24) (2025-04-21) - -**Note:** Version bump only for package @esri/calcite-components - -## [3.2.0-next.23](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.22...@esri/calcite-components@3.2.0-next.23) (2025-04-21) - -### Bug Fixes - -- **list-item:** align elements to the left of the item's content ([#11977](https://github.com/Esri/calcite-design-system/issues/11977)) ([b0ee19d](https://github.com/Esri/calcite-design-system/commit/b0ee19dadf20134e6efdac0cebed9b0162e4120a)), closes [#11031](https://github.com/Esri/calcite-design-system/issues/11031) - -## [3.2.0-next.22](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.21...@esri/calcite-components@3.2.0-next.22) (2025-04-20) - -### Bug Fixes - -- **input, input-number, input-text, text-area, combobox:** pass AA for placeholder text color ([#11972](https://github.com/Esri/calcite-design-system/issues/11972)) ([2115fff](https://github.com/Esri/calcite-design-system/commit/2115fff21b859d7b5129d4380a5e9ffad3d5257e)), closes [#10361](https://github.com/Esri/calcite-design-system/issues/10361) - -## [3.2.0-next.21](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.20...@esri/calcite-components@3.2.0-next.21) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-components - -## [3.2.0-next.20](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.19...@esri/calcite-components@3.2.0-next.20) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-components - -## [3.2.0-next.19](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.18...@esri/calcite-components@3.2.0-next.19) (2025-04-18) - -### Features - -- **tokens:** add transparency-inverse tokens ([#11974](https://github.com/Esri/calcite-design-system/issues/11974)) ([d394568](https://github.com/Esri/calcite-design-system/commit/d3945682b62a9fba19639dade630a6862e77d5b1)), closes [#11565](https://github.com/Esri/calcite-design-system/issues/11565) - -## [3.2.0-next.18](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.17...@esri/calcite-components@3.2.0-next.18) (2025-04-18) - -### Bug Fixes - -- **tab:** fix focus outline placement on scrolling tabs ([#11967](https://github.com/Esri/calcite-design-system/issues/11967)) ([e9bb472](https://github.com/Esri/calcite-design-system/commit/e9bb4729ed9dab8a934883c9cfaf0d268ed3983d)), closes [#10419](https://github.com/Esri/calcite-design-system/issues/10419) - -## [3.2.0-next.17](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.16...@esri/calcite-components@3.2.0-next.17) (2025-04-17) - -### Bug Fixes - -- **input-number:** ensure change event correctly fires for all locales ([#11982](https://github.com/Esri/calcite-design-system/issues/11982)) ([82220c3](https://github.com/Esri/calcite-design-system/commit/82220c3136299edf2d080607fb9e3b526baef0f7)), closes [#11324](https://github.com/Esri/calcite-design-system/issues/11324) - -## [3.2.0-next.16](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.15...@esri/calcite-components@3.2.0-next.16) (2025-04-17) - -### Bug Fixes - -- **split-button:** Fix duplicate border when `href` is set ([#11976](https://github.com/Esri/calcite-design-system/issues/11976)) ([6942c21](https://github.com/Esri/calcite-design-system/commit/6942c21e01a61586f09386e96481120c85948733)), closes [#11909](https://github.com/Esri/calcite-design-system/issues/11909) - -## [3.2.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.14...@esri/calcite-components@3.2.0-next.15) (2025-04-16) - -### Features - -- **accordion-item:** enhance component's interactivity states ([#11935](https://github.com/Esri/calcite-design-system/issues/11935)) ([2894a57](https://github.com/Esri/calcite-design-system/commit/2894a57c24f6a1f1e9a8704f3de35cf40c9b35a0)), closes [#10016](https://github.com/Esri/calcite-design-system/issues/10016) - -## [3.2.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.13...@esri/calcite-components@3.2.0-next.14) (2025-04-16) - -### Features - -- **switch:** enhance component's colors for a11y and usability ([#11951](https://github.com/Esri/calcite-design-system/issues/11951)) ([52886ef](https://github.com/Esri/calcite-design-system/commit/52886ef0f418f5dc06110574b790dc001fcead56)), closes [#10483](https://github.com/Esri/calcite-design-system/issues/10483) - -## [3.2.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.12...@esri/calcite-components@3.2.0-next.13) (2025-04-15) - -### Features - -- **notice:** add token for close icon and title text color ([#11938](https://github.com/Esri/calcite-design-system/issues/11938)) ([94834ee](https://github.com/Esri/calcite-design-system/commit/94834eec3c8a303794fee20861a53a1b861a3215)), closes [#11790](https://github.com/Esri/calcite-design-system/issues/11790) - -### Bug Fixes - -- **input-date-picker:** allow clearing invalid date value ([#11937](https://github.com/Esri/calcite-design-system/issues/11937)) ([c476a9f](https://github.com/Esri/calcite-design-system/commit/c476a9fb718d76399af5f51b2c30c8c7f47c68ea)) -- **list, block-group:** fix drag handle events when lists or blocks are nested ([#11816](https://github.com/Esri/calcite-design-system/issues/11816)) ([09296dd](https://github.com/Esri/calcite-design-system/commit/09296dd75eafb158c708e7ff3dab185f180dbe16)), closes [#11774](https://github.com/Esri/calcite-design-system/issues/11774) - -## [3.2.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.11...@esri/calcite-components@3.2.0-next.12) (2025-04-15) - -### Bug Fixes - -- **input-number:** cancel arrow down event ([#11956](https://github.com/Esri/calcite-design-system/issues/11956)) ([562fe62](https://github.com/Esri/calcite-design-system/commit/562fe6239d0bb0888c9291afdea5427482dacc12)), closes [#10271](https://github.com/Esri/calcite-design-system/issues/10271) - -## [3.2.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.10...@esri/calcite-components@3.2.0-next.11) (2025-04-12) - -### Bug Fixes - -- **input-number:** allow editing of numbers that start with zeros ([#11705](https://github.com/Esri/calcite-design-system/issues/11705)) ([e86c99d](https://github.com/Esri/calcite-design-system/commit/e86c99da9fa9044445db7d8e5fa18cdf773a4b93)), closes [#9611](https://github.com/Esri/calcite-design-system/issues/9611) - -## [3.2.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.9...@esri/calcite-components@3.2.0-next.10) (2025-04-11) - -### Bug Fixes - -- **list-item:** display selection border when item is focused ([#11898](https://github.com/Esri/calcite-design-system/issues/11898)) ([c9218e2](https://github.com/Esri/calcite-design-system/commit/c9218e2272a1c5957602dc2603181210ffcdf8c9)), closes [#11835](https://github.com/Esri/calcite-design-system/issues/11835) -- **text-area:** no longer changes height & width when status is invalid ([#11826](https://github.com/Esri/calcite-design-system/issues/11826)) ([215546b](https://github.com/Esri/calcite-design-system/commit/215546bb3adb47544632322b650e4956fe921d79)), closes [#11592](https://github.com/Esri/calcite-design-system/issues/11592) - -## [3.2.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.8...@esri/calcite-components@3.2.0-next.9) (2025-04-09) - -### Features - -- move Tailwind preset to package ([#11817](https://github.com/Esri/calcite-design-system/issues/11817)) ([ce9595c](https://github.com/Esri/calcite-design-system/commit/ce9595cff9b1c93ab827eb9c51d6ecae6a709d0b)), closes [#6602](https://github.com/Esri/calcite-design-system/issues/6602) - -## [3.2.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.7...@esri/calcite-components@3.2.0-next.8) (2025-04-09) - -### Features - -- **tabs, tab-nav, tab-title, tab:** add component tokens ([#11720](https://github.com/Esri/calcite-design-system/issues/11720)) ([2d372de](https://github.com/Esri/calcite-design-system/commit/2d372de88bd10a65ad7df8a8a394454a388f1f10)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.6...@esri/calcite-components@3.2.0-next.7) (2025-04-09) +## [3.2.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.1.0...@esri/calcite-components@3.2.0) (2025-05-14) ### Features -- **shell:** add component tokens ([#11908](https://github.com/Esri/calcite-design-system/issues/11908)) ([04dfd47](https://github.com/Esri/calcite-design-system/commit/04dfd47a3973a3743af55a58aaef1ade708d5796)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) +- **accordion-item:** Enhance component's interactivity states ([#11935](https://github.com/Esri/calcite-design-system/issues/11935)) ([46ddfd3](https://github.com/Esri/calcite-design-system/commit/46ddfd3abd9200566160fa5531edf9f5fc67c9a8)) +- **action-bar:** Add floating property and "grid" layout value ([#12103](https://github.com/Esri/calcite-design-system/issues/12103)) ([7cd7fd5](https://github.com/Esri/calcite-design-system/commit/7cd7fd5687b80e891831f62eb70da61d57309362)) +- **block-group, list:** Add event for when a move is halted due to `canPut` or `canPull` returning false ([#11567](https://github.com/Esri/calcite-design-system/issues/11567)) ([f080121](https://github.com/Esri/calcite-design-system/commit/f080121eac9c7b7f2c354b11c7ab47fe4225bb4f)) +- **block:** Add specific component css tokens ([#12102](https://github.com/Esri/calcite-design-system/issues/12102)) ([ce22de4](https://github.com/Esri/calcite-design-system/commit/ce22de4b6af041ae9c626c42a75328f3ee04c0b9)) +- **block:** Enhance component's interactivity states ([#11827](https://github.com/Esri/calcite-design-system/issues/11827)) ([7d509c6](https://github.com/Esri/calcite-design-system/commit/7d509c69fe62a263f9d9aa97282626b6e88f5c96)) +- **button:** Enhance component's interactivity states ([#12005](https://github.com/Esri/calcite-design-system/issues/12005)) ([55f2882](https://github.com/Esri/calcite-design-system/commit/55f288290383de3844412d39bd381ee15d5b2c85)) +- **combobox:** Add `selectAll` toggle property ([#11721](https://github.com/Esri/calcite-design-system/issues/11721)) ([d084410](https://github.com/Esri/calcite-design-system/commit/d084410912d86bb8d482e8884e4a6dbb8e906c57)) +- **dropdown-item:** Enhance component's interactivity states ([#11821](https://github.com/Esri/calcite-design-system/issues/11821)) ([14ed4a8](https://github.com/Esri/calcite-design-system/commit/14ed4a8177af6a0e6cc3bbdab6faaecd14e88fc7)) +- **fab:** Add component tokens ([#11838](https://github.com/Esri/calcite-design-system/issues/11838)) ([d88d73b](https://github.com/Esri/calcite-design-system/commit/d88d73b6bb8afd0b60db98ef1e2ff09bbe5873bb)) +- **fab:** Enhance component's interactivity states ([#12097](https://github.com/Esri/calcite-design-system/issues/12097)) ([8407e0a](https://github.com/Esri/calcite-design-system/commit/8407e0aef66f974331c54a342f6361ae145b9652)) +- **filter:** Add component tokens ([#11885](https://github.com/Esri/calcite-design-system/issues/11885)) ([b6516f8](https://github.com/Esri/calcite-design-system/commit/b6516f8dcd2c220282221ff140d570c4d8e0774f)) +- **input-message:** Add component tokens and deprecate --calcite-input-message-spacing-value ([#11759](https://github.com/Esri/calcite-design-system/issues/11759)) ([efddfaf](https://github.com/Esri/calcite-design-system/commit/efddfaf18862b445b28008a488463fa8804daf91)) +- **input-number:** Add component tokens ([#11961](https://github.com/Esri/calcite-design-system/issues/11961)) ([88dafa7](https://github.com/Esri/calcite-design-system/commit/88dafa70a8ad12b4068f98cd3f060416f19f96d6)) +- **input-time-picker:** Add separate hour, minute, second and meridiem input fields ([#11712](https://github.com/Esri/calcite-design-system/issues/11712)) ([4fa4e20](https://github.com/Esri/calcite-design-system/commit/4fa4e208ffbc5ddac5bbda6c787bf4e3779f0f23)) +- **list-item:** Enhance component's interactivity states ([#11824](https://github.com/Esri/calcite-design-system/issues/11824)) ([718f51d](https://github.com/Esri/calcite-design-system/commit/718f51d3b62b28bfcb3dbd022004e8f342017ab2)) +- **meter:** Add component tokens ([#11757](https://github.com/Esri/calcite-design-system/issues/11757)) ([a8daa99](https://github.com/Esri/calcite-design-system/commit/a8daa992fc141d0cab1153174e6f05f68ef6c1ed)) +- Move Tailwind preset to package ([#11817](https://github.com/Esri/calcite-design-system/issues/11817)) ([6a37f65](https://github.com/Esri/calcite-design-system/commit/6a37f65b4105ff8fd769eb387592f644b13668cb)) +- **notice:** Add token for close icon and title text color ([#11938](https://github.com/Esri/calcite-design-system/issues/11938)) ([4a3bbc1](https://github.com/Esri/calcite-design-system/commit/4a3bbc1823e8ac35950ca8da9b1dd220ff6db780)) +- **radio-button-group:** Add component tokens ([#11897](https://github.com/Esri/calcite-design-system/issues/11897)) ([25f9b07](https://github.com/Esri/calcite-design-system/commit/25f9b079587963a1bcdd868404435f9bcb8e7357)) +- **radio-button:** Add component tokens ([#11891](https://github.com/Esri/calcite-design-system/issues/11891)) ([c6141a7](https://github.com/Esri/calcite-design-system/commit/c6141a71bc3e684fd7ed7ad4d20201f488089d81)) +- **sheet:** Add component tokens ([#12023](https://github.com/Esri/calcite-design-system/issues/12023)) ([3d40a2f](https://github.com/Esri/calcite-design-system/commit/3d40a2fd91aa8d68c792939967ba2ef99e771e13)) +- **shell-panel:** Add component tokens ([#11926](https://github.com/Esri/calcite-design-system/issues/11926)) ([e71ad98](https://github.com/Esri/calcite-design-system/commit/e71ad9826a92d781d04f840d53ebe5e42749b45b)) +- **shell-panel:** Improve visibility of resizable functionality and allow resizable for all displayMode values ([#11983](https://github.com/Esri/calcite-design-system/issues/11983)) ([a47a350](https://github.com/Esri/calcite-design-system/commit/a47a350d46035a11108cf34c65f15e0b510b01e9)) +- **shell:** Add component tokens ([#11908](https://github.com/Esri/calcite-design-system/issues/11908)) ([e3443e9](https://github.com/Esri/calcite-design-system/commit/e3443e992ac440f54826a93e6034ab3bd084ce60)) +- **stepper-item:** Add component tokens ([#12035](https://github.com/Esri/calcite-design-system/issues/12035)) ([5223751](https://github.com/Esri/calcite-design-system/commit/5223751a40bd3049e31ac728121a632401a4b37e)) +- **stepper:** Add component tokens ([#12036](https://github.com/Esri/calcite-design-system/issues/12036)) ([b4531bb](https://github.com/Esri/calcite-design-system/commit/b4531bbd6248a5267b73c0913f78bf848fae63c0)) +- Support `nn` locale ([#12079](https://github.com/Esri/calcite-design-system/issues/12079)) ([202aaa6](https://github.com/Esri/calcite-design-system/commit/202aaa6285db9346ccf1a5755e3df75652d0f85b)) +- **switch:** Enhance component's colors for a11y and usability ([#11951](https://github.com/Esri/calcite-design-system/issues/11951)) ([a878811](https://github.com/Esri/calcite-design-system/commit/a878811551a26714326ada7d9fa6d82d8b922ac3)) +- **tabs, tab-nav, tab-title, tab:** Add component tokens ([#11720](https://github.com/Esri/calcite-design-system/issues/11720)) ([e208b56](https://github.com/Esri/calcite-design-system/commit/e208b560044026839a79a2bf8f074b1511a7ad87)) +- **text-area:** Add design tokens for corner radius, shadow, footer background color ([#12124](https://github.com/Esri/calcite-design-system/issues/12124)) ([9f5d3ba](https://github.com/Esri/calcite-design-system/commit/9f5d3ba95ae306e1bd172cb75de924a864cf09f5)) +- **time-picker:** Add component tokens ([#11942](https://github.com/Esri/calcite-design-system/issues/11942)) ([a8fa5d0](https://github.com/Esri/calcite-design-system/commit/a8fa5d03e99556bbfa5a18ec056f2ece5a754e52)) +- **tokens:** Add transparency-inverse tokens ([#11974](https://github.com/Esri/calcite-design-system/issues/11974)) ([db09167](https://github.com/Esri/calcite-design-system/commit/db09167b516bf9420a6971b23079db7b85e76867)) +- **tree, tree-items:** Add component tokens ([#11884](https://github.com/Esri/calcite-design-system/issues/11884)) ([a252522](https://github.com/Esri/calcite-design-system/commit/a252522ced9a9fb4b3a4d72d7d414cf825ed2a85)) + +### Bug Fixes + +- **action-menu:** Stop propagation of internal popover events ([#12051](https://github.com/Esri/calcite-design-system/issues/12051)) ([269892f](https://github.com/Esri/calcite-design-system/commit/269892fb4040b039dfd523c7ee11470fa86a2a63)) +- **autocomplete:** Fix setFocus method in Safari ([#12092](https://github.com/Esri/calcite-design-system/issues/12092)) ([34598c9](https://github.com/Esri/calcite-design-system/commit/34598c9813617f623d7a5230a7a009fa55efb3a3)) +- **autocomplete:** Should open on key input and close when key input is cleared ([#12113](https://github.com/Esri/calcite-design-system/issues/12113)) ([c87b66d](https://github.com/Esri/calcite-design-system/commit/c87b66d2966199522e648ed1d76892a61c65df17)) +- **date-picker-month:** Fix height of calendar to 6 rows ([#12085](https://github.com/Esri/calcite-design-system/issues/12085)) ([80f7598](https://github.com/Esri/calcite-design-system/commit/80f7598001ff7a7a15829e91a20d3b6517b640e2)) +- **dialog, modal, sheet:** Fix page scrolling after closing ([#12006](https://github.com/Esri/calcite-design-system/issues/12006)) ([01ae74b](https://github.com/Esri/calcite-design-system/commit/01ae74b59a66684feda79af037e0db4f40fb2b1c)) +- **dialog, modal, sheet:** Honor `initialFocus` when opening components ([#12084](https://github.com/Esri/calcite-design-system/issues/12084)) ([125e294](https://github.com/Esri/calcite-design-system/commit/125e294326a96ba53b013729daf98f8a42781ef9)) +- Fix memory leak caused when disconnecting floating-ui ([#12107](https://github.com/Esri/calcite-design-system/issues/12107)) ([b4d79a6](https://github.com/Esri/calcite-design-system/commit/b4d79a65b1a7b7c01726489d4540df73daa5a26c)) +- **input-date-picker:** Add label property for screen readers and AT ([#11995](https://github.com/Esri/calcite-design-system/issues/11995)) ([499414f](https://github.com/Esri/calcite-design-system/commit/499414f439b19a70470d6edcd7ae7adc95f81b52)) +- **input-date-picker:** Allow clearing invalid date value ([#11937](https://github.com/Esri/calcite-design-system/issues/11937)) ([8d86681](https://github.com/Esri/calcite-design-system/commit/8d86681864e8845b7d7318c98e70bd27520040cc)) +- **input-date-picker:** Ensure ar-fallback when the locale is ar-SA ([#12025](https://github.com/Esri/calcite-design-system/issues/12025)) ([20d7ad9](https://github.com/Esri/calcite-design-system/commit/20d7ad9e295c12c840923937deda3118d587eb77)) +- **input-number:** Allow editing of numbers that start with zeros ([#11705](https://github.com/Esri/calcite-design-system/issues/11705)) ([660ceed](https://github.com/Esri/calcite-design-system/commit/660ceedcfa29b87b08cfd9b75d85014767fd8655)) +- **input-number:** Cancel arrow down event ([#11956](https://github.com/Esri/calcite-design-system/issues/11956)) ([7883325](https://github.com/Esri/calcite-design-system/commit/7883325743a856205058e22c116d0b70d1b516fa)) +- **input-number:** Ensure change event correctly fires for all locales ([#11982](https://github.com/Esri/calcite-design-system/issues/11982)) ([c3862f6](https://github.com/Esri/calcite-design-system/commit/c3862f6e392789b1fd6a4caf96d5bb757025ba7b)) +- **input-number:** Prevent entry of invalid characters ([#12093](https://github.com/Esri/calcite-design-system/issues/12093)) ([37dbae7](https://github.com/Esri/calcite-design-system/commit/37dbae73c57434f726b3400a59648a7755754442)) +- **input-time-picker:** Invert text color on Windows when each masked input is focused ([#12130](https://github.com/Esri/calcite-design-system/issues/12130)) ([92d59d1](https://github.com/Esri/calcite-design-system/commit/92d59d1e696746aed5a8a1cb10d387057418a509)) +- **input-time-picker:** Isolate calciteTimeChange event listener to just the component instance it was fired from ([#12109](https://github.com/Esri/calcite-design-system/issues/12109)) ([14ed37a](https://github.com/Esri/calcite-design-system/commit/14ed37a766dacb39e7d77af4a89b45397b583654)) +- **input, input-number, input-text, text-area, combobox:** Pass AA for placeholder text color ([#11972](https://github.com/Esri/calcite-design-system/issues/11972)) ([7f01b14](https://github.com/Esri/calcite-design-system/commit/7f01b14f5d81b65efb257d2a3714ecae855a2157)) +- **list-item:** Align elements to the left of the item's content ([#11977](https://github.com/Esri/calcite-design-system/issues/11977)) ([8a557d9](https://github.com/Esri/calcite-design-system/commit/8a557d920c8b0a260cfa458ce07bd56fe6c3b946)) +- **list-item:** Display selection border when item is focused ([#11898](https://github.com/Esri/calcite-design-system/issues/11898)) ([fd277f4](https://github.com/Esri/calcite-design-system/commit/fd277f4f3228fcb39910cf49b010e0be5d7f6381)) +- **list, block-group:** Fix drag handle events when lists or blocks are nested ([#11816](https://github.com/Esri/calcite-design-system/issues/11816)) ([a1798ee](https://github.com/Esri/calcite-design-system/commit/a1798ee0af85b2fe2737306986a9f08ba2668468)) +- **list, block-group:** List nested in shadow DOM loses drop zone styling ([#12105](https://github.com/Esri/calcite-design-system/issues/12105)) ([7470f5d](https://github.com/Esri/calcite-design-system/commit/7470f5d69c567c8283a21d6b5287e39d65c335ae)) +- **list:** Correctly set the drag order and set size on filtered items ([#12075](https://github.com/Esri/calcite-design-system/issues/12075)) ([7444251](https://github.com/Esri/calcite-design-system/commit/7444251e4545a0435616000c733391dc787a5647)) +- **list:** Remove auto expanding behavior when dragging ([#12121](https://github.com/Esri/calcite-design-system/issues/12121)) ([556d296](https://github.com/Esri/calcite-design-system/commit/556d296f8fbdae65c982be1f78403c4ec74aed51)) +- **navigation:** Add missing css display ([#12076](https://github.com/Esri/calcite-design-system/issues/12076)) ([4b6e3dc](https://github.com/Esri/calcite-design-system/commit/4b6e3dc61d4ea11e2249ecdc598ab17fabfed704)) +- Outside click of a focus trap should not focus initial focused element ([#11823](https://github.com/Esri/calcite-design-system/issues/11823)) ([bfe793a](https://github.com/Esri/calcite-design-system/commit/bfe793a99b0c2e5ce1e27779ac81b7434c6b5b1e)) +- **panel:** Fix `--calcite-panel-header-action-text-color-press` ([#12110](https://github.com/Esri/calcite-design-system/issues/12110)) ([2df071f](https://github.com/Esri/calcite-design-system/commit/2df071f833f3edb01bdecde429415da56bd84819)) +- Remove unused dragging styles ([#11883](https://github.com/Esri/calcite-design-system/issues/11883)) ([#11889](https://github.com/Esri/calcite-design-system/issues/11889)) ([bbd6170](https://github.com/Esri/calcite-design-system/commit/bbd6170220d10ed6a51ace918755f74b39e91234)) +- **shell-panel, sheet:** Resize handle overlaps dropdown within panel ([#12046](https://github.com/Esri/calcite-design-system/issues/12046)) ([3c955c0](https://github.com/Esri/calcite-design-system/commit/3c955c05dd75398841cd4576e564972634261a6f)) +- **shell-panel:** Handle overflow scrolling ([#12056](https://github.com/Esri/calcite-design-system/issues/12056)) ([68e1073](https://github.com/Esri/calcite-design-system/commit/68e1073de7be2d62658001bdf774da3d1321f049)) +- **shell-panel:** Handle overflow scrolling ([#12069](https://github.com/Esri/calcite-design-system/issues/12069)) ([518a396](https://github.com/Esri/calcite-design-system/commit/518a3966e03f1fda726ea888a835e43dc054ffab)) +- **shell, sheet, dialog, modal:** Fix for slotted component interaction ([#12059](https://github.com/Esri/calcite-design-system/issues/12059)) ([5d3917f](https://github.com/Esri/calcite-design-system/commit/5d3917ffbff91f4245c9d7b1ac29c834f53c0042)) +- **sort-handle:** Allow move and reorder events to be cancelled ([#12095](https://github.com/Esri/calcite-design-system/issues/12095)) ([5f07b93](https://github.com/Esri/calcite-design-system/commit/5f07b93a101eb300c173f0790c4cc26befccccf8)) +- **split-button:** Fix duplicate border when `href` is set ([#11976](https://github.com/Esri/calcite-design-system/issues/11976)) ([4ea3b9c](https://github.com/Esri/calcite-design-system/commit/4ea3b9c0e408e424c4101165dfa0b84297430e74)) +- **tab-nav:** Emit `calciteTabChange` event only when selected tab changes ([#11812](https://github.com/Esri/calcite-design-system/issues/11812)) ([0ad0097](https://github.com/Esri/calcite-design-system/commit/0ad009738e530cedf045992df8576c279c8cd20d)) +- **tab:** Fix focus outline placement on scrolling tabs ([#11967](https://github.com/Esri/calcite-design-system/issues/11967)) ([9e77950](https://github.com/Esri/calcite-design-system/commit/9e77950d09f819568b5f2c592513f541ecf81536)) +- **table-row:** Update `selected` property on `calciteTabRowSelect` event ([#12015](https://github.com/Esri/calcite-design-system/issues/12015)) ([089df00](https://github.com/Esri/calcite-design-system/commit/089df009ce5e5e930ab74ce839734ea19e07fb51)) +- **text-area:** Height is no longer fixed when viewport resized to narrow dimensions ([#11247](https://github.com/Esri/calcite-design-system/issues/11247)) ([28048ac](https://github.com/Esri/calcite-design-system/commit/28048ac8703e504d7f7c009e47e1a09b5e50114e)) +- **text-area:** No longer changes height & width when status is invalid ([#11826](https://github.com/Esri/calcite-design-system/issues/11826)) ([97dc878](https://github.com/Esri/calcite-design-system/commit/97dc8785dee695eee158d98f87d792aea0805f8f)) -## [3.2.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.5...@esri/calcite-components@3.2.0-next.6) (2025-04-09) - -### Bug Fixes - -- outside click of a focus trap should not focus initial focused element ([#11823](https://github.com/Esri/calcite-design-system/issues/11823)) ([a6ad0ef](https://github.com/Esri/calcite-design-system/commit/a6ad0efd7eea1218b506d41b2c38637d81573a8c)), closes [#10682](https://github.com/Esri/calcite-design-system/issues/10682) [/github.com/focus-trap/focus-trap/discussions/1429#discussioncomment-12647625](https://github.com/Esri//github.com/focus-trap/focus-trap/discussions/1429/issues/discussioncomment-12647625) - -## [3.2.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.4...@esri/calcite-components@3.2.0-next.5) (2025-04-08) - -**Note:** Version bump only for package @esri/calcite-components - -## [3.2.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.3...@esri/calcite-components@3.2.0-next.4) (2025-04-08) - -### Features - -- **tree, tree-items:** add component tokens ([#11884](https://github.com/Esri/calcite-design-system/issues/11884)) ([1fe47bf](https://github.com/Esri/calcite-design-system/commit/1fe47bf757fa8ed89ba4882390838a6b2be8e154)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.2...@esri/calcite-components@3.2.0-next.3) (2025-04-08) - -### Features - -- **block:** enhance component's interactivity states ([#11827](https://github.com/Esri/calcite-design-system/issues/11827)) ([33312d5](https://github.com/Esri/calcite-design-system/commit/33312d54aa6d3ccebf66db0ef3247378f9758e1f)), closes [#10017](https://github.com/Esri/calcite-design-system/issues/10017) -- **dropdown-item:** enhance component's interactivity states ([#11821](https://github.com/Esri/calcite-design-system/issues/11821)) ([34a663f](https://github.com/Esri/calcite-design-system/commit/34a663f9a1d8c03207b8c52a17a3d4edffe71cce)), closes [#10019](https://github.com/Esri/calcite-design-system/issues/10019) - -### Bug Fixes - -- remove unused dragging styles ([#11883](https://github.com/Esri/calcite-design-system/issues/11883)) ([5827513](https://github.com/Esri/calcite-design-system/commit/5827513dd656b91b357c413861d9c743c5453aef)), closes [#11871](https://github.com/Esri/calcite-design-system/issues/11871) -- **tab-nav:** emit `calciteTabChange` event only when selected tab changes ([#11812](https://github.com/Esri/calcite-design-system/issues/11812)) ([f8c3573](https://github.com/Esri/calcite-design-system/commit/f8c357376c685f1c370df03291fe650b047afadc)), closes [#9792](https://github.com/Esri/calcite-design-system/issues/9792) - -## [3.2.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.1...@esri/calcite-components@3.2.0-next.2) (2025-04-04) - -### Features - -- **block-group, list:** Add event for when a move is halted due to `canPut` or `canPull` returning false ([#11567](https://github.com/Esri/calcite-design-system/issues/11567)) ([98bf85d](https://github.com/Esri/calcite-design-system/commit/98bf85d1e117b3de00a5ceed32515fa87c143faf)), closes [#11447](https://github.com/Esri/calcite-design-system/issues/11447) -- **fab:** add component tokens ([#11838](https://github.com/Esri/calcite-design-system/issues/11838)) ([e1a8444](https://github.com/Esri/calcite-design-system/commit/e1a8444617c2db4cfcb08b467acf63ada15c7712)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) -- **meter:** Add component tokens ([#11757](https://github.com/Esri/calcite-design-system/issues/11757)) ([cc5fdb3](https://github.com/Esri/calcite-design-system/commit/cc5fdb35d5f1a291d3f340ece4cc0bea6cd05f71)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [3.2.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.2.0-next.0...@esri/calcite-components@3.2.0-next.1) (2025-03-31) - -### Features - -- **list-item:** enhance component's interactivity states ([#11824](https://github.com/Esri/calcite-design-system/issues/11824)) ([eb8b3e5](https://github.com/Esri/calcite-design-system/commit/eb8b3e50454042728971c570f9d0a613083f748d)), closes [#10018](https://github.com/Esri/calcite-design-system/issues/10018) +### Deprecations -## [3.2.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.1.0-next.32...@esri/calcite-components@3.2.0-next.0) (2025-03-28) +- **notice:** Deprecate notice close text color tokens ([4a3bbc1](https://github.com/Esri/calcite-design-system/commit/4a3bbc1823e8ac35950ca8da9b1dd220ff6db780)) -### Features +### Dependencies -- **input-message:** add component tokens and deprecate --calcite-input-message-spacing-value ([#11759](https://github.com/Esri/calcite-design-system/issues/11759)) ([5aa06dd](https://github.com/Esri/calcite-design-system/commit/5aa06dd142f1b2e0f8f5567e7ebb10941d910e82)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-ui-icons bumped from 4.2.0-next.4 to 4.2.0 + - devDependencies + - @esri/calcite-design-tokens bumped from 3.1.0-next.8 to 3.1.0 + - @esri/calcite-tailwind-preset bumped from 0.2.0-next.9 to 1.0.0 + - @esri/eslint-plugin-calcite-components bumped from 2.0.2-next.5 to 2.0.2 ## [3.1.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.3...@esri/calcite-components@3.1.0) (2025-03-26) diff --git a/packages/calcite-components/README.md b/packages/calcite-components/README.md index 39c2a1baec8..57259c765d7 100644 --- a/packages/calcite-components/README.md +++ b/packages/calcite-components/README.md @@ -17,7 +17,7 @@ The most common approach for loading Calcite components is to use the version ho ```html ``` diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 037d89d81e5..b772dc8040c 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "3.2.0-next.60", + "version": "3.2.0", "description": "Web Components for Esri's Calcite Design System.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -77,7 +77,7 @@ "dependencies": { "@arcgis/components-utils": "^4.33.0-next.121", "@arcgis/lumina": "^4.33.0-next.121", - "@esri/calcite-ui-icons": "4.2.0-next.4", + "@esri/calcite-ui-icons": "4.2.0", "@floating-ui/dom": "^1.6.12", "@floating-ui/utils": "^0.2.8", "@types/sortablejs": "^1.15.8", @@ -93,9 +93,9 @@ }, "devDependencies": { "@arcgis/lumina-compiler": "^4.33.0-next.121", - "@esri/calcite-design-tokens": "3.1.0-next.8", - "@esri/calcite-tailwind-preset": "0.2.0-next.9", - "@esri/eslint-plugin-calcite-components": "2.0.2-next.5", + "@esri/calcite-design-tokens": "3.1.0", + "@esri/calcite-tailwind-preset": "1.0.0", + "@esri/eslint-plugin-calcite-components": "2.0.2", "@vitest/browser": "3.1.3", "playwright": "1.52.0", "vitest": "3.1.3" diff --git a/packages/calcite-design-tokens/CHANGELOG.md b/packages/calcite-design-tokens/CHANGELOG.md index 7e0d18de53e..88205725346 100644 --- a/packages/calcite-design-tokens/CHANGELOG.md +++ b/packages/calcite-design-tokens/CHANGELOG.md @@ -3,93 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.1.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.7...@esri/calcite-design-tokens@3.1.0-next.8) (2025-05-13) +## [3.1.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.1...@esri/calcite-design-tokens@3.1.0) (2025-05-14) ### Features -- **semantic-tokens:** add `--calcite-color-text-highlight` tokens ([#12068](https://github.com/Esri/calcite-design-system/issues/12068)) ([bea0162](https://github.com/Esri/calcite-design-system/commit/bea0162a54583a5e86793790f84114035ecd5588)), closes [#10757](https://github.com/Esri/calcite-design-system/issues/10757) - -## [3.1.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.6...@esri/calcite-design-tokens@3.1.0-next.7) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.1.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.5...@esri/calcite-design-tokens@3.1.0-next.6) (2025-05-01) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.1.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.4...@esri/calcite-design-tokens@3.1.0-next.5) (2025-04-29) - -### Features - -- **semantic-tokens:** update and add to corner-radius tokens ([#12041](https://github.com/Esri/calcite-design-system/issues/12041)) ([01938ba](https://github.com/Esri/calcite-design-system/commit/01938babd5c35b4dd17ee479716ca69a5ba2622f)), closes [#11906](https://github.com/Esri/calcite-design-system/issues/11906) - -## [3.1.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.3...@esri/calcite-design-tokens@3.1.0-next.4) (2025-04-23) - -### Bug Fixes - -- correct value for letter-spacing tokens ([#12029](https://github.com/Esri/calcite-design-system/issues/12029)) ([34356d8](https://github.com/Esri/calcite-design-system/commit/34356d8e66c10de8e4fa39f8182eb370d03719f1)) - -## [3.1.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.2...@esri/calcite-design-tokens@3.1.0-next.3) (2025-04-22) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.1.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.1...@esri/calcite-design-tokens@3.1.0-next.2) (2025-04-18) - -### Bug Fixes - -- **semantic-tokens:** provide sufficient warning color contrast across components ([#11994](https://github.com/Esri/calcite-design-system/issues/11994)) ([7e12b6f](https://github.com/Esri/calcite-design-system/commit/7e12b6fc8820cc8b073795d6ee9510214787d9c0)), closes [#7798](https://github.com/Esri/calcite-design-system/issues/7798) - -## [3.1.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.1.0-next.0...@esri/calcite-design-tokens@3.1.0-next.1) (2025-04-18) - -### Features - -- **tokens:** update core neutral color values ([#11993](https://github.com/Esri/calcite-design-system/issues/11993)) ([9888ca7](https://github.com/Esri/calcite-design-system/commit/9888ca701d76a85d47a07c5688d181ebaa9260f6)), closes [#11725](https://github.com/Esri/calcite-design-system/issues/11725) [#F7F7F7](https://github.com/Esri/calcite-design-system/issues/F7F7F7) [#F2F2F2](https://github.com/Esri/calcite-design-system/issues/F2F2F2) [#C9C9C9](https://github.com/Esri/calcite-design-system/issues/C9C9C9) [#9E9E9](https://github.com/Esri/calcite-design-system/issues/9E9E9) [#6B6B6](https://github.com/Esri/calcite-design-system/issues/6B6B6) [#616161](https://github.com/Esri/calcite-design-system/issues/616161) [#545454](https://github.com/Esri/calcite-design-system/issues/545454) [#363636](https://github.com/Esri/calcite-design-system/issues/363636) [#212121](https://github.com/Esri/calcite-design-system/issues/212121) [#141414](https://github.com/Esri/calcite-design-system/issues/141414) [#0A0A0](https://github.com/Esri/calcite-design-system/issues/0A0A0) [#050505](https://github.com/Esri/calcite-design-system/issues/050505) - -## [3.1.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.8...@esri/calcite-design-tokens@3.1.0-next.0) (2025-04-18) - -### Features - -- **tokens:** add transparency-inverse tokens ([#11974](https://github.com/Esri/calcite-design-system/issues/11974)) ([d394568](https://github.com/Esri/calcite-design-system/commit/d3945682b62a9fba19639dade630a6862e77d5b1)), closes [#11565](https://github.com/Esri/calcite-design-system/issues/11565) - -## [3.0.2-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.7...@esri/calcite-design-tokens@3.0.2-next.8) (2025-04-15) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.0.2-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.6...@esri/calcite-design-tokens@3.0.2-next.7) (2025-04-12) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.0.2-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.5...@esri/calcite-design-tokens@3.0.2-next.6) (2025-04-11) +- **semantic-tokens:** Add `--calcite-color-text-highlight` tokens ([#12068](https://github.com/Esri/calcite-design-system/issues/12068)) ([6ab8f97](https://github.com/Esri/calcite-design-system/commit/6ab8f9718f55465ca48aa04b7d999978eb45a6e5)) +- **semantic-tokens:** Update and add to corner-radius tokens ([#12041](https://github.com/Esri/calcite-design-system/issues/12041)) ([3c65c35](https://github.com/Esri/calcite-design-system/commit/3c65c3573c1205de599ca1ec0db58d64e7988942)) +- **tokens:** Add transparency-inverse tokens ([#11974](https://github.com/Esri/calcite-design-system/issues/11974)) ([db09167](https://github.com/Esri/calcite-design-system/commit/db09167b516bf9420a6971b23079db7b85e76867)) +- **tokens:** Update core neutral color values ([#11993](https://github.com/Esri/calcite-design-system/issues/11993)) ([46378fa](https://github.com/Esri/calcite-design-system/commit/46378fab2cfea7a92a96b3d2c6e86bbc9deca80e)) ### Bug Fixes -- **tokens:** add missing core color tokens and fix incorrect values ([#11924](https://github.com/Esri/calcite-design-system/issues/11924)) ([a8bad7e](https://github.com/Esri/calcite-design-system/commit/a8bad7ef1074186eed0a5d0a88b4dfbc914410ea)), closes [#11581](https://github.com/Esri/calcite-design-system/issues/11581) [#11918](https://github.com/Esri/calcite-design-system/issues/11918) [#0089](https://github.com/Esri/calcite-design-system/issues/0089) [#11AD1](https://github.com/Esri/calcite-design-system/issues/11AD1) [#11655](https://github.com/Esri/calcite-design-system/issues/11655) [#11852](https://github.com/Esri/calcite-design-system/issues/11852) [#10050](https://github.com/Esri/calcite-design-system/issues/10050) [#11565](https://github.com/Esri/calcite-design-system/issues/11565) [#11725](https://github.com/Esri/calcite-design-system/issues/11725) [#11903](https://github.com/Esri/calcite-design-system/issues/11903) - -## [3.0.2-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.4...@esri/calcite-design-tokens@3.0.2-next.5) (2025-04-09) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.0.2-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.3...@esri/calcite-design-tokens@3.0.2-next.4) (2025-04-09) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.0.2-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.2...@esri/calcite-design-tokens@3.0.2-next.3) (2025-04-08) +- Correct value for letter-spacing tokens ([#12029](https://github.com/Esri/calcite-design-system/issues/12029)) ([5b3c15e](https://github.com/Esri/calcite-design-system/commit/5b3c15e3a97507bb1ee6622792b83660d96e711b)) +- **semantic-tokens:** Provide sufficient warning color contrast across components ([#11994](https://github.com/Esri/calcite-design-system/issues/11994)) ([a16cabf](https://github.com/Esri/calcite-design-system/commit/a16cabfb9630e68df9f3d3a32a2ac2b5770997fd)) +- **tokens:** Add missing core color tokens and fix incorrect values ([#11924](https://github.com/Esri/calcite-design-system/issues/11924)) ([6f9ab2c](https://github.com/Esri/calcite-design-system/commit/6f9ab2ce2ca70b27e355f6b990b5c6567da2060c)) ### Performance Improvements -- build theme dictionaries in parallel ([#11861](https://github.com/Esri/calcite-design-system/issues/11861)) ([87fc13d](https://github.com/Esri/calcite-design-system/commit/87fc13dc23221ebfca21eff94cc7054cae20aaeb)) - -## [3.0.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.1...@esri/calcite-design-tokens@3.0.2-next.2) (2025-04-04) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.0.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.2-next.0...@esri/calcite-design-tokens@3.0.2-next.1) (2025-03-31) - -**Note:** Version bump only for package @esri/calcite-design-tokens - -## [3.0.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.1-next.4...@esri/calcite-design-tokens@3.0.2-next.0) (2025-03-28) - -**Note:** Version bump only for package @esri/calcite-design-tokens +- Build theme dictionaries in parallel ([#11861](https://github.com/Esri/calcite-design-system/issues/11861)) ([d1514a1](https://github.com/Esri/calcite-design-system/commit/d1514a1d1a276381ffba4677935621febd7d49af)) ## [3.0.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.0...@esri/calcite-design-tokens@3.0.1) (2025-03-26) diff --git a/packages/calcite-design-tokens/package.json b/packages/calcite-design-tokens/package.json index 59681631f0e..614b8d28c89 100644 --- a/packages/calcite-design-tokens/package.json +++ b/packages/calcite-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-design-tokens", - "version": "3.1.0-next.8", + "version": "3.1.0", "description": "Esri's Calcite Design System Tokens", "keywords": [ "Calcite", diff --git a/packages/calcite-tailwind-preset/CHANGELOG.md b/packages/calcite-tailwind-preset/CHANGELOG.md index 39ee9fd5446..e69978b45a9 100644 --- a/packages/calcite-tailwind-preset/CHANGELOG.md +++ b/packages/calcite-tailwind-preset/CHANGELOG.md @@ -3,44 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.2.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.8...@esri/calcite-tailwind-preset@0.2.0-next.9) (2025-05-13) +## 1.0.0 (2025-05-14) -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.7...@esri/calcite-tailwind-preset@0.2.0-next.8) (2025-05-07) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.6...@esri/calcite-tailwind-preset@0.2.0-next.7) (2025-05-01) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.5...@esri/calcite-tailwind-preset@0.2.0-next.6) (2025-04-29) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.4...@esri/calcite-tailwind-preset@0.2.0-next.5) (2025-04-23) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.3...@esri/calcite-tailwind-preset@0.2.0-next.4) (2025-04-22) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.2...@esri/calcite-tailwind-preset@0.2.0-next.3) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.1...@esri/calcite-tailwind-preset@0.2.0-next.2) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset - -## [0.2.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-tailwind-preset@0.2.0-next.0...@esri/calcite-tailwind-preset@0.2.0-next.1) (2025-04-18) - -**Note:** Version bump only for package @esri/calcite-tailwind-preset +### Features -## 0.2.0-next.0 (2025-04-09) +- Move Tailwind preset to package ([#11817](https://github.com/Esri/calcite-design-system/issues/11817)) ([6a37f65](https://github.com/Esri/calcite-design-system/commit/6a37f65b4105ff8fd769eb387592f644b13668cb)) -### Features +### Dependencies -- move Tailwind preset to package ([#11817](https://github.com/Esri/calcite-design-system/issues/11817)) ([ce9595c](https://github.com/Esri/calcite-design-system/commit/ce9595cff9b1c93ab827eb9c51d6ecae6a709d0b)), closes [#6602](https://github.com/Esri/calcite-design-system/issues/6602) +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-design-tokens bumped from 3.1.0-next.8 to 3.1.0 + - peerDependencies + - @esri/calcite-design-tokens bumped from ^3.0.2-next.8 to ^3.1.0 diff --git a/packages/calcite-tailwind-preset/package.json b/packages/calcite-tailwind-preset/package.json index 7a2a3155596..df7dd5d73a2 100644 --- a/packages/calcite-tailwind-preset/package.json +++ b/packages/calcite-tailwind-preset/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-tailwind-preset", - "version": "0.2.0-next.9", + "version": "1.0.0", "description": "Tailwind CSS preset for the Calcite Design System", "repository": { "type": "git", @@ -23,7 +23,7 @@ "util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts" }, "dependencies": { - "@esri/calcite-design-tokens": "3.1.0-next.8" + "@esri/calcite-design-tokens": "3.1.0" }, "peerDependencies": { "@esri/calcite-design-tokens": "^3.0.2-next.8", diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md index 0a12f60b037..6e90a163275 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/CHANGELOG.md @@ -3,45 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [4.2.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.2.0-next.3...@esri/calcite-ui-icons@4.2.0-next.4) (2025-05-12) +## [4.2.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.1.0...@esri/calcite-ui-icons@4.2.0) (2025-05-14) ### Features -- added spike data, heart chart, and progress bar icons ([#12127](https://github.com/Esri/calcite-design-system/issues/12127)) ([f81995c](https://github.com/Esri/calcite-design-system/commit/f81995c616a32929fbca9ed4a00173484ff41d86)) - -## [4.2.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.2.0-next.2...@esri/calcite-ui-icons@4.2.0-next.3) (2025-04-28) - -### Bug Fixes - -- mosaic method blend and mosaic method north west ([#12053](https://github.com/Esri/calcite-design-system/issues/12053)) ([f62320d](https://github.com/Esri/calcite-design-system/commit/f62320da718c6c4a8041048e1064bf838eed7042)) - -## [4.2.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.2.0-next.1...@esri/calcite-ui-icons@4.2.0-next.2) (2025-04-21) - -### Features - -- add image display order web component icons ([#11992](https://github.com/Esri/calcite-design-system/issues/11992)) ([2249ba8](https://github.com/Esri/calcite-design-system/commit/2249ba88a921e99ceef4cd7503ac6ef41aae09d7)) - -## [4.2.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.2.0-next.0...@esri/calcite-ui-icons@4.2.0-next.1) (2025-04-08) - -### Features - -- add Meridian set icons ([#11899](https://github.com/Esri/calcite-design-system/issues/11899)) ([589f9d2](https://github.com/Esri/calcite-design-system/commit/589f9d27ae54266993cfaf04be408e38a61773bb)) - -## [4.2.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.1.1-next.1...@esri/calcite-ui-icons@4.2.0-next.0) (2025-04-04) - -### Features - -- add new icons ([#11866](https://github.com/Esri/calcite-design-system/issues/11866)) ([df4d6b0](https://github.com/Esri/calcite-design-system/commit/df4d6b0c8c279e2eaa54edd8e11e258bff0983fa)) - -## [4.1.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.1.1-next.0...@esri/calcite-ui-icons@4.1.1-next.1) (2025-03-31) - -**Note:** Version bump only for package @esri/calcite-ui-icons - -## [4.1.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.1.0-next.3...@esri/calcite-ui-icons@4.1.1-next.0) (2025-03-28) +- Add image display order web component icons ([#11992](https://github.com/Esri/calcite-design-system/issues/11992)) ([5709521](https://github.com/Esri/calcite-design-system/commit/5709521b0cd2db3bd974919647f0c49272ee9d49)) +- Add Meridian set icons ([#11899](https://github.com/Esri/calcite-design-system/issues/11899)) ([c05f9e9](https://github.com/Esri/calcite-design-system/commit/c05f9e9a84cb0042171fba204bff06dd52393b6f)) +- Add new icons ([#11866](https://github.com/Esri/calcite-design-system/issues/11866)) ([49df4ef](https://github.com/Esri/calcite-design-system/commit/49df4efdce60f946a9059949490d18c941504b8b)) +- Added spike data, heart chart, and progress bar icons ([#12127](https://github.com/Esri/calcite-design-system/issues/12127)) ([1baa81f](https://github.com/Esri/calcite-design-system/commit/1baa81f40247e0c4937c01f5a0fe7b6c39aba145)) ### Bug Fixes -- update tags ([#11808](https://github.com/Esri/calcite-design-system/issues/11808)) ([3d015f7](https://github.com/Esri/calcite-design-system/commit/3d015f72c2ff53039feebf38b5bc053b020984b2)) +- Mosaic method blend and mosaic method north west ([#12053](https://github.com/Esri/calcite-design-system/issues/12053)) ([cf7aa3a](https://github.com/Esri/calcite-design-system/commit/cf7aa3aa8bfdc7edf714cc344a0f56b9f124e1f0)) +- Update tags ([#11808](https://github.com/Esri/calcite-design-system/issues/11808)) ([80b53e6](https://github.com/Esri/calcite-design-system/commit/80b53e61b429c783de4451d01a6c855d4e36b2ce)) ## [4.1.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@4.0.0...@esri/calcite-ui-icons@4.1.0) (2025-03-26) diff --git a/packages/calcite-ui-icons/docs/index.html b/packages/calcite-ui-icons/docs/index.html index 39bdf735ed9..dadf7e3f13f 100644 --- a/packages/calcite-ui-icons/docs/index.html +++ b/packages/calcite-ui-icons/docs/index.html @@ -48,7 +48,7 @@