-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.0.0-beta.40](v5.0.0-beta.39...v5.0.0-beta.40) (2024-11-15) ### ⚠ BREAKING CHANGES * **esl-popup:** 'autofocus' no longer available for popup, use 'focus-behaviour' instead * **esl-share:** `ESLSharePopup` no longer inherits `ESLTooltip`, `ESLPopup` now direct base for `ESLSharePopup` * **esl-tooltip:** `hasFocusLoop` no longer available use `focusBehaviour` instead ### Features * **esl-drag-to-scroll:** update draggable state based on content size ([63d83a9](63d83a9)) * **esl-popup:** get rid from all focus management code ([11b10ea](11b10ea)) * **esl-share:** separate `ESLSharePopup` implementation from `ESLTooltip` ([b5260b9](b5260b9)) * **esl-toggleable:** add out of the box `ESLToggleable` focus manager ([c954d72](c954d72)) * **esl-toggleable:** update focusBehaviour option to smoothly support boundary focus actions across different options ([2b8a0c7](2b8a0c7)) * **esl-tooltip:** get rid from inner `hasFocusLoop` and custom focus manager, now utilizes ESLToggleable features ([6ef1f2e](6ef1f2e)) * **esl-utils:** add extended `handleFocusFlow` keyboard based focus manager ([376f388](376f388)) ### Bug Fixes * **esl-footnotes:** fix improper note highlighting ([c7c3d1c](c7c3d1c)) * **esl-share:** fix inner ESLToggleableActionParams instances type ([ea8dd94](ea8dd94)) * **esl-share:** simplify code and remove overrides (according to esl-popup base state) ([04d6a63](04d6a63)) * **esl-tooltip:** fix tooltip arrow disappearing ([780b295](780b295)) * **esl-tooltip:** simplify code and remove overrides (according to esl-popup base state) ([699ac7f](699ac7f)) * **esl-utils:** fix visibility and a11y checks for getKeyboardFocusableElements ([e078c78](e078c78))
- Loading branch information
1 parent
6b2d4ef
commit 6bff420
Showing
7 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters