diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbdba9f387..a091045153e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,24 +9,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ⚠ BREAKING CHANGES -- **card:**: Removed `footer-leading` and `footer-trailing` slots, use +- **accordion:** removed "minimal" and "default" values for + `calcite-accordion`'s `appearance` property. + +* Removed `"default"` value for the `appearance` property, use `"solid"` + instead. +* Removed `"minimal"` value for the `appearance` property. + +* **card:**: Removed `footer-leading` and `footer-trailing` slots, use `footer-start` and `footer-end` instead. -* **styles:** Use "mode" nomenclature instead of "theme" +- **styles:** Use "mode" nomenclature instead of "theme" - `.calcite-theme-auto`, `.calcite-theme-dark`, and `.calcite-theme-light` CSS classes have been replaced with `.calcite-mode-auto`, `.calcite-mode-dark`, and `.calcite-mode-light ` -* **segmented-control:** Updates `segmented-control` event to `calciteSegmentedControlChange`. +- **segmented-control:** Updates `segmented-control` event to `calciteSegmentedControlChange`. -- **radio-group, radio-group-item:** Renames radio group components. +* **radio-group, radio-group-item:** Renames radio group components. - `calcite-radio-group` has been renamed to `calcite-segmented-control`. - `calcite-radio-group-item` has been renamed to `calcite-segmented-control-item`. -- **panel, shell-panel, flow-item:** Update available css variables. +* **panel, shell-panel, flow-item:** Update available css variables. - Removes `heightScale` and `widthScale` properties from Panel and Flow Item. @@ -34,35 +41,35 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm available width of parent component. - Documents public css variables for Shell Panel. -- **modal, panel, popover**: Removed `focusId` parameter from `setFocus` methods. +* **modal, panel, popover**: Removed `focusId` parameter from `setFocus` methods. When the `setFocus` method is called the first focusable element will be focused. -- **combobox-item:** +* **combobox-item:** - Removed `toggleSelected` method, use the `selected` property instead. -- **date-picker:** +* **date-picker:** - Removed the property `startAsDate`, use `valueAsDate` instead. - Removed the property `endAsDate`, use `valueAsDate` instead. -- **pagination:** +* **pagination:** - Removed the `--calcite-pagination-spacing` css variable -- **popover:** +* **popover:** - Removed the `toggle` method, use the `open` property instead. -- **radio-button-group:** +* **radio-button-group:** - Added property `selectedItem`. - Removed the `event.detail` property on the event `calciteRadioButtonGroupChange`, use `event.target` and the property `selectedItem` instead. -- **stepper:** +* **stepper:** - Added property `selectedItem`. - Removed the `event.detail` property on the event diff --git a/package-lock.json b/package-lock.json index 59208e04471..4730d71815b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/calcite-components", - "version": "1.0.0-next.719", + "version": "1.0.0-next.720", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/calcite-components", - "version": "1.0.0-next.719", + "version": "1.0.0-next.720", "license": "SEE LICENSE IN copyright.txt", "dependencies": { "@floating-ui/dom": "1.1.0", diff --git a/package.json b/package.json index 11752a135dc..f9a0078e14b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.0.0-next.719", + "version": "1.0.0-next.720", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js",