From 2356971f1b6b7f4a09d9670c9441b41b2e427ea6 Mon Sep 17 00:00:00 2001 From: Calcite Admin Date: Mon, 30 Sep 2024 16:05:26 -0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 10 ++-- examples/components/angular/package.json | 2 +- examples/components/preact/package.json | 2 +- examples/components/react/package.json | 2 +- examples/components/rollup/package.json | 2 +- examples/components/vite/package.json | 2 +- examples/components/vue/package.json | 2 +- .../components/web-dev-server/package.json | 2 +- examples/components/webpack/package.json | 2 +- package-lock.json | 18 +++--- .../projects/component-library/CHANGELOG.md | 14 +++++ .../projects/component-library/package.json | 4 +- .../calcite-components-react/CHANGELOG.md | 14 +++++ .../calcite-components-react/package.json | 4 +- packages/calcite-components/CHANGELOG.md | 59 +++++++++++++++++++ packages/calcite-components/package.json | 6 +- packages/calcite-components/readme.md | 4 +- packages/calcite-ui-icons/CHANGELOG.md | 21 +++++++ packages/calcite-ui-icons/docs/index.html | 2 +- packages/calcite-ui-icons/package.json | 2 +- .../CHANGELOG.md | 7 +++ .../package.json | 2 +- 22 files changed, 149 insertions(+), 34 deletions(-) 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..2d2792898cc 100644 --- a/packages/calcite-components-angular/projects/component-library/CHANGELOG.md +++ b/packages/calcite-components-angular/projects/component-library/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + + +### Miscellaneous Chores + +* **@esri/calcite-components-angular:** Synchronize components versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from 2.13.0-next.15 to 2.13.0 + ## [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) **Note:** Version bump only for package @esri/calcite-components-angular 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..b1fe28032ce 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + + +### Miscellaneous Chores + +* **@esri/calcite-components-react:** Synchronize components versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @esri/calcite-components bumped from 2.13.0-next.15 to 2.13.0 + ## [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) **Note:** Version bump only for package @esri/calcite-components-react 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..72dfdf58dd4 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,6 +3,65 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + +* **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 + +* **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)) + + +### Dependencies + +* 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.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) ### Features 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..24f8e72eae6 100644 --- a/packages/calcite-ui-icons/CHANGELOG.md +++ b/packages/calcite-ui-icons/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 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.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) ### Features 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..a20d5a6210b 100644 --- a/packages/eslint-plugin-calcite-components/CHANGELOG.md +++ b/packages/eslint-plugin-calcite-components/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + + +### Deprecations + +* 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.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) **Note:** Version bump only for package @esri/eslint-plugin-calcite-components 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",