react-cool-portal
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "react-cool-portal", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,1 +1,3 @@ | ||
> ⚠️ This library is in-progress, API might changed rapidly. I don't recommend to use it now. If you'd like to give it a try, please follow the [release note](https://github.com/wellyshen/react-cool-portal/releases) for any change. Here's the [milestone](#milestone). | ||
# React Cool Portal | ||
@@ -19,3 +21,3 @@ | ||
## 🚧 This library is in-progress. Milestone as below: | ||
## Milestone | ||
@@ -27,2 +29,3 @@ - [x] Auto creating/removing the container of the portal | ||
- [x] Support clickOutsideToHide and escToHide interactions | ||
- [ ] Delay hide portal for animation (maybe...) | ||
- [ ] Server-side rendering compatibility | ||
@@ -29,0 +32,0 @@ - [ ] Unit testing |
18608
99