React Cool Portal Versions Save

😎 🍒 React hook for Portals, which renders modals, dropdowns, tooltips etc. to or else.

v1.2.0

2 years ago
  • Feat: support conditionally ESC or click outside to hide the portal, see this example to learn more. (#753)

v1.1.1

2 years ago
  • Refactor(types): export more types to fulfill your use cases (#651)

v1.1.0

3 years ago
  • Feat: add new autoRemoveContainer option, see related doc

v1.0.26

3 years ago

v1.0.25

3 years ago
  • Perf: reduce bundle size

v1.0.23

3 years ago
  • Fix: better way to fix issue #390.

v1.0.22

3 years ago
  • Fix: Portal closed due to click the swapped content (#390)

v1.0.20

3 years ago
  • Skip minify for ES module.

v1.0.19

3 years ago
  • Refactor: remove un-necessary readonly from the type of return values.

v1.0.18

3 years ago
  • Enhance internal type checking.
  • Update document.
  • Update demo app.