less-openui5
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -0,1 +1,10 @@ | ||
# 0.5.4 (2018-07-04) | ||
### Fixes | ||
- Revert "Fix inline theme parameters encoding for '#'" [#26](https://github.com/SAP/less-openui5/pull/26) | ||
### All changes | ||
[`0.5.3...0.5.4`](https://github.com/SAP/less-openui5/compare/0.5.3...0.5.4) | ||
# 0.5.3 (2018-05-18) | ||
@@ -2,0 +11,0 @@ |
@@ -251,3 +251,3 @@ // Copyright 2018 SAP SE. | ||
// escape all chars that could cause problems with css parsers using URI-Encoding (% + HEX-Code) | ||
var escapedChars = "%{}()'\"\\#"; | ||
var escapedChars = "%{}()'\"\\"; | ||
for (var i = 0; i < escapedChars.length; i++) { | ||
@@ -254,0 +254,0 @@ var char = escapedChars.charAt(i); |
{ | ||
"name": "less-openui5", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Build OpenUI5 themes with Less.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
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
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
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
259161
162
5362