Skip to content

Commit b1723ca

Browse files
committed
0.3.0
1 parent e5c331b commit b1723ca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.3.0 (2017-03-23)
2+
3+
### Breaking changes
4+
- Drop support for Node.js v0.10 [#5](https://github.com/SAP/less-openui5/pull/5)
5+
- Replace static `build` function with `Builder` class to enable caching of build results [#10](https://github.com/SAP/less-openui5/pull/10)
6+
- Refactor options to also include input LESS string [#6](https://github.com/SAP/less-openui5/pull/6)
7+
8+
### Features
9+
- Added "lessInputPath" option to provide a path relative to the "rootPaths" [#10](https://github.com/SAP/less-openui5/pull/10)
10+
- Added diffing and scoping to support Belize contrast areas [#10](https://github.com/SAP/less-openui5/pull/10)
11+
- Analyze .theming files as theme scope indicators [#10](https://github.com/SAP/less-openui5/pull/10)
12+
13+
### All changes
14+
[`0.2.0...0.3.0`](https://github.com/SAP/less-openui5/compare/0.2.0...0.3.0)
15+
16+
117
# 0.2.0 (2016-03-15)
218

319
### Breaking changes

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.2.0",
3+
"version": "0.3.0",
44
"description": "Build OpenUI5 themes with Less.js",
55
"scripts": {
66
"lint": "eslint lib test",

0 commit comments

Comments
 (0)