Skip to content

v1.3.2

Compare
Choose a tag to compare
@primer-css primer-css released this 06 Feb 20:44
· 405 commits to main since this release
b96aa97

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.