diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee5bdd8e52d..6ae16571035 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/calcite-components": "2.12.2", - "packages/calcite-components-react": "2.12.2", + "packages/calcite-components": "2.13.0", + "packages/calcite-components-react": "2.13.0", "packages/calcite-design-tokens": "2.2.0", - "packages/calcite-ui-icons": "3.31.0", - "packages/eslint-plugin-calcite-components": "1.2.0", - "packages/calcite-components-angular/projects/component-library": "2.12.2" + "packages/calcite-ui-icons": "3.32.0", + "packages/eslint-plugin-calcite-components": "1.2.1", + "packages/calcite-components-angular/projects/component-library": "2.13.0" } diff --git a/examples/components/angular/package.json b/examples/components/angular/package.json index d3567b39b7e..19423c106d3 100644 --- a/examples/components/angular/package.json +++ b/examples/components/angular/package.json @@ -26,7 +26,7 @@ "@angular/platform-browser": "^18.1.0", "@angular/platform-browser-dynamic": "^18.1.0", "@angular/router": "^18.1.0", - "@esri/calcite-components-angular": "2.12.2", + "@esri/calcite-components-angular": "2.13.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 492507db9e8..44034bfec43 100644 --- a/examples/components/preact/package.json +++ b/examples/components/preact/package.json @@ -28,7 +28,7 @@ ] }, "dependencies": { - "@esri/calcite-components": "2.12.2", + "@esri/calcite-components": "2.13.0", "preact": "^10.10.0", "preact-render-to-string": "^5.2.1", "preact-router": "^3.2.1" diff --git a/examples/components/react/package.json b/examples/components/react/package.json index 11e7cdd8062..81d56600301 100644 --- a/examples/components/react/package.json +++ b/examples/components/react/package.json @@ -16,7 +16,7 @@ "preview": "vite preview" }, "dependencies": { - "@esri/calcite-components-react": "2.12.2", + "@esri/calcite-components-react": "2.13.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 4803fbc193f..ae212488428 100644 --- a/examples/components/rollup/package.json +++ b/examples/components/rollup/package.json @@ -15,7 +15,7 @@ "start": "serve public" }, "dependencies": { - "@esri/calcite-components": "2.12.2" + "@esri/calcite-components": "2.13.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", diff --git a/examples/components/vite/package.json b/examples/components/vite/package.json index dccace011a2..a4096e07fc3 100644 --- a/examples/components/vite/package.json +++ b/examples/components/vite/package.json @@ -15,7 +15,7 @@ "serve": "vite preview" }, "dependencies": { - "@esri/calcite-components": "2.12.2" + "@esri/calcite-components": "2.13.0" }, "devDependencies": { "@types/node": "^22.1.0", diff --git a/examples/components/vue/package.json b/examples/components/vue/package.json index 681122cbda0..013f7e3c04d 100644 --- a/examples/components/vue/package.json +++ b/examples/components/vue/package.json @@ -16,7 +16,7 @@ "copy": "ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/" }, "dependencies": { - "@esri/calcite-components": "2.12.2", + "@esri/calcite-components": "2.13.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 a0f7752d0ca..e874c9652f6 100644 --- a/examples/components/web-dev-server/package.json +++ b/examples/components/web-dev-server/package.json @@ -13,7 +13,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@esri/calcite-components": "2.12.2" + "@esri/calcite-components": "2.13.0" }, "devDependencies": { "@web/dev-server": "^0.4.6" diff --git a/examples/components/webpack/package.json b/examples/components/webpack/package.json index 7e59cc312f7..3771e34d461 100644 --- a/examples/components/webpack/package.json +++ b/examples/components/webpack/package.json @@ -14,7 +14,7 @@ "start": "webpack-dev-server --open" }, "dependencies": { - "@esri/calcite-components": "2.12.2" + "@esri/calcite-components": "2.13.0" }, "devDependencies": { "copy-webpack-plugin": "^12.0.2", diff --git a/package-lock.json b/package-lock.json index f4e15f1df69..eebf6c30f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35184,10 +35184,10 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "2.13.0-next.15", + "version": "2.13.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-ui-icons": "3.32.0-next.5", + "@esri/calcite-ui-icons": "3.32.0", "@floating-ui/dom": "1.6.11", "@stencil/core": "4.20.0", "@types/color": "3.0.6", @@ -35204,7 +35204,7 @@ }, "devDependencies": { "@esri/calcite-design-tokens": "2.2.1-next.4", - "@esri/eslint-plugin-calcite-components": "1.2.1-next.4", + "@esri/eslint-plugin-calcite-components": "1.2.1", "@stencil-community/eslint-plugin": "0.8.0", "@stencil-community/postcss": "2.2.0", "@stencil/angular-output-target": "0.8.4", @@ -38860,10 +38860,10 @@ }, "packages/calcite-components-angular/projects/component-library": { "name": "@esri/calcite-components-angular", - "version": "2.13.0-next.15", + "version": "2.13.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.13.0-next.15", + "@esri/calcite-components": "2.13.0", "tslib": "2.6.3" }, "peerDependencies": { @@ -38873,10 +38873,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "2.13.0-next.15", + "version": "2.13.0", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "2.13.0-next.15" + "@esri/calcite-components": "2.13.0" }, "peerDependencies": { "react": ">=16.7", @@ -39311,7 +39311,7 @@ }, "packages/calcite-ui-icons": { "name": "@esri/calcite-ui-icons", - "version": "3.32.0-next.5", + "version": "3.32.0", "license": "SEE LICENSE.md", "bin": { "spriter": "bin/spriter.js" @@ -40058,7 +40058,7 @@ }, "packages/eslint-plugin-calcite-components": { "name": "@esri/eslint-plugin-calcite-components", - "version": "1.2.1-next.4", + "version": "1.2.1", "license": "SEE LICENSE.md", "dependencies": { "stencil-eslint-core": "0.4.1" diff --git a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md index 4f96b405d35..ac1aba0fa93 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,77 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.13.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.14...@esri/calcite-components-angular@2.13.0-next.15) (2024-09-18) +## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.2...@esri/calcite-components-angular@2.13.0) (2024-09-30) -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.13...@esri/calcite-components-angular@2.13.0-next.14) (2024-09-13) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.12...@esri/calcite-components-angular@2.13.0-next.13) (2024-09-13) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.11...@esri/calcite-components-angular@2.13.0-next.12) (2024-09-13) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.10...@esri/calcite-components-angular@2.13.0-next.11) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.9...@esri/calcite-components-angular@2.13.0-next.10) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.8...@esri/calcite-components-angular@2.13.0-next.9) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.7...@esri/calcite-components-angular@2.13.0-next.8) (2024-09-11) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.2-next.1...@esri/calcite-components-angular@2.13.0-next.7) (2024-09-09) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.2-next.0...@esri/calcite-components-angular@2.12.2-next.1) (2024-09-09) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.12.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.6...@esri/calcite-components-angular@2.12.2-next.0) (2024-09-05) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.5...@esri/calcite-components-angular@2.13.0-next.6) (2024-09-04) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.4...@esri/calcite-components-angular@2.13.0-next.5) (2024-09-03) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.3...@esri/calcite-components-angular@2.13.0-next.4) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.2...@esri/calcite-components-angular@2.13.0-next.3) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.1...@esri/calcite-components-angular@2.13.0-next.2) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components-angular - -## [2.13.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0-next.0...@esri/calcite-components-angular@2.13.0-next.1) (2024-08-30) +### Miscellaneous Chores -**Note:** Version bump only for package @esri/calcite-components-angular +- **@esri/calcite-components-angular:** Synchronize components versions -## [2.13.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.0-next.34...@esri/calcite-components-angular@2.13.0-next.0) (2024-08-28) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-angular +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from 2.13.0-next.15 to 2.13.0 ## [2.12.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.1...@esri/calcite-components-angular@2.12.2) (2024-09-09) diff --git a/packages/calcite-components-angular/projects/component-library/package.json b/packages/calcite-components-angular/projects/component-library/package.json index ff3272765ef..fe9eb0059cc 100644 --- a/packages/calcite-components-angular/projects/component-library/package.json +++ b/packages/calcite-components-angular/projects/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-angular", - "version": "2.13.0-next.15", + "version": "2.13.0", "description": "A set of Angular components that wrap Esri's Calcite Components.", "homepage": "https://developers.arcgis.com/calcite-design-system/", "bugs": { @@ -17,7 +17,7 @@ }, "sideEffects": false, "dependencies": { - "@esri/calcite-components": "2.13.0-next.15", + "@esri/calcite-components": "2.13.0", "tslib": "2.6.3" }, "peerDependencies": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index e87204af1cb..bcdd8fef274 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,77 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.13.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.14...@esri/calcite-components-react@2.13.0-next.15) (2024-09-18) +## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.2...@esri/calcite-components-react@2.13.0) (2024-09-30) -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.13...@esri/calcite-components-react@2.13.0-next.14) (2024-09-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.12...@esri/calcite-components-react@2.13.0-next.13) (2024-09-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.11...@esri/calcite-components-react@2.13.0-next.12) (2024-09-13) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.10...@esri/calcite-components-react@2.13.0-next.11) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.9...@esri/calcite-components-react@2.13.0-next.10) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.8...@esri/calcite-components-react@2.13.0-next.9) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.7...@esri/calcite-components-react@2.13.0-next.8) (2024-09-11) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.2-next.1...@esri/calcite-components-react@2.13.0-next.7) (2024-09-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.2-next.0...@esri/calcite-components-react@2.12.2-next.1) (2024-09-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.12.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.6...@esri/calcite-components-react@2.12.2-next.0) (2024-09-05) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.5...@esri/calcite-components-react@2.13.0-next.6) (2024-09-04) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.4...@esri/calcite-components-react@2.13.0-next.5) (2024-09-03) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.3...@esri/calcite-components-react@2.13.0-next.4) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.2...@esri/calcite-components-react@2.13.0-next.3) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.1...@esri/calcite-components-react@2.13.0-next.2) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [2.13.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0-next.0...@esri/calcite-components-react@2.13.0-next.1) (2024-08-30) +### Miscellaneous Chores -**Note:** Version bump only for package @esri/calcite-components-react +- **@esri/calcite-components-react:** Synchronize components versions -## [2.13.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.0-next.34...@esri/calcite-components-react@2.13.0-next.0) (2024-08-28) +### Dependencies -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from 2.13.0-next.15 to 2.13.0 ## [2.12.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.1...@esri/calcite-components-react@2.12.2) (2024-09-09) diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 210fdbe3904..453587e2922 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components-react", - "version": "2.13.0-next.15", + "version": "2.13.0", "description": "A set of React components that wrap calcite components", "homepage": "https://developers.arcgis.com/calcite-design-system/", "repository": { @@ -28,7 +28,7 @@ "tsc": "tsc" }, "dependencies": { - "@esri/calcite-components": "2.13.0-next.15" + "@esri/calcite-components": "2.13.0" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index b576c307567..ae083f17962 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,118 +3,60 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.13.0-next.15](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.14...@esri/calcite-components@2.13.0-next.15) (2024-09-18) +## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.2...@esri/calcite-components@2.13.0) (2024-09-30) ### Features -- **carousel:** Improve support for high item counts ([#10315](https://github.com/Esri/calcite-design-system/issues/10315)) ([6ad2612](https://github.com/Esri/calcite-design-system/commit/6ad261276c2a1ece4ce8f23cc29234becd4869c1)), closes [#9121](https://github.com/Esri/calcite-design-system/issues/9121) +- **accordion-item:** Update component tokens ([ca932b5](https://github.com/Esri/calcite-design-system/commit/ca932b5c4a3a5d7bf9bcf032ed2a0325f6920026)) +- **action-group, block, panel:** Add `menuPlacement` and `menuFlipPlacements` properties ([#10249](https://github.com/Esri/calcite-design-system/issues/10249)) ([5ba3112](https://github.com/Esri/calcite-design-system/commit/5ba3112e2a86400506ac5eafc5d194ce73ab9125)) +- **alert:** Add component tokens ([#10218](https://github.com/Esri/calcite-design-system/issues/10218)) ([550427b](https://github.com/Esri/calcite-design-system/commit/550427be574a7f0d870ec724982a96cbd23327ea)) +- **alert:** Apply --calcite-alert-corner-radius to internal close button ([#10388](https://github.com/Esri/calcite-design-system/issues/10388)) ([f50c170](https://github.com/Esri/calcite-design-system/commit/f50c1707c81729ed55c55bc7ab7a9157b38a1b2b)) +- **avatar:** Add component tokens ([#10280](https://github.com/Esri/calcite-design-system/issues/10280)) ([f8f881b](https://github.com/Esri/calcite-design-system/commit/f8f881b9bb164d482cb2a77b1f7b1ba3125e1719)) +- **carousel:** Improve support for high item counts ([#10315](https://github.com/Esri/calcite-design-system/issues/10315)) ([6ad2612](https://github.com/Esri/calcite-design-system/commit/6ad261276c2a1ece4ce8f23cc29234becd4869c1)) +- **checkbox:** Add component tokens ([#10221](https://github.com/Esri/calcite-design-system/issues/10221)) ([1d87dcf](https://github.com/Esri/calcite-design-system/commit/1d87dcf65f943c717f63732bf9e17085cfe2116d)) +- **chip:** Add component tokens ([#10179](https://github.com/Esri/calcite-design-system/issues/10179)) ([ff82570](https://github.com/Esri/calcite-design-system/commit/ff82570d82d0c90e2061d63ab94c368732b8e5e8)) +- **dialog, panel:** Add css properties for background-color ([#10387](https://github.com/Esri/calcite-design-system/issues/10387)) ([d725293](https://github.com/Esri/calcite-design-system/commit/d725293743496d2b7d0f5372429f52f49d0f95d1)) +- **handle:** Add component tokens ([#10262](https://github.com/Esri/calcite-design-system/issues/10262)) ([5e73b44](https://github.com/Esri/calcite-design-system/commit/5e73b44e1b8868c7024c3e21fee782e1f3b63218)) +- **input, input-number, input-text:** Add prefix and suffix width css tokens ([#10206](https://github.com/Esri/calcite-design-system/issues/10206)) ([7a6ee82](https://github.com/Esri/calcite-design-system/commit/7a6ee829c38cad7d5e081366d15eda53a75d5bb6)) +- **list-item:** Add `unavailable` property ([#10377](https://github.com/Esri/calcite-design-system/issues/10377)) ([9332733](https://github.com/Esri/calcite-design-system/commit/93327337f88688e57c7df8760a4822f9d403c239)) +- **panel:** Improve panel header layout ([#10446](https://github.com/Esri/calcite-design-system/issues/10446)) ([12f1476](https://github.com/Esri/calcite-design-system/commit/12f14762b9fc2823ed1c59bd79dacb8915f627c5)) +- **popover, action:** Add component tokens ([#10253](https://github.com/Esri/calcite-design-system/issues/10253)) ([80e8112](https://github.com/Esri/calcite-design-system/commit/80e81125df59a61ba6d932e7fd66ec9faff7e8a4)) +- **popover:** Apply component tokens to arrow ([#10386](https://github.com/Esri/calcite-design-system/issues/10386)) ([2d19268](https://github.com/Esri/calcite-design-system/commit/2d19268e589e01b32a2df35a02706637ccd5fdb2)) +- **progress:** Add component tokens ([#10267](https://github.com/Esri/calcite-design-system/issues/10267)) ([8c1259f](https://github.com/Esri/calcite-design-system/commit/8c1259f4310b930a6c2b46abe5ebaf7722f36b2c)) +- **text-area:** Add component tokens ([#10343](https://github.com/Esri/calcite-design-system/issues/10343)) ([d2504b7](https://github.com/Esri/calcite-design-system/commit/d2504b77807ac3883d4e8fce5cb9889fe9400173)) ### Bug Fixes -- **panel:** initially closed panel should be hidden ([#10308](https://github.com/Esri/calcite-design-system/issues/10308)) ([46de96b](https://github.com/Esri/calcite-design-system/commit/46de96b24926415ea71cf77d23699269be83d258)), closes [#10320](https://github.com/Esri/calcite-design-system/issues/10320) +- **action-pad:** Fix horizontal action group alignment ([#10359](https://github.com/Esri/calcite-design-system/issues/10359)) ([7b03745](https://github.com/Esri/calcite-design-system/commit/7b037456ee89df5266e70cbdc3045534b97b2ad9)) +- **action-pad:** Update layout on action-group elements slotted after initialization ([#10355](https://github.com/Esri/calcite-design-system/issues/10355)) ([cf139fa](https://github.com/Esri/calcite-design-system/commit/cf139faa835e33ef1e3575d67e14d9c74690182c)) +- **action:** Prefer `disabled` in favor of `aria-disabled` ([#10367](https://github.com/Esri/calcite-design-system/issues/10367)) ([1895c07](https://github.com/Esri/calcite-design-system/commit/1895c078395ad8abbcd2b01fd46d21febe85ef0d)) +- **card:** Properly handle slotted elements ([#10378](https://github.com/Esri/calcite-design-system/issues/10378)) ([99a7148](https://github.com/Esri/calcite-design-system/commit/99a714801a8cd7c583098aa917f0e790a0c2b354)) +- **combobox:** Correctly select an item with `selection-mode=‘single-persist’` when items have the same values ([5401ea6](https://github.com/Esri/calcite-design-system/commit/5401ea68116efc8b982e37729777bbb3674ad8f3)) +- **dialog:** Only prevent default on escape key when escapeDisabled is true ([#10336](https://github.com/Esri/calcite-design-system/issues/10336)) ([0083630](https://github.com/Esri/calcite-design-system/commit/00836305939cfed268d3f78b549dae49035b353e)) +- **dropdown:** Open dropdown on `ArrowDown` & `ArrowUp` keys ([#10264](https://github.com/Esri/calcite-design-system/issues/10264)) ([98548e4](https://github.com/Esri/calcite-design-system/commit/98548e4833019f5de7cc902f8b1fe2b5a230f091)) +- **input-time-zone:** Fix region mode labeling and value mapping ([#10345](https://github.com/Esri/calcite-design-system/issues/10345)) ([cf36299](https://github.com/Esri/calcite-design-system/commit/cf36299c9d0418ac429e57dd7edc8caca3da5ffa)) +- **input-time-zone:** Fix region mode quirks after update ([#10413](https://github.com/Esri/calcite-design-system/issues/10413)) ([c137d1f](https://github.com/Esri/calcite-design-system/commit/c137d1f37a02f27e2fd46237f0c8b3b40ab77404)) +- **list, filter:** Fix sync between list items and filtered data ([#10342](https://github.com/Esri/calcite-design-system/issues/10342)) ([9a66601](https://github.com/Esri/calcite-design-system/commit/9a66601e1394801b54add60b2b5e1114b73768c9)) +- **panel:** Initially closed panel should be hidden ([#10308](https://github.com/Esri/calcite-design-system/issues/10308)) ([46de96b](https://github.com/Esri/calcite-design-system/commit/46de96b24926415ea71cf77d23699269be83d258)) +- **popover:** Update focus trap elements on mutation observer ([#10357](https://github.com/Esri/calcite-design-system/issues/10357)) ([725254a](https://github.com/Esri/calcite-design-system/commit/725254a4b3c383e56072835d11d0dd002c78c8d3)) +- Properly set aria attributes on components ([#10404](https://github.com/Esri/calcite-design-system/issues/10404)) ([864f3e3](https://github.com/Esri/calcite-design-system/commit/864f3e34f1907c34f4f70360ea860e069f68f503)) +- Remove aria-disabled from components where necessary ([#10374](https://github.com/Esri/calcite-design-system/issues/10374)) ([4f8c16c](https://github.com/Esri/calcite-design-system/commit/4f8c16c2b72d78f39cab4ca1c9f71e50796404d6)) +- **segmented-control:** Honor appearance, layout and scale when items are added after initialization ([#10368](https://github.com/Esri/calcite-design-system/issues/10368)) ([98177f0](https://github.com/Esri/calcite-design-system/commit/98177f03d0187844e78a297e0b944826f3753c37)) +- **shell:** Fix z-index of slotted popover elements ([#10325](https://github.com/Esri/calcite-design-system/issues/10325)) ([7fe1601](https://github.com/Esri/calcite-design-system/commit/7fe16011957a45f3340ba9bfe137bcae258bf314)) +- **text-area:** Ensure border-color token doesn't override invalid styles ([#10390](https://github.com/Esri/calcite-design-system/issues/10390)) ([699e166](https://github.com/Esri/calcite-design-system/commit/699e166f19786cee7c9b4a542a1d19426c1051ed)) +- **tooltip:** Closed tooltips should not reappear ([#10420](https://github.com/Esri/calcite-design-system/issues/10420)) ([a2f3925](https://github.com/Esri/calcite-design-system/commit/a2f392527dd3efb0fe0f160e67fb4e88115cf203)) + +### Deprecations + +- **checkbox, radio-button:** Deprecate 'guid' properties ([#10445](https://github.com/Esri/calcite-design-system/issues/10445)) ([9729ccf](https://github.com/Esri/calcite-design-system/commit/9729ccf356c375d88f4cb21f6ec4c61734c28c21)) -## [2.13.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.13...@esri/calcite-components@2.13.0-next.14) (2024-09-13) - -### Features - -- **checkbox:** add component tokens ([#10221](https://github.com/Esri/calcite-design-system/issues/10221)) ([1d87dcf](https://github.com/Esri/calcite-design-system/commit/1d87dcf65f943c717f63732bf9e17085cfe2116d)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -### Reverts - -- "chore: set default page size for E2E tests ([#10219](https://github.com/Esri/calcite-design-system/issues/10219))" ([#10299](https://github.com/Esri/calcite-design-system/issues/10299)) ([0e7b0ae](https://github.com/Esri/calcite-design-system/commit/0e7b0ae63124e54d2f9e1693c0dc6e9d3197f2e1)) - -## [2.13.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.12...@esri/calcite-components@2.13.0-next.13) (2024-09-13) - -### Features - -- **accordion-item:** update component tokens ([ca932b5](https://github.com/Esri/calcite-design-system/commit/ca932b5c4a3a5d7bf9bcf032ed2a0325f6920026)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) [#4060](https://github.com/Esri/calcite-design-system/issues/4060) - -## [2.13.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.11...@esri/calcite-components@2.13.0-next.12) (2024-09-13) - -### Features - -- **handle:** add component tokens ([#10262](https://github.com/Esri/calcite-design-system/issues/10262)) ([5e73b44](https://github.com/Esri/calcite-design-system/commit/5e73b44e1b8868c7024c3e21fee782e1f3b63218)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [2.13.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.10...@esri/calcite-components@2.13.0-next.11) (2024-09-12) - -### Features - -- **progress:** add component tokens ([#10267](https://github.com/Esri/calcite-design-system/issues/10267)) ([8c1259f](https://github.com/Esri/calcite-design-system/commit/8c1259f4310b930a6c2b46abe5ebaf7722f36b2c)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) - -## [2.13.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.9...@esri/calcite-components@2.13.0-next.10) (2024-09-12) - -**Note:** Version bump only for package @esri/calcite-components - -## [2.13.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.8...@esri/calcite-components@2.13.0-next.9) (2024-09-12) - -### Features - -- **input, input-number, input-text:** add prefix and suffix width css tokens ([#10206](https://github.com/Esri/calcite-design-system/issues/10206)) ([7a6ee82](https://github.com/Esri/calcite-design-system/commit/7a6ee829c38cad7d5e081366d15eda53a75d5bb6)), closes [#8154](https://github.com/Esri/calcite-design-system/issues/8154) - -## [2.13.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.7...@esri/calcite-components@2.13.0-next.8) (2024-09-11) - -**Note:** Version bump only for package @esri/calcite-components - -## [2.13.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.2-next.1...@esri/calcite-components@2.13.0-next.7) (2024-09-09) - -### Bug Fixes - -- **input-date-picker:** no longer emits `calciteInputDatePickerChange` event when `valueAsDate` is set programmatically ([#10246](https://github.com/Esri/calcite-design-system/issues/10246)) ([804dd39](https://github.com/Esri/calcite-design-system/commit/804dd39b358f6cb92144ec0f7316c4b50187cbfa)), closes [#8368](https://github.com/Esri/calcite-design-system/issues/8368) - -## [2.12.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.2-next.0...@esri/calcite-components@2.12.2-next.1) (2024-09-09) - -### Bug Fixes - -- **input-time-zone:** ensure `beforeOpen`/`open` and `beforeClose`/`close` events emit properly ([#10228](https://github.com/Esri/calcite-design-system/issues/10228)) ([3f04a0b](https://github.com/Esri/calcite-design-system/commit/3f04a0b707d06bae89e4ce464e459f8d1bc08b8f)) -- **panel, flow-item:** hide focus-outline when scrolling via mouse to align with browsers ([#10242](https://github.com/Esri/calcite-design-system/issues/10242)) ([4eb75af](https://github.com/Esri/calcite-design-system/commit/4eb75af948163f533a6d1b171d65348ba2edf469)), closes [#10238](https://github.com/Esri/calcite-design-system/issues/10238) [#10141](https://github.com/Esri/calcite-design-system/issues/10141) [#10141](https://github.com/Esri/calcite-design-system/issues/10141) -- **shell:** fix z-index of shell-panels ([#10224](https://github.com/Esri/calcite-design-system/issues/10224)) ([2451f37](https://github.com/Esri/calcite-design-system/commit/2451f37b7ceb60a265bdfdf8c326cf8c753431ac)), closes [#10222](https://github.com/Esri/calcite-design-system/issues/10222) - -## [2.12.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.6...@esri/calcite-components@2.12.2-next.0) (2024-09-05) - -### Bug Fixes - -- **input-time-picker:** automatically close when clicked outside ([#10189](https://github.com/Esri/calcite-design-system/issues/10189)) ([033ffd5](https://github.com/Esri/calcite-design-system/commit/033ffd532de1e39f77b7aff66813ec6d4234dedf)), closes [#8639](https://github.com/Esri/calcite-design-system/issues/8639) - -## [2.13.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.5...@esri/calcite-components@2.13.0-next.6) (2024-09-04) - -### Bug Fixes - -- **panel:** tweak focusable content area ([#10141](https://github.com/Esri/calcite-design-system/issues/10141)) ([3dd4b28](https://github.com/Esri/calcite-design-system/commit/3dd4b2891ed51fd0cd2a3b81bfbd156dd5c3a27a)), closes [#10022](https://github.com/Esri/calcite-design-system/issues/10022) - -## [2.13.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.4...@esri/calcite-components@2.13.0-next.5) (2024-09-03) - -### Bug Fixes - -- **loader:** restore animation ([#10184](https://github.com/Esri/calcite-design-system/issues/10184)) ([1ae7cc1](https://github.com/Esri/calcite-design-system/commit/1ae7cc1fac97a0abb64a38629ee9244cd8c9e161)), closes [#10182](https://github.com/Esri/calcite-design-system/issues/10182) - -## [2.13.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.3...@esri/calcite-components@2.13.0-next.4) (2024-08-30) - -### Bug Fixes - -- **list-item:** decrease horizontal spacing between selection icon and content ([#9304](https://github.com/Esri/calcite-design-system/issues/9304)) ([#10199](https://github.com/Esri/calcite-design-system/issues/10199)) ([dce57f4](https://github.com/Esri/calcite-design-system/commit/dce57f46d0bf00777e998a6073203677df8f0c5a)), closes [#9290](https://github.com/Esri/calcite-design-system/issues/9290) - -## [2.13.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.2...@esri/calcite-components@2.13.0-next.3) (2024-08-30) - -**Note:** Version bump only for package @esri/calcite-components - -## [2.13.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.1...@esri/calcite-components@2.13.0-next.2) (2024-08-30) - -### Bug Fixes - -- **list:** do not emit `calciteListChange` during a filter ([#10195](https://github.com/Esri/calcite-design-system/issues/10195)) ([ca4db32](https://github.com/Esri/calcite-design-system/commit/ca4db328adffba501a76a3e177e2cd4d5c90788d)), closes [#10192](https://github.com/Esri/calcite-design-system/issues/10192) - -## [2.13.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0-next.0...@esri/calcite-components@2.13.0-next.1) (2024-08-30) - -### Bug Fixes - -- **shell-panel:** fill available space ([#10185](https://github.com/Esri/calcite-design-system/issues/10185)) ([3f963db](https://github.com/Esri/calcite-design-system/commit/3f963db861bee3638ddbd756764c8e58703b178f)), closes [#10176](https://github.com/Esri/calcite-design-system/issues/10176) -- **switch:** fix focus state styling in Safari ([#10191](https://github.com/Esri/calcite-design-system/issues/10191)) ([f247976](https://github.com/Esri/calcite-design-system/commit/f2479767d83311376618998d1c5f94c132c7e7d7)), closes [#8617](https://github.com/Esri/calcite-design-system/issues/8617) - -## [2.13.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.0-next.34...@esri/calcite-components@2.13.0-next.0) (2024-08-28) - -### Features +### Dependencies -- **card:** component tokens ([#10161](https://github.com/Esri/calcite-design-system/issues/10161)) ([08578a3](https://github.com/Esri/calcite-design-system/commit/08578a397a11ea6820b35dd3ddde8e07ce2b264f)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180) +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-ui-icons bumped from 3.32.0-next.5 to 3.32.0 + - devDependencies + - @esri/eslint-plugin-calcite-components bumped from 1.2.1-next.4 to 1.2.1 ## [2.12.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.1...@esri/calcite-components@2.12.2) (2024-09-09) diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 35e4b356bb5..2e4b4e6e4ad 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "2.13.0-next.15", + "version": "2.13.0", "homepage": "https://developers.arcgis.com/calcite-design-system/", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", @@ -60,7 +60,7 @@ "directory": "packages/calcite-components" }, "dependencies": { - "@esri/calcite-ui-icons": "3.32.0-next.5", + "@esri/calcite-ui-icons": "3.32.0", "@floating-ui/dom": "1.6.11", "@stencil/core": "4.20.0", "@types/color": "3.0.6", @@ -77,7 +77,7 @@ }, "devDependencies": { "@esri/calcite-design-tokens": "2.2.1-next.4", - "@esri/eslint-plugin-calcite-components": "1.2.1-next.4", + "@esri/eslint-plugin-calcite-components": "1.2.1", "@stencil-community/eslint-plugin": "0.8.0", "@stencil-community/postcss": "2.2.0", "@stencil/angular-output-target": "0.8.4", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index 2832b612754..3136c4c5af9 100644 --- a/packages/calcite-components/readme.md +++ b/packages/calcite-components/readme.md @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho ```html ``` diff --git a/packages/calcite-ui-icons/CHANGELOG.md b/packages/calcite-ui-icons/CHANGELOG.md index eb2ebb736b8..cade4de2af9 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/CHANGELOG.md @@ -3,49 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.32.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.32.0-next.4...@esri/calcite-ui-icons@3.32.0-next.5) (2024-09-18) +## [3.32.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0...@esri/calcite-ui-icons@3.32.0) (2024-09-30) ### Features -- add content inline right ([#10338](https://github.com/Esri/calcite-design-system/issues/10338)) ([b4530ab](https://github.com/Esri/calcite-design-system/commit/b4530ab4b36f2b16c95f39c2a331eeace60fc3af)) +- Add 3d building, 3d building parameter, divide, parcel, spaces, spaces parameter, square brackets x, n variable, zoning parameter ([#10373](https://github.com/Esri/calcite-design-system/issues/10373)) ([3ed86ce](https://github.com/Esri/calcite-design-system/commit/3ed86ce9a45501eb36c820233ae55d751916e9f9)) +- Add content inline right ([#10338](https://github.com/Esri/calcite-design-system/issues/10338)) ([b4530ab](https://github.com/Esri/calcite-design-system/commit/b4530ab4b36f2b16c95f39c2a331eeace60fc3af)) +- Add dashboard-graph ([#10417](https://github.com/Esri/calcite-design-system/issues/10417)) ([737085a](https://github.com/Esri/calcite-design-system/commit/737085aed10464985dec9ea015e6ba9497a19b36)) +- Add justify ([#10272](https://github.com/Esri/calcite-design-system/issues/10272)) ([3d6c013](https://github.com/Esri/calcite-design-system/commit/3d6c013d193403cf7f5c669150f62266c919c7dc)) +- Add model-history, raster-function-history, raster function-template-history, raster-tool-history, tool-history ([#10305](https://github.com/Esri/calcite-design-system/issues/10305)) ([1e31d43](https://github.com/Esri/calcite-design-system/commit/1e31d435d4d0846facb9dab8914c3dd5f0c9a7dc)) +- Add parcel parameter ([#10384](https://github.com/Esri/calcite-design-system/issues/10384)) ([c99be67](https://github.com/Esri/calcite-design-system/commit/c99be674d3bb3b721ce0e8d39b0cb266b5aac840)) +- Add trace path and trace path complete ([#10196](https://github.com/Esri/calcite-design-system/issues/10196)) ([c37ced5](https://github.com/Esri/calcite-design-system/commit/c37ced57fc08884639ed3cacafa2023104a33696)) +- Add validate ([#10354](https://github.com/Esri/calcite-design-system/issues/10354)) ([4160af1](https://github.com/Esri/calcite-design-system/commit/4160af11ccb6bfb79314720e6f53b811f1cc6cb4)) +- Add web adaptor ([#10286](https://github.com/Esri/calcite-design-system/issues/10286)) ([791fd78](https://github.com/Esri/calcite-design-system/commit/791fd782ac275c27e7a32b37b62e9c48b4a18f42)) +- Added connection end left, connection end right, connection middle, connection to connection ([#10198](https://github.com/Esri/calcite-design-system/issues/10198)) ([3d0f703](https://github.com/Esri/calcite-design-system/commit/3d0f703e552db63d4b44b67e7f2590336d227f7c)) ### Bug Fixes -- correct non-standard filled icon names ([#10309](https://github.com/Esri/calcite-design-system/issues/10309)) ([7d67334](https://github.com/Esri/calcite-design-system/commit/7d67334d4f2f5c4439efb7de372778063b203fc6)) - -## [3.32.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.32.0-next.3...@esri/calcite-ui-icons@3.32.0-next.4) (2024-09-13) - -### Features - -- add model-history, raster-function-history, raster function-template-history, raster-tool-history, tool-history ([#10305](https://github.com/Esri/calcite-design-system/issues/10305)) ([1e31d43](https://github.com/Esri/calcite-design-system/commit/1e31d435d4d0846facb9dab8914c3dd5f0c9a7dc)) - -## [3.32.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.32.0-next.2...@esri/calcite-ui-icons@3.32.0-next.3) (2024-09-12) - -### Features - -- add web adaptor ([#10286](https://github.com/Esri/calcite-design-system/issues/10286)) ([791fd78](https://github.com/Esri/calcite-design-system/commit/791fd782ac275c27e7a32b37b62e9c48b4a18f42)) - -## [3.32.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.32.0-next.1...@esri/calcite-ui-icons@3.32.0-next.2) (2024-09-11) - -### Features - -- add justify ([#10272](https://github.com/Esri/calcite-design-system/issues/10272)) ([3d6c013](https://github.com/Esri/calcite-design-system/commit/3d6c013d193403cf7f5c669150f62266c919c7dc)) - -## [3.32.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.32.0-next.0...@esri/calcite-ui-icons@3.32.0-next.1) (2024-08-30) - -### Features - -- added connection end left, connection end right, connection middle, connection to connection ([#10198](https://github.com/Esri/calcite-design-system/issues/10198)) ([3d0f703](https://github.com/Esri/calcite-design-system/commit/3d0f703e552db63d4b44b67e7f2590336d227f7c)) - -## [3.32.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.1-next.0...@esri/calcite-ui-icons@3.32.0-next.0) (2024-08-30) - -### Features - -- add trace path and trace path complete ([#10196](https://github.com/Esri/calcite-design-system/issues/10196)) ([c37ced5](https://github.com/Esri/calcite-design-system/commit/c37ced57fc08884639ed3cacafa2023104a33696)) - -## [3.31.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.31.0-next.4...@esri/calcite-ui-icons@3.31.1-next.0) (2024-08-28) - -**Note:** Version bump only for package @esri/calcite-ui-icons +- Correct non-standard filled icon names ([#10309](https://github.com/Esri/calcite-design-system/issues/10309)) ([7d67334](https://github.com/Esri/calcite-design-system/commit/7d67334d4f2f5c4439efb7de372778063b203fc6)) ## [3.31.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-ui-icons@3.30.0...@esri/calcite-ui-icons@3.31.0) (2024-08-28) diff --git a/packages/calcite-ui-icons/docs/index.html b/packages/calcite-ui-icons/docs/index.html index 192eaf07d73..00875c6d811 100644 --- a/packages/calcite-ui-icons/docs/index.html +++ b/packages/calcite-ui-icons/docs/index.html @@ -48,7 +48,7 @@

Calcite UI Icons

- Version 3.31.0 + Version 3.32.0 View on GitHub diff --git a/packages/calcite-ui-icons/package.json b/packages/calcite-ui-icons/package.json index 482d3ebb851..04f7ef65a0e 100644 --- a/packages/calcite-ui-icons/package.json +++ b/packages/calcite-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-ui-icons", - "version": "3.32.0-next.5", + "version": "3.32.0", "private": false, "description": "A collection of UI SVG icons created by Esri for applications.", "keywords": [ diff --git a/packages/eslint-plugin-calcite-components/CHANGELOG.md b/packages/eslint-plugin-calcite-components/CHANGELOG.md index 93c461cd08f..cf048c5c9b0 100644 --- a/packages/eslint-plugin-calcite-components/CHANGELOG.md +++ b/packages/eslint-plugin-calcite-components/CHANGELOG.md @@ -3,13 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.1-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@1.2.1-next.3...@esri/eslint-plugin-calcite-components@1.2.1-next.4) (2024-09-18) +## [1.2.1](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@1.2.0...@esri/eslint-plugin-calcite-components@1.2.1) (2024-09-30) -**Note:** Version bump only for package @esri/eslint-plugin-calcite-components - -## [1.2.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@1.2.1-next.2...@esri/eslint-plugin-calcite-components@1.2.1-next.3) (2024-06-27) +### Deprecations -**Note:** Version bump only for package @esri/eslint-plugin-calcite-components +- Deprecate `enforce-ref-last-prop` rule ([#10421](https://github.com/Esri/calcite-design-system/issues/10421)) ([5fde52d](https://github.com/Esri/calcite-design-system/commit/5fde52da05ec10db713e5ae119a6d77499d39ff7)) ## [1.2.0](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@1.1.0...@esri/eslint-plugin-calcite-components@1.2.0) (2024-04-30) diff --git a/packages/eslint-plugin-calcite-components/package.json b/packages/eslint-plugin-calcite-components/package.json index bb1e67fdff8..94ac88c5d7a 100644 --- a/packages/eslint-plugin-calcite-components/package.json +++ b/packages/eslint-plugin-calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/eslint-plugin-calcite-components", - "version": "1.2.1-next.4", + "version": "1.2.1", "description": "ESLint rules for @esri/calcite-components", "repository": { "type": "git",