react-cool-portal
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "react-cool-portal", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else.", | ||
@@ -44,2 +44,3 @@ "license": "MIT", | ||
"test": "jest", | ||
"test:update": "yarn test --updateSnapshot", | ||
"test:watch": "yarn test --watch", | ||
@@ -46,0 +47,0 @@ "test:cov": "yarn clean:cov && yarn test --coverage", |
@@ -152,3 +152,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). | ||
> ♻️ When no element in the container, we will auto remove it for you. Therefore, doesn't produce DOM mess. | ||
> 🧹 When no element in the container, we will remove it for you to avoid DOM mess. | ||
@@ -155,0 +155,0 @@ ## Contributors ✨ |
20702