@open-wc/scoped-elements
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.1...@open-wc/scoped-elements@1.1.2) (2020-07-08) | ||
**Note:** Version bump only for package @open-wc/scoped-elements | ||
## [1.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.0...@open-wc/scoped-elements@1.1.1) (2020-04-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@open-wc/scoped-elements", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"publishConfig": { | ||
@@ -42,7 +42,7 @@ "access": "public" | ||
"dependencies": { | ||
"@open-wc/dedupe-mixin": "^1.2.17", | ||
"@open-wc/dedupe-mixin": "^1.2.18", | ||
"lit-html": "^1.0.0" | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "11053d638d9d6882d647550f7e1e5999b62552fb" | ||
"gitHead": "72c70d66fcc65b6395442a177a1a5220d261e8bf" | ||
} |
@@ -0,1 +1,9 @@ | ||
--- | ||
permalink: 'scoped-elements/index.html' | ||
title: Scoped elements | ||
section: guides | ||
tags: | ||
- guides | ||
--- | ||
# Scoped elements | ||
@@ -330,13 +338,1 @@ | ||
This package was initially inspired by [carehtml](https://github.com/bashmish/carehtml) and we would like to thank [@bashmish](https://github.com/bashmish) for his work on it. | ||
<script> | ||
export default { | ||
mounted() { | ||
const editLink = document.querySelector('.edit-link a'); | ||
if (editLink) { | ||
const url = editLink.href; | ||
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/scoped-elements/README.md'; | ||
} | ||
} | ||
} | ||
</script> |
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
47222
338