npm focus-trap-react 9.0.0
v9.0.0

latest releases: 11.0.4, 11.0.3, 11.0.2...
3 years ago

Major Changes

  • 4a77d87: Stop using the infamous findDOMNode() on provided containerElements.
    • There seems to have been no good reason for this as this prop, if specified, is already required to be an array of HTMLElement references, which means these nodes have already been rendered (if they were once React elements). There appears to have been no remaining need for this API.
    • Furthermore, the minimum supported version of React is now 16.3 as it technically has been for a while now since that is the version that introduced callback refs, which we've been using for quite some time now (so this bump will hopefully not cause any ripples).

Don't miss a new focus-trap-react release

NewReleases is sending notifications on new releases.