@polymer/iron-image
Advanced tools
Comparing version 3.0.0-pre.6 to 3.0.0-pre.7
@@ -1,2 +0,4 @@ | ||
import '../polymer/polymer.js'; | ||
import { html } from '../polymer/polymer.js'; | ||
import { Polymer } from '../polymer/lib/legacy/polymer-fn.js'; | ||
import { resolveUrl } from '../polymer/lib/utils/resolve-url.js'; | ||
/** | ||
@@ -69,3 +71,3 @@ @license | ||
Polymer({ | ||
_template: Polymer.html` | ||
_template: html` | ||
<style> | ||
@@ -400,3 +402,3 @@ :host { | ||
_resolveSrc: function(testSrc) { | ||
var resolved = Polymer.ResolveUrl.resolveUrl(testSrc, this.$.baseURIAnchor.href); | ||
var resolved = resolveUrl(testSrc, this.$.baseURIAnchor.href); | ||
// NOTE: Use of `URL` was removed here because IE11 doesn't support | ||
@@ -403,0 +405,0 @@ // constructing it. If this ends up being problematic, we should |
{ | ||
"name": "@polymer/iron-image", | ||
"flat": true, | ||
"version": "3.0.0-pre.6", | ||
"version": "3.0.0-pre.7", | ||
"description": "An image-displaying element with lots of convenient features", | ||
@@ -21,8 +21,8 @@ "contributors": [ | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.6" | ||
"@polymer/polymer": "^3.0.0-pre.7" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.6", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.6", | ||
"@polymer/paper-styles": "^3.0.0-pre.6", | ||
"@polymer/iron-component-page": "^3.0.0-pre.7", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.7", | ||
"@polymer/paper-styles": "^3.0.0-pre.7", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
@@ -29,0 +29,0 @@ "@webcomponents/webcomponentsjs": "^1.0.0" |
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
61661
14
392