Skip to content

Commit 235db72

Browse files
committed
Release 0.10.0
1 parent c0d3a85 commit 235db72

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This 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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)