react-shadow-root
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "react-shadow-root", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Adds a shadow root to React components", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -58,3 +58,3 @@ # react-shadow-root | ||
### Static properties | ||
### Static Properties | ||
| Name | Description | | ||
@@ -82,4 +82,4 @@ |------|-------------| | ||
- A minimum of React 16 is required. | ||
- Not all browsers support the shadow DOM. Click [here](https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow#Browser_compatibility) for current browser support. | ||
- Not all HTML elements support the shadow DOM. Click [here](https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow#Elements_you_can_attach_a_shadow_to) for more information. | ||
- Works in all modern browsers except non-Chromium Edge. Click [here](https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow#Browser_compatibility) for current browser support. | ||
- Not all HTML elements allow you to attach a shadow root. Click [here](https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow#Elements_you_can_attach_a_shadow_to) for more information. | ||
- It has been tested with the Context API introduced in React 16.3.0 and it worked fine. It has not been tested with the previous API. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22784