File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments