Skip to content

Commit

Permalink
Revert changes to change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Sep 24, 2024
1 parent e5498c4 commit 3cb3c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ https://lerna.js.org/docs/features/version-and-publish
* **CSS variable changes**
* `$wrapper-height: 100%;` => `$frame-height: 100vh;`
* **Option changes**
* `dataDrawer` => `selector`: Takes a valid CSS selector string.
* `dataDrawer` => `selectorDrawer`: Takes a valid CSS selector string.
* `dataDialog` => `selectorDialog`: Takes a valid CSS selector string.
* `dataFocus` => `selectorFocus`: Takes a valid CSS selector string (defaults to`[data-focus]`).
* `stateSave` => `store`
Expand Down Expand Up @@ -665,7 +665,7 @@ https://lerna.js.org/docs/features/version-and-publish
* **Option changes**
* `moveModals.ref` => `teleport`: Takes a valid CSS selector string.
* `moveModals.type` => `teleportMethod`: Method options include `'after'`, `'before'`, `'append'` and `'prepend'`.
* `dataModal` => `selector`: Takes a valid CSS selector string.
* `dataModal` => `selectorModal`: Takes a valid CSS selector string.
* `dataDialog` => `selectorDialog`: Takes a valid CSS selector string.
* `dataRequired` => `selectorRequired`: Takes a valid CSS selector string.
* `dataFocus` => `selectorFocus`: Takes a valid CSS selector string (defaults to`[data-focus]`).
Expand Down

0 comments on commit 3cb3c35

Please sign in to comment.