From 05fac9e918cca93e316322a47aec7d0042435844 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jan 2024 10:59:10 +0000 Subject: [PATCH] Version Packages --- .changeset/unlucky-students-complain.md | 5 --- CHANGELOG.md | 60 ++++++++++++++----------- package.json | 2 +- 3 files changed, 34 insertions(+), 33 deletions(-) delete mode 100644 .changeset/unlucky-students-complain.md diff --git a/.changeset/unlucky-students-complain.md b/.changeset/unlucky-students-complain.md deleted file mode 100644 index 31bdeaf..0000000 --- a/.changeset/unlucky-students-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chialab/loock": patch ---- - -Enhance focusout handler using relatedTarget diff --git a/CHANGELOG.md b/CHANGELOG.md index a721b68..82b6051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,125 +1,131 @@ ## [2.2.1](https://github.com/chialab/loock/compare/v2.2.0...v2.2.1) (2021-10-07) +## 4.0.1 + +### Patch Changes + +- 4526982: Enhance focusout handler using relatedTarget + ## 4.0.0 ### Major Changes -- 99940f5: Introduce focus and keyboard navigation behaviors. -- 459a4cb: Refactored the trap mechanism in order to handle video controls and iframe contents. -- f04dd1c: Expose the `focusManager` method. +- 99940f5: Introduce focus and keyboard navigation behaviors. +- 459a4cb: Refactored the trap mechanism in order to handle video controls and iframe contents. +- f04dd1c: Expose the `focusManager` method. ### Minor Changes -- 858450c: Add focus manager to behaviors. -- 8645f7d: Add `types` entrypoint for exports map. -- 93702f5: Rename `keyboardNavigationBehavior` options. +- 858450c: Add focus manager to behaviors. +- 8645f7d: Add `types` entrypoint for exports map. +- 93702f5: Rename `keyboardNavigationBehavior` options. ## 4.0.0-beta.4 ### Minor Changes -- 93702f5: Rename `keyboardNavigationBehavior` options. +- 93702f5: Rename `keyboardNavigationBehavior` options. ## 4.0.0-alpha.3 ### Major Changes -- f04dd1c: Expose the `focusManager` method. +- f04dd1c: Expose the `focusManager` method. ## 4.0.0-alpha.2 ### Minor Changes -- 858450c: Add focus manager to behaviors. +- 858450c: Add focus manager to behaviors. ## 4.0.0-alpha.1 ### Major Changes -- 99940f5: Introduce focus and keyboard navigation behaviors. +- 99940f5: Introduce focus and keyboard navigation behaviors. ## 4.0.0-alpha.0 ### Major Changes -- 459a4cb: Refactored the trap mechanism in order to handle video controls and iframe contents. +- 459a4cb: Refactored the trap mechanism in order to handle video controls and iframe contents. ### Minor Changes -- 8645f7d: Add `types` entrypoint for exports map. +- 8645f7d: Add `types` entrypoint for exports map. ## 3.3.0 ### Minor Changes -- eb8015d: Correctly detect prev and next focusable item. +- eb8015d: Correctly detect prev and next focusable item. ## 3.2.10 ### Patch Changes -- aa3fd32: Fix focus on context enter when target has tabindex equal to -1. +- aa3fd32: Fix focus on context enter when target has tabindex equal to -1. ## 3.2.9 ### Patch Changes -- 7433466: Handle focus on iframes. +- 7433466: Handle focus on iframes. ## 3.2.8 ### Patch Changes -- 565bb65: Fix contexts chain. +- 565bb65: Fix contexts chain. ## 3.2.7 ### Patch Changes -- 3b813ae: Fix current target on enter. +- 3b813ae: Fix current target on enter. ## 3.2.6 ### Patch Changes -- af34660: Check focus target before invoking callbacks +- af34660: Check focus target before invoking callbacks ## 3.2.5 ### Patch Changes -- 8b23515: Fix default context restore +- 8b23515: Fix default context restore ## 3.2.4 ### Patch Changes -- bf7d7f2: Check activeElement on click in context +- bf7d7f2: Check activeElement on click in context ## 3.2.3 ### Patch Changes -- 0cf40d6: Prevent lock from focus hidden details content +- 0cf40d6: Prevent lock from focus hidden details content ## 3.2.2 ### Patch Changes -- fa69402: Correctly initialize context +- fa69402: Correctly initialize context ### Bug Fixes -- re-adding the same disabled context ([a450fad](https://github.com/chialab/loock/commit/a450fad228d751f6529fd70f9b738bfbc6ccd3d9)) +- re-adding the same disabled context ([a450fad](https://github.com/chialab/loock/commit/a450fad228d751f6529fd70f9b738bfbc6ccd3d9)) # [2.2.0](https://github.com/chialab/loock/compare/v2.1.0...v2.2.0) (2021-08-24) ### Bug Fixes -- attach and detach methods ([c9b5878](https://github.com/chialab/loock/commit/c9b5878b53fa22a1dceadeffc77f781787ccfd9d)) -- mixin events ([f875e83](https://github.com/chialab/loock/commit/f875e83fc5ea68e5823c5d9227e318d2fe4f89a0)) -- mixin typings ([810b029](https://github.com/chialab/loock/commit/810b02977bf58a38b8f3a1820b24c8893a37f601)) +- attach and detach methods ([c9b5878](https://github.com/chialab/loock/commit/c9b5878b53fa22a1dceadeffc77f781787ccfd9d)) +- mixin events ([f875e83](https://github.com/chialab/loock/commit/f875e83fc5ea68e5823c5d9227e318d2fe4f89a0)) +- mixin typings ([810b029](https://github.com/chialab/loock/commit/810b02977bf58a38b8f3a1820b24c8893a37f601)) ### Features -- disabled state ([0746519](https://github.com/chialab/loock/commit/074651931a2b0af3f3b524ced333686ac734d283)) +- disabled state ([0746519](https://github.com/chialab/loock/commit/074651931a2b0af3f3b524ced333686ac734d283)) diff --git a/package.json b/package.json index 29b6b3c..b3f3f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/loock", - "version": "4.0.0", + "version": "4.0.1", "description": "Refined keyboard navigation for websites and components.", "type": "module", "main": "dist/loock.cjs",