Releases: wellyshen/react-cool-onclickoutside
Releases · wellyshen/react-cool-onclickoutside
v1.5.0
💥 BREAKING CHANGE
- Support built-in
ref
, please follow the example to migrate it.
- Support custom
refs
for some reasons.
- Performance improvement.
v1.4.8
- Correct the type of callback.
v1.4.0
- Support ignore by CSS class name, see here.
v1.2.0
🚨Breaking Change
To cover more use cases (e.g. shared ref
), now we need to set the ref
parameter to use this hook. See API.