Releases: primer/behaviors
Releases · primer/behaviors
v1.8.0
v1.7.2
Patch Changes
- #429
4b729b0
Thanks @TylerJDev! - Adds mutation observer tofocus-trap
to ensure sentinel elements are always in the correct position
v1.7.1
Patch Changes
- #421
fd1419a
Thanks @joshblack! - Remove optionalDependencies from npm package
v1.7.0
Minor Changes
- #400
67215a5
Thanks @joshblack! - Update the output of the package to correctly map "import" conditions to ESM
v1.6.0
Minor Changes
- #263
5d7e0b1
Thanks @TylerJDev! - Adjusts mutation observer to now trackhidden
anddisabled
attributes being applied or removed.
Patch Changes
- #399
3a3cd61
Thanks @JelloBagel! - Fix bug found when removing nodes in a focus zone with strict mode enabled
v1.5.1
v1.5.0
Minor Changes
- #241
cb98837
Thanks @JelloBagel! - Add support for contenteditable to iterateFocusableElements
v1.4.0
Minor Changes
- #235
7a7faa9
Thanks @JelloBagel! - Add IterateFocusableElements options to focusZone