Skip to content

Latest commit

 

History

History
114 lines (59 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

114 lines (59 loc) · 5.66 KB

@primer/behaviors

1.5.1

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

1.5.0

Minor Changes

1.4.0

Minor Changes

1.3.6

Patch Changes

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

1.3.5

Patch Changes

1.3.4

Patch Changes

1.3.3

Patch Changes

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

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

1.3.1

Patch Changes

1.3.0

Minor Changes

1.2.0

Minor Changes

1.1.3

Patch Changes

1.1.2

Patch Changes

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

1.1.1

Patch Changes

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

1.1.0

Minor Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes