@polymer/lit-element
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -20,2 +20,6 @@ # Change Log | ||
## [0.6.4] - 2018-11-30 | ||
### Changed | ||
* Update lit-html dependency to ^0.14.0 ([#324](https://github.com/Polymer/lit-element/pull/324)). | ||
## [0.6.3] - 2018-11-08 | ||
@@ -22,0 +26,0 @@ ### Changed |
@@ -37,3 +37,3 @@ /** | ||
*/ | ||
export declare const customElement: (tagName: "object" | "a" | "abbr" | "acronym" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "dfn" | "dir" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "font" | "footer" | "form" | "frame" | "frameset" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "isindex" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "listing" | "map" | "mark" | "marquee" | "menu" | "meta" | "meter" | "nav" | "nextid" | "nobr" | "noframes" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "plaintext" | "pre" | "progress" | "q" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "small" | "source" | "span" | "strike" | "strong" | "style" | "sub" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "tt" | "u" | "ul" | "var" | "video" | "wbr" | "xmp") => (clazz: Constructor<HTMLElement>) => any; | ||
export declare const customElement: (tagName: "object" | "a" | "abbr" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dir" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "font" | "footer" | "form" | "frame" | "frameset" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "link" | "map" | "mark" | "marquee" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "small" | "source" | "span" | "strong" | "style" | "sub" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr") => (clazz: Constructor<HTMLElement>) => any; | ||
/** | ||
@@ -40,0 +40,0 @@ * A property decorator which creates a LitElement property which reflects a |
@@ -39,5 +39,4 @@ /** | ||
* trigger the element to update. | ||
* @returns {TemplateResult} Must return a lit-html TemplateResult. | ||
*/ | ||
protected render(): void; | ||
protected render(): TemplateResult | void; | ||
} |
@@ -39,3 +39,2 @@ /** | ||
* trigger the element to update. | ||
* @returns {TemplateResult} Must return a lit-html TemplateResult. | ||
*/ | ||
@@ -42,0 +41,0 @@ render() { } |
{ | ||
"name": "@polymer/lit-element", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Polymer based lit-html custom element", | ||
@@ -38,8 +38,8 @@ "license": "BSD-3-Clause", | ||
"uglify-es": "^3.3.9", | ||
"wct-browser-legacy": "^1.0.1", | ||
"web-component-tester": "^6.8.0" | ||
"wct-mocha": "^1.0.0", | ||
"web-component-tester": "^6.9.0" | ||
}, | ||
"typings": "lit-element.d.ts", | ||
"dependencies": { | ||
"lit-html": "^0.13.0" | ||
"lit-html": "^0.14.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "publishConfig": { |
@@ -10,3 +10,3 @@ > ## 🛠 Status: In Development | ||
## A simple base class for creating custom elements rendered with lit-html. | ||
## A simple base class for creating fast, lightweight web components | ||
@@ -13,0 +13,0 @@ LitElement uses [lit-html](https://github.com/Polymer/lit-html) to render into the |
@@ -54,5 +54,4 @@ /** | ||
* trigger the element to update. | ||
* @returns {TemplateResult} Must return a lit-html TemplateResult. | ||
*/ | ||
protected render() {} | ||
protected render(): TemplateResult|void {} | ||
} |
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
466616
61
6218
+ Addedlit-html@0.14.0(transitive)
- Removedlit-html@0.13.0(transitive)
Updatedlit-html@^0.14.0