Skip to content

Releases: chialab/loock

v4.5.2

03 Nov 07:57
6b87019

Choose a tag to compare

Patch Changes

  • 2fa1c42: Introduce exitOnFocusOut options to customize behavior of focus trap in dialogs.

v4.5.1

27 Oct 11:02
8c58161

Choose a tag to compare

Patch Changes

  • bbca63e: Do not trigger focus out behavior when page loses focus.

v4.5.0

23 Oct 09:05
a9525d7

Choose a tag to compare

Minor Changes

  • 7ab1f7e: Deprecate trap behavior helpers.

v4.4.0

15 Oct 12:23
8c8a5c6

Choose a tag to compare

Minor Changes

  • dbb3665: Remove cjs distribution.

Patch Changes

  • dbb3665: Do not navigate items when focused element is an input element.

v4.3.1

09 Sep 08:31
d27cd36

Choose a tag to compare

Patch Changes

  • 64f4336: Handle nested elements during keyboard navigation.

v4.3.0

21 May 10:54
831c51a

Choose a tag to compare

Minor Changes

  • 3efefc0: Return startHelper and endHelper from focusTrapBehavior and allow to not automatically insert them in the DOM.

Patch Changes

  • ce0b30b: Add continuous config to keyboard navigation.

v4.2.0

22 Jul 14:13
4b86c73

Choose a tag to compare

Minor Changes

  • 922183b: Do not restore focus when user clicks outside a trap area.

v4.1.0

18 Jul 17:05
4b5a754

Choose a tag to compare

Minor Changes

  • 38921f4: Do not store node's ownerDocument since it can change for imported nodes.

v4.0.2

30 May 15:34
2f6b853

Choose a tag to compare

Patch Changes

  • 0468372: Filter focusable elements.

v4.0.1

31 Jan 11:08
cc1e59e

Choose a tag to compare

Patch Changes

  • 4526982: Enhance focusout handler using relatedTarget