Skip to content

Commit

Permalink
1.0.0-next.720
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2023
1 parent 9b62254 commit fc0dd67
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
31 changes: 19 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,60 +9,67 @@ 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.
- Removes css variables for Panel - the component will now fill
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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fc0dd67

Please sign in to comment.