Skip to content

Releases: primer/behaviors

v1.3.4

11 May 09:54
db22925
Compare
Choose a tag to compare

Patch Changes

v1.3.3

08 Feb 23:46
8f3bc3e
Compare
Choose a tag to compare

Patch Changes

  • #180 eca845b Thanks @colebemis! - FocusZone: If custom focusInStrategy is defined, use it to initialize tabIndexes

v1.3.2

06 Feb 20:44
b96aa97
Compare
Choose a tag to compare

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 to compareDocumentPosition over 1000ms to 8,000 calls
    over 16ms.

v1.3.1

01 Nov 01:12
f9320ad
Compare
Choose a tag to compare

Patch Changes

v1.3.0

20 Oct 22:00
845b1b5
Compare
Choose a tag to compare

Minor Changes

v1.2.0

29 Aug 15:59
1413e2a
Compare
Choose a tag to compare

Minor Changes

v1.1.3

02 May 21:42
98a21da
Compare
Choose a tag to compare

Patch Changes

v1.1.2

19 Apr 09:50
fdaff75
Compare
Choose a tag to compare

Patch Changes

  • #78 62e5459 Thanks @siddharthkp! - Anchored Position: Add alternative alignments to flip to if there isn't enough space

v1.1.1

28 Mar 20:59
0528bd3
Compare
Choose a tag to compare

Patch Changes

  • #73 a96d60f Thanks @dgreif! - Add import conditional export type to the package for better NodeJS ESM compatibility

v1.1.0

17 Feb 16:41
f799310
Compare
Choose a tag to compare

Minor Changes