Releases: wellyshen/react-cool-portal
Releases · wellyshen/react-cool-portal
v1.2.0
- Feat: support conditionally ESC or click outside to hide the portal, see this example to learn more. (#753)
v1.1.1
- Refactor(types): export more types to fulfill your use cases (#651)
v1.1.0
- Feat: add new
autoRemoveContainer
option, see related doc
v1.0.23
- Fix: better way to fix issue #390.
v1.0.22
- Fix: Portal closed due to click the swapped content (#390)
v1.0.20
- Skip minify for ES module.
v1.0.19
- Refactor: remove un-necessary
readonly
from the type of return values.
v1.0.18
- Enhance internal type checking.
- Update document.
- Update demo app.