@microsoft/fast-element
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 13 Oct 2021 22:42:34 GMT", | ||
"date": "Sun, 31 Oct 2021 07:14:05 GMT", | ||
"tag": "@microsoft/fast-element_v1.6.2", | ||
"version": "1.6.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "update fast eslint package version", | ||
"author": "chhol@microsoft.com", | ||
"commit": "a150068ee196e73fe7a4f7b538a38752e0e506ba", | ||
"package": "@microsoft/fast-element" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 13 Oct 2021 22:45:16 GMT", | ||
"tag": "@microsoft/fast-element_v1.6.1", | ||
@@ -8,0 +23,0 @@ "version": "1.6.1", |
# Change Log - @microsoft/fast-element | ||
This log was last generated on Wed, 13 Oct 2021 22:42:34 GMT and should not be manually modified. | ||
This log was last generated on Sun, 31 Oct 2021 07:14:05 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.6.2 | ||
Sun, 31 Oct 2021 07:14:05 GMT | ||
### Patches | ||
- update fast eslint package version (chhol@microsoft.com) | ||
## 1.6.1 | ||
Wed, 13 Oct 2021 22:42:34 GMT | ||
Wed, 13 Oct 2021 22:45:16 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -170,3 +170,2 @@ import { DOM } from "../dom"; | ||
const binding = this.binding; | ||
/* eslint-disable-next-line */ | ||
this.binding = (s, c) => DOM.createHTML(binding(s, c)); | ||
@@ -173,0 +172,0 @@ } |
@@ -11,2 +11,3 @@ import { DOM } from "../dom"; | ||
*/ | ||
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */ | ||
export class ViewTemplate { | ||
@@ -107,3 +108,3 @@ /** | ||
const lastAttributeNameRegex = | ||
// eslint-disable-next-line no-control-regex | ||
/* eslint-disable-next-line no-control-regex */ | ||
/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/; | ||
@@ -110,0 +111,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Microsoft", |
Sorry, the diff of this file is too big to display
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
917604
21788