File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
44
5- A list of unreleased changes can be found [ here] ( https://github.com/SAP/less-openui5/compare/v0.9.0...HEAD ) .
5+ A list of unreleased changes can be found [ here] ( https://github.com/SAP/less-openui5/compare/v0.10.0...HEAD ) .
6+
7+ <a name =" v0.10.0 " ></a >
8+ ## [ v0.10.0] - 2021-01-29
9+ ### Breaking Changes
10+ - ** Security:** Disable JavaScript execution in Less.js [ ` c0d3a85 ` ] ( https://github.com/SAP/less-openui5/commit/c0d3a8572974a20ea6cee42da11c614a54f100e8 )
11+
12+ ### BREAKING CHANGE
13+
14+ Parser option ` javascriptEnabled ` has been removed. JavaScript is always
15+ disabled and cannot be enabled.
16+
617
718<a name =" v0.9.0 " ></a >
819## [ v0.9.0] - 2020-11-06
@@ -81,6 +92,7 @@ Only Node.js v10 or higher is supported.
8192- Scope rule handling ([ #92 ] ( https://github.com/SAP/less-openui5/issues/92 ) ) [ ` 89b56c1 ` ] ( https://github.com/SAP/less-openui5/commit/89b56c1a975f53ea8e436878b07707f1fb061486 )
8293
8394
95+ [ v0.10.0 ] : https://github.com/SAP/less-openui5/compare/v0.9.0...v0.10.0
8496[ v0.9.0 ] : https://github.com/SAP/less-openui5/compare/v0.8.7...v0.9.0
8597[ v0.8.7 ] : https://github.com/SAP/less-openui5/compare/v0.8.6...v0.8.7
8698[ v0.8.6 ] : https://github.com/SAP/less-openui5/compare/v0.8.5...v0.8.6
Original file line number Diff line number Diff line change 11{
22 "name" : " less-openui5" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "description" : " Build OpenUI5 themes with Less.js" ,
55 "author" : {
66 "name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments