Skip to content

Releases: wellyshen/react-cool-portal

v1.2.0

22 Oct 11:02
Compare
Choose a tag to compare
  • Feat: support conditionally ESC or click outside to hide the portal, see this example to learn more. (#753)

v1.1.1

18 May 05:40
Compare
Choose a tag to compare
  • Refactor(types): export more types to fulfill your use cases (#651)

v1.1.0

23 Mar 10:08
Compare
Choose a tag to compare
  • Feat: add new autoRemoveContainer option, see related doc

v1.0.26

09 Dec 15:49
Compare
Choose a tag to compare

v1.0.25

27 Oct 11:38
Compare
Choose a tag to compare
  • Perf: reduce bundle size

v1.0.23

20 Oct 16:50
Compare
Choose a tag to compare
  • Fix: better way to fix issue #390.

v1.0.22

20 Oct 12:58
Compare
Choose a tag to compare
  • Fix: Portal closed due to click the swapped content (#390)

v1.0.20

29 Sep 14:12
Compare
Choose a tag to compare
  • Skip minify for ES module.

v1.0.19

28 Sep 15:58
Compare
Choose a tag to compare
  • Refactor: remove un-necessary readonly from the type of return values.

v1.0.18

03 Sep 15:22
Compare
Choose a tag to compare
  • Enhance internal type checking.
  • Update document.
  • Update demo app.