diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee458d9160f..54d3bed72e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/calcite-components": "1.4.2", - "packages/calcite-components-react": "1.4.2" + "packages/calcite-components": "1.4.3", + "packages/calcite-components-react": "1.4.3" } diff --git a/package-lock.json b/package-lock.json index 17f36009c4a..a4d0adda2bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43876,7 +43876,7 @@ }, "packages/calcite-components": { "name": "@esri/calcite-components", - "version": "1.4.3-next.7", + "version": "1.4.3", "license": "SEE LICENSE.md", "dependencies": { "@floating-ui/dom": "1.4.1", @@ -43902,10 +43902,10 @@ }, "packages/calcite-components-react": { "name": "@esri/calcite-components-react", - "version": "1.4.3-next.7", + "version": "1.4.3", "license": "SEE LICENSE.md", "dependencies": { - "@esri/calcite-components": "1.4.3-next.7" + "@esri/calcite-components": "1.4.3" }, "peerDependencies": { "react": ">=16.7", @@ -45740,7 +45740,7 @@ "@esri/calcite-components-react": { "version": "file:packages/calcite-components-react", "requires": { - "@esri/calcite-components": "1.4.3-next.7" + "@esri/calcite-components": "1.4.3" } }, "@esri/calcite-design-tokens": { diff --git a/packages/calcite-components-react/CHANGELOG.md b/packages/calcite-components-react/CHANGELOG.md index 9f750d00395..f945226406f 100644 --- a/packages/calcite-components-react/CHANGELOG.md +++ b/packages/calcite-components-react/CHANGELOG.md @@ -3,53 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.5.0-next.5](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.4...@esri/calcite-components-react@1.5.0-next.5) (2023-06-23) +## [1.4.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.2...@esri/calcite-components-react@1.4.3) (2023-06-26) -**Note:** Version bump only for package @esri/calcite-components-react +### Miscellaneous Chores -## [1.5.0-next.4](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.3...@esri/calcite-components-react@1.5.0-next.4) (2023-06-21) +- **@esri/calcite-components-react:** Synchronize undefined versions -**Note:** Version bump only for package @esri/calcite-components-react +### Dependencies -## [1.5.0-next.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.2...@esri/calcite-components-react@1.5.0-next.3) (2023-06-21) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.5.0-next.2](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.1...@esri/calcite-components-react@1.5.0-next.2) (2023-06-20) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.5.0-next.1](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.0...@esri/calcite-components-react@1.5.0-next.1) (2023-06-16) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.5.0-next.0](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3-next.7...@esri/calcite-components-react@1.5.0-next.0) (2023-06-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.4.3-next.7](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3-next.6...@esri/calcite-components-react@1.4.3-next.7) (2023-06-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.4.3-next.6](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3-next.5...@esri/calcite-components-react@1.4.3-next.6) (2023-06-15) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.4.3-next.5](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3-next.4...@esri/calcite-components-react@1.4.3-next.5) (2023-06-14) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.4.3-next.4](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3-next.3...@esri/calcite-components-react@1.4.3-next.4) (2023-06-09) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.4.3-next.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3-next.2...@esri/calcite-components-react@1.4.3-next.3) (2023-06-07) - -**Note:** Version bump only for package @esri/calcite-components-react - -## [1.4.3-next.2](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.2...@esri/calcite-components-react@1.4.3-next.2) (2023-06-07) - -**Note:** Version bump only for package @esri/calcite-components-react +- The following workspace dependencies were updated + - dependencies + - @esri/calcite-components bumped from 1.4.3-next.7 to 1.4.3 ## v1.4.2 diff --git a/packages/calcite-components-react/package.json b/packages/calcite-components-react/package.json index 7b353ec4c22..271e0c7d516 100644 --- a/packages/calcite-components-react/package.json +++ b/packages/calcite-components-react/package.json @@ -1,7 +1,7 @@ { "name": "@esri/calcite-components-react", "sideEffects": false, - "version": "1.4.3-next.7", + "version": "1.4.3", "description": "A set of React components that wrap calcite components", "license": "SEE LICENSE.md", "scripts": { @@ -17,7 +17,7 @@ "dist/" ], "dependencies": { - "@esri/calcite-components": "1.4.3-next.7" + "@esri/calcite-components": "1.4.3" }, "peerDependencies": { "react": ">=16.7", diff --git a/packages/calcite-components/CHANGELOG.md b/packages/calcite-components/CHANGELOG.md index 32e410a4509..dcd67fcc734 100644 --- a/packages/calcite-components/CHANGELOG.md +++ b/packages/calcite-components/CHANGELOG.md @@ -3,99 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.5.0-next.5](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.4...@esri/calcite-components@1.5.0-next.5) (2023-06-23) +## [1.4.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.2...@esri/calcite-components@1.4.3) (2023-06-26) ### Bug Fixes -- **combobox, dropdown, input-date-picker, input-time-picker, popover, tooltip:** Prevent repositioning from affecting other floating components ([#7178](https://github.com/Esri/calcite-components/issues/7178)) ([1b02dae](https://github.com/Esri/calcite-components/commit/1b02dae4ef4e9594ece0a72bb8bc69fd2f7cf84a)), closes [#7158](https://github.com/Esri/calcite-components/issues/7158) - -## [1.5.0-next.4](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.3...@esri/calcite-components@1.5.0-next.4) (2023-06-21) - -### Bug Fixes - -- **list:** update selectedItems property on all item selection changes ([#7204](https://github.com/Esri/calcite-components/issues/7204)) ([da048f6](https://github.com/Esri/calcite-components/commit/da048f618a987801d8ab5c284ab0f8c549e70a16)), closes [#7202](https://github.com/Esri/calcite-components/issues/7202) -- **radio-button:** focuses first focusable radio-button element in group. ([#7152](https://github.com/Esri/calcite-components/issues/7152)) ([dd7ec60](https://github.com/Esri/calcite-components/commit/dd7ec608779f1a34ad3c77a36b6f8fcf6fd1365a)), closes [#7113](https://github.com/Esri/calcite-components/issues/7113) - -## [1.5.0-next.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.2...@esri/calcite-components@1.5.0-next.3) (2023-06-21) - -### Bug Fixes - -- **alert:** update alert queue when an alert is removed from the DOM ([#7189](https://github.com/Esri/calcite-components/issues/7189)) ([edd59eb](https://github.com/Esri/calcite-components/commit/edd59eb0bff21aa41fc7e537a2df2dbd2143a15a)), closes [#6616](https://github.com/Esri/calcite-components/issues/6616) - -## [1.5.0-next.2](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.1...@esri/calcite-components@1.5.0-next.2) (2023-06-20) - -### Bug Fixes - -- **alert:** Sets autoCloseDuration to "medium" by default ([#7157](https://github.com/Esri/calcite-components/issues/7157)) ([1b9a8ed](https://github.com/Esri/calcite-components/commit/1b9a8edc1b7fab87899bd59c74ad036b5f53140c)), closes [#6363](https://github.com/Esri/calcite-components/issues/6363) [#6363](https://github.com/Esri/calcite-components/issues/6363) -- **scrim:** Responsively set the scale of the loading spinner ([#7182](https://github.com/Esri/calcite-components/issues/7182)) ([72c5943](https://github.com/Esri/calcite-components/commit/72c59434113a550e849c77caf8d622bd50e5769e)), closes [#7147](https://github.com/Esri/calcite-components/issues/7147) - -## [1.5.0-next.1](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.0...@esri/calcite-components@1.5.0-next.1) (2023-06-16) - -### Bug Fixes - -- ensure mouse events are blocked for disabled components in Firefox ([#7107](https://github.com/Esri/calcite-components/issues/7107)) ([271d985](https://github.com/Esri/calcite-components/commit/271d9855eef4aa94cb7131381c98ab03eea57e4e)), closes [#7043](https://github.com/Esri/calcite-components/issues/7043) - -### Reverts - -- Add slots for filter actions" ([#7179](https://github.com/Esri/calcite-components/issues/7179)) ([667ee47](https://github.com/Esri/calcite-components/commit/667ee4766ced8994ebf8e8af270661f75573c83c)), closes [Esri/calcite-components#7148](https://github.com/Esri/calcite-components/issues/7148) - -## [1.5.0-next.0](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3-next.7...@esri/calcite-components@1.5.0-next.0) (2023-06-15) - -### Features - -- **list:** Add slots for filter actions ([#7148](https://github.com/Esri/calcite-components/issues/7148)) ([c9215c0](https://github.com/Esri/calcite-components/commit/c9215c05535c0d91582a73eabb9a587d39ba0422)), closes [#6600](https://github.com/Esri/calcite-components/issues/6600) - -### Bug Fixes - -- **radio-button, radio-button-group:** prevent emitting events when selecting a checked radio button ([#7102](https://github.com/Esri/calcite-components/issues/7102)) ([77fcc81](https://github.com/Esri/calcite-components/commit/77fcc818dd2d20805318cdb6030b8aa73ccb1a58)), closes [#6712](https://github.com/Esri/calcite-components/issues/6712) - -## [1.4.3-next.7](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3-next.6...@esri/calcite-components@1.4.3-next.7) (2023-06-15) - -### Bug Fixes - -- **tooltip:** improve component timing ([#7172](https://github.com/Esri/calcite-components/issues/7172)) ([106f5d2](https://github.com/Esri/calcite-components/commit/106f5d27afc5d7363fa197a1f9fb0552864a15e4)), closes [#6396](https://github.com/Esri/calcite-components/issues/6396) - -## [1.4.3-next.6](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3-next.5...@esri/calcite-components@1.4.3-next.6) (2023-06-15) - -### Bug Fixes - -- **input-date-picker:** Fix showing the placeholder when resetting the value ([#7156](https://github.com/Esri/calcite-components/issues/7156)) ([8d60ffd](https://github.com/Esri/calcite-components/commit/8d60ffd1e68baf2b96006deaaec25c2e92df8d55)), closes [#6378](https://github.com/Esri/calcite-components/issues/6378) - -## [1.4.3-next.5](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3-next.4...@esri/calcite-components@1.4.3-next.5) (2023-06-14) - -### Bug Fixes - -- **input,input-number:** allow typing decimal separator in firefox for arabic locale ([#7173](https://github.com/Esri/calcite-components/issues/7173)) ([595e6f2](https://github.com/Esri/calcite-components/commit/595e6f229f13facfd6f79f4069f01b2bab79fa40)), closes [#7130](https://github.com/Esri/calcite-components/issues/7130) - -## [1.4.3-next.4](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3-next.3...@esri/calcite-components@1.4.3-next.4) (2023-06-09) - -### Bug Fixes - -- **list:** No longer has incorrect border width ([#7160](https://github.com/Esri/calcite-components/issues/7160)) ([a810943](https://github.com/Esri/calcite-components/commit/a810943fdea2c1f90f5deca35ab0501287e45489)) - -## [1.4.3-next.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3-next.2...@esri/calcite-components@1.4.3-next.3) (2023-06-07) - -### Bug Fixes - -- **radio-button-group:** no longer focus first radio button on label click and adds `setFocus` method. ([#7050](https://github.com/Esri/calcite-components/issues/7050)) ([4267b8c](https://github.com/Esri/calcite-components/commit/4267b8ca26db8047d42659d6062b606a90819abc)), closes [#6698](https://github.com/Esri/calcite-components/issues/6698) [#6357](https://github.com/Esri/calcite-components/issues/6357) [#6698](https://github.com/Esri/calcite-components/issues/6698) - -## [1.4.3-next.2](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.2...@esri/calcite-components@1.4.3-next.2) (2023-06-07) - -### Bug Fixes - -- **navigation:** label is no longer a required property ([#7084](https://github.com/Esri/calcite-components/issues/7084)) ([ba2bd4d](https://github.com/Esri/calcite-components/commit/ba2bd4db32b3bfbc5403a75156d4fde6859114e3)), closes [#7013](https://github.com/Esri/calcite-components/issues/7013) - -## [1.4.3-next.1](https://github.com/Esri/calcite-components/compare/v1.4.3-next.0...v1.4.3-next.1) (2023-06-02) - -### Bug Fixes +- **accordion-item:** support items working across shadowDOM ([#7035](https://github.com/Esri/calcite-components/issues/7035)) ([6378e35](https://github.com/Esri/calcite-components/commit/6378e351bad4aff1aefe62b7c52262ae57c48907)), closes [#6167](https://github.com/Esri/calcite-components/issues/6167) +- **alert:** Sets autoCloseDuration to "medium" by default ([#7157](https://github.com/Esri/calcite-components/issues/7157)) ([1b9a8ed](https://github.com/Esri/calcite-components/commit/1b9a8edc1b7fab87899bd59c74ad036b5f53140c)) +- **alert:** Update alert queue when an alert is removed from the DOM ([#7189](https://github.com/Esri/calcite-components/issues/7189)) ([edd59eb](https://github.com/Esri/calcite-components/commit/edd59eb0bff21aa41fc7e537a2df2dbd2143a15a)) +- **combobox, dropdown, input-date-picker, input-time-picker, popover, tooltip:** Prevent repositioning from affecting other floating components ([#7178](https://github.com/Esri/calcite-components/issues/7178)) ([1b02dae](https://github.com/Esri/calcite-components/commit/1b02dae4ef4e9594ece0a72bb8bc69fd2f7cf84a)) +- Ensure mouse events are blocked for disabled components in Firefox ([#7107](https://github.com/Esri/calcite-components/issues/7107)) ([271d985](https://github.com/Esri/calcite-components/commit/271d9855eef4aa94cb7131381c98ab03eea57e4e)) +- **input-date-picker:** Fix showing the placeholder when resetting the value ([#7156](https://github.com/Esri/calcite-components/issues/7156)) ([8d60ffd](https://github.com/Esri/calcite-components/commit/8d60ffd1e68baf2b96006deaaec25c2e92df8d55)) +- **input, input-number:** Allows numeric characters. ([#7213](https://github.com/Esri/calcite-components/issues/7213)) ([739f0af](https://github.com/Esri/calcite-components/commit/739f0af72eee0436cec7307a440e38532ee741cd)) +- **input,input-number:** Allow typing decimal separator in firefox for arabic locale ([#7173](https://github.com/Esri/calcite-components/issues/7173)) ([595e6f2](https://github.com/Esri/calcite-components/commit/595e6f229f13facfd6f79f4069f01b2bab79fa40)) +- **list:** No longer has incorrect border width ([a810943](https://github.com/Esri/calcite-components/commit/a810943fdea2c1f90f5deca35ab0501287e45489)) +- **list:** Update selectedItems property on all item selection changes ([#7204](https://github.com/Esri/calcite-components/issues/7204)) ([da048f6](https://github.com/Esri/calcite-components/commit/da048f618a987801d8ab5c284ab0f8c549e70a16)) - **menu-item:** Ensure correct order of rendered icons ([#7098](https://github.com/Esri/calcite-components/issues/7098)) ([fd344e9](https://github.com/Esri/calcite-components/commit/fd344e91fb02b5dcb3e7ef6565fc679935c078c2)), closes [#7097](https://github.com/Esri/calcite-components/issues/7097) - -## [1.4.3-next.0](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.2...v1.4.3-next.0) (2023-05-31) - -### Bug Fixes - -- **accordion-item:** support items working across shadowDOM ([#7035](https://github.com/Esri/calcite-components/issues/7035)) ([6378e35](https://github.com/Esri/calcite-components/commit/6378e351bad4aff1aefe62b7c52262ae57c48907)), closes [#6167](https://github.com/Esri/calcite-components/issues/6167) +- **navigation:** Label is no longer a required property ([#7084](https://github.com/Esri/calcite-components/issues/7084)) ([ba2bd4d](https://github.com/Esri/calcite-components/commit/ba2bd4db32b3bfbc5403a75156d4fde6859114e3)) +- **radio-button-group:** No longer focus first radio button on label click and adds `setFocus` method. ([#7050](https://github.com/Esri/calcite-components/issues/7050)) ([4267b8c](https://github.com/Esri/calcite-components/commit/4267b8ca26db8047d42659d6062b606a90819abc)) +- **radio-button, radio-button-group:** Prevent emitting events when selecting a checked radio button ([#7102](https://github.com/Esri/calcite-components/issues/7102)) ([77fcc81](https://github.com/Esri/calcite-components/commit/77fcc818dd2d20805318cdb6030b8aa73ccb1a58)) +- **radio-button:** Focuses first focusable radio-button element in group. ([#7152](https://github.com/Esri/calcite-components/issues/7152)) ([dd7ec60](https://github.com/Esri/calcite-components/commit/dd7ec608779f1a34ad3c77a36b6f8fcf6fd1365a)) +- **scrim:** Responsively set the scale of the loading spinner ([#7182](https://github.com/Esri/calcite-components/issues/7182)) ([72c5943](https://github.com/Esri/calcite-components/commit/72c59434113a550e849c77caf8d622bd50e5769e)) +- **tooltip:** Improve component timing ([#7172](https://github.com/Esri/calcite-components/issues/7172)) ([106f5d2](https://github.com/Esri/calcite-components/commit/106f5d27afc5d7363fa197a1f9fb0552864a15e4)) +- **tree-item:** Ensure expanded tree-item is displayed when expanded and made visible ([#7216](https://github.com/Esri/calcite-components/issues/7216)) ([3c0fbf5](https://github.com/Esri/calcite-components/commit/3c0fbf5f6789d7822a3c4050a5d56baee0a2f1a9)) ## [v1.4.2](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.1...@esri/calcite-components@1.4.2) (2023-05-30) diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index 7a4bb762398..dcd31156766 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.4.3-next.7", + "version": "1.4.3", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js", diff --git a/packages/calcite-components/readme.md b/packages/calcite-components/readme.md index bea6b4b6d0e..70550a8915b 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/release-please-config.json b/release-please-config.json index 9e7fac96272..4b39a3cf852 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,12 +7,10 @@ "packages": { "packages/calcite-components": { "component": "@esri/calcite-components", - "extra-files": ["readme.md"], - "release-as": "1.4.3" + "extra-files": ["readme.md"] }, "packages/calcite-components-react": { - "component": "@esri/calcite-components-react", - "release-as": "1.4.3" + "component": "@esri/calcite-components-react" } }, "plugins": [