react-css-collapse
Advanced tools
Comparing version 4.0.5 to 4.0.6
# Changelog | ||
# 4.0.6 | ||
> February 26, 2020 | ||
* :bug: **Bugfix** Set overflow: visible; on initial render when isOpen is true. | ||
# 4.0.5 | ||
@@ -4,0 +8,0 @@ > February 26, 2020 |
@@ -62,2 +62,3 @@ "use strict"; | ||
setHeight('auto'); | ||
setOverflow('visible'); | ||
} else { | ||
@@ -64,0 +65,0 @@ setHeight(getHeight(content)); |
{ | ||
"name": "react-css-collapse", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Component-wrapper for collapse animation with css for elements with variable and dynamic height", | ||
@@ -5,0 +5,0 @@ "author": { |
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
27408
164