api-viewer-element
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -19,2 +19,10 @@ # Change Log | ||
## [0.3.12] - 2020-02-06 | ||
### Changed | ||
- Docs: use white-space: pre-wrap for <pre> | ||
- Demo: make sure demo output clips content | ||
- Docs & demo: remove max-height from panels | ||
## [0.3.11] - 2020-02-04 | ||
@@ -21,0 +29,0 @@ |
@@ -11,4 +11,2 @@ import { __decorate } from "tslib"; | ||
width: 100%; | ||
max-height: 800px; | ||
overflow: auto; | ||
} | ||
@@ -15,0 +13,0 @@ |
@@ -42,2 +42,6 @@ import { css } from 'lit-element'; | ||
pre { | ||
white-space: pre-wrap; | ||
} | ||
a { | ||
@@ -187,2 +191,4 @@ color: var(--ave-link-color); | ||
text-align: initial; | ||
transform: translateZ(0); | ||
overflow: hidden; | ||
} | ||
@@ -189,0 +195,0 @@ |
{ | ||
"name": "api-viewer-element", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "Web Components API viewer element", | ||
@@ -5,0 +5,0 @@ "author": "Serhii Kulykov <iamkulykov@gmail.com>", |
@@ -150,3 +150,3 @@ # <api-viewer> | ||
#### `<template data-type="host">` | ||
#### `<template data-target="host">` | ||
@@ -163,3 +163,3 @@ Use "host" template to configure property values: | ||
#### `<template data-type="slot">` | ||
#### `<template data-target="slot">` | ||
@@ -166,0 +166,0 @@ Use "slot" template to configure complex content: |
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
204010
2227