Skip to content

Releases: primer/behaviors

v1.5.1

16 Nov 23:26
9ff8c11
Compare
Choose a tag to compare

Patch Changes

  • #245 caf30c4 Thanks @pksjce! - When zoomed in, an overlay floating element should anchor itself properly instead of getting the top part cut off in the process

v1.5.0

01 Nov 13:45
f8d1a8e
Compare
Choose a tag to compare

Minor Changes

v1.4.0

25 Oct 13:25
0af3d6a
Compare
Choose a tag to compare

Minor Changes

v1.3.6

13 Oct 16:52
e1a8175
Compare
Choose a tag to compare

Patch Changes

  • #208 2042afc Thanks @EnixCoda! - Update anchored-position.ts to support handling elements outside of document.body in getClippingRect

v1.3.5

01 Jun 16:01
1229471
Compare
Choose a tag to compare

Patch Changes

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