api-viewer-element
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -19,2 +19,8 @@ # Change Log | ||
## [0.2.3] - 2019-11-06 | ||
### Fixed | ||
- Element selector is now hidden if there is only one element | ||
## [0.2.2] - 2019-11-05 | ||
@@ -21,0 +27,0 @@ |
@@ -46,2 +46,3 @@ import { __decorate } from "tslib"; | ||
@selected-changed="${this._onSelect}" | ||
?hidden="${elements.length === 1}" | ||
></api-viewer-select> | ||
@@ -48,0 +49,0 @@ </api-viewer-header> |
@@ -14,2 +14,6 @@ import { __decorate } from "tslib"; | ||
} | ||
:host([hidden]) { | ||
display: none !important; | ||
} | ||
`; | ||
@@ -16,0 +20,0 @@ } |
{ | ||
"name": "api-viewer-element", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Web Components API viewer element", | ||
@@ -5,0 +5,0 @@ "author": "Serhii Kulykov <iamkulykov@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
202967
2449