Releases: wellyshen/react-cool-onclickoutside
Releases · wellyshen/react-cool-onclickoutside
v1.6.2
- Refactor(types): export more types to fulfill your use cases (#717)
v1.6.1
- Fix: set multiple refs via option not working (#636) (#637)
v1.6.0
- Feat: supports detecting of
<iframe>
clicks, see the related doc, thanks to @bradvogel
v1.5.7
- Skip minify for ES module.
v1.5.6
- Enhance internal type checking.
- Update document.
- Update demo app.
v1.5.5
- Fix: error handling for the
classList
doesn't exist. (#343)
v1.5.3
- Fix:
classList
might not exist (#318).