@elvia/elvis-box
Advanced tools
Comparing version 0.0.1-alpha to 0.0.1-beta.1
# Elvia Box Changelog | ||
## 1.0.0 (22.06.21) | ||
## 0.0.1-alpha (29.06.21) | ||
### New features | ||
- First version of Box | ||
- First version of Box, only working on react |
@@ -77,3 +77,7 @@ /* | ||
useEffect(() => { | ||
// Get slotted items from web component | ||
if (!webcomponent) { | ||
return; | ||
} // Get slotted items from web component | ||
if (boxContent.current && webcomponent.getSlot('content')) { | ||
@@ -80,0 +84,0 @@ boxContent.current.innerHTML = ''; |
{ | ||
"name": "@elvia/elvis-box", | ||
"version": "0.0.1-alpha", | ||
"version": "0.0.1-beta.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "web_component.js", |
Sorry, the diff of this file is not supported yet
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
65558
548