Skip to content

Commit

Permalink
1.0.0-next.687
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2022
1 parent b7d8743 commit cffec1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### ⚠ BREAKING CHANGES

- **notice:** Removed deprecated properties.
- Removed the `focusId` parameter from `action-bar` and
`action-pad`'s `setFocus` method

* **action-bar, action-pad:** Removed `focusId` paramter `setFocus`
method, focus is delegated to the first focusable element.

* **notice:** Removed deprecated properties.

Removed the property `active`, use `open` instead.
Removed the property `dimissible`, use `closable` property instead.
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.686",
"version": "1.0.0-next.687",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit cffec1b

Please sign in to comment.