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 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
4
4
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
+
6
17
7
18
<a name =" v0.9.0 " ></a >
8
19
## [ v0.9.0] - 2020-11-06
@@ -81,6 +92,7 @@ Only Node.js v10 or higher is supported.
81
92
- Scope rule handling ([ #92 ] ( https://github.com/SAP/less-openui5/issues/92 ) ) [ ` 89b56c1 ` ] ( https://github.com/SAP/less-openui5/commit/89b56c1a975f53ea8e436878b07707f1fb061486 )
82
93
83
94
95
+ [ v0.10.0 ] : https://github.com/SAP/less-openui5/compare/v0.9.0...v0.10.0
84
96
[ v0.9.0 ] : https://github.com/SAP/less-openui5/compare/v0.8.7...v0.9.0
85
97
[ v0.8.7 ] : https://github.com/SAP/less-openui5/compare/v0.8.6...v0.8.7
86
98
[ 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 1
1
{
2
2
"name" : " less-openui5" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " Build OpenUI5 themes with Less.js" ,
5
5
"author" : {
6
6
"name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments