Skip to content

Releases: ibnlanre/portal

0.0.7

12 Jun 01:24
Compare
Choose a tag to compare

Issues Fixed

  • The previous versions used the passed state, rather than the stored state.
  • This means that in the case where usePortal is being used in a custom hook, the state would initially reset itself to its initial state, before recalculating the state coming from the setter function

0.0.5

02 Jun 10:28
Compare
Choose a tag to compare

Fixed errors with module visibility

  • removed .mjs extension from package.json
  • delayed updating the providers till component mount

0.0.3

02 Jun 08:49
Compare
Choose a tag to compare

Bundled the package as an ESM. Includes the following

  • .mjs file for @ibnlanre/portal

0.0.1

02 Jun 02:38
Compare
Choose a tag to compare

First stable release. Includes utilities:

  • PortalProvider
  • usePortal