Releases: primer/behaviors
Releases · primer/behaviors
v1.3.4
Patch Changes
- #195
bddd6c5
Thanks @keithamus! - Special case anchored-position calls on top-layer elements
v1.3.3
Patch Changes
- #180
eca845b
Thanks @colebemis! - FocusZone: If customfocusInStrategy
is defined, use it to initialize tabIndexes
v1.3.2
Patch Changes
- #176
5e74867
Thanks @jbrown1618! - Use a binary search to find the insertion index for new elements managed by the focus zone.
For a use case with 1000 elements managed by the focus zone, added one at a time (by react),
this takes us from 500,000 calls tocompareDocumentPosition
over 1000ms to 8,000 calls
over 16ms.
v1.3.1
Patch Changes
- #155
b14b5ac
Thanks @colebemis! - focusZone: Add Backspace key to list of FocusKeys
v1.3.0
Minor Changes
- #152
afaf380
Thanks @colebemis! - focusZone: AddpreventScroll
option
v1.2.0
v1.1.3
Patch Changes
- #93
e5aaf68
Thanks @siddharthkp! - Anchored position: Add check for boundary collision on left side
v1.1.2
Patch Changes
- #78
62e5459
Thanks @siddharthkp! - Anchored Position: Add alternative alignments to flip to if there isn't enough space
v1.1.1
v1.1.0
Minor Changes
- #52
1aa3027
Thanks @owenniblock! - Update focusTrap to use new methodology after accessibility discussions