Skip to content

Commit

Permalink
docs: fix review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasiya Lesun <[email protected]>
  • Loading branch information
ala-n and NastaLeo authored Dec 12, 2024
1 parent dcbd52e commit 467e61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/views/blogs/ESL v5.0.0 Migartion Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ The points not marked with `🔧` in the breaking changes section are covered by
Note that `activator` property change now is the part of main toggleable flow.
- `this.open` of Toggleables doesn't update until super.onShow/super.onHide is called.
Make sure you update `this.open` synchronously or manually notify consumers in case the super call of `onShow/onHide` should be postponed.
- #### A11y improvments and focus management (affects ESlPopup)
- `a11y` option introduced and now used to controll the focus management and a11y for `esl-popup`, `esl-tooltip` (footnotes), `esl-share`, `esl-select` (dropdown).
- #### A11y improvements and focus management (affects ESlPopup)
- `a11y` option introduced and now used to control the focus management and a11y for `esl-popup`, `esl-tooltip` (footnotes), `esl-share`, `esl-select` (dropdown).
Option available on `ESLToggleable` level and controls focus flow and close on outside action feature.
- #### ESL Triggers API Changes
- `ESLTrigger` does not have target defined to `::next` by default. You should always define the target explicitly.
Expand Down

0 comments on commit 467e61c

Please sign in to comment.