Skip to content

Commit c82c5b6

Browse files
committed
Release 0.11.0
1 parent 88e7a74 commit c82c5b6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
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.10.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/less-openui5/compare/v0.11.0...HEAD).
6+
7+
<a name="v0.11.0"></a>
8+
## [v0.11.0] - 2021-03-10
9+
### Breaking Changes
10+
- Only rewrite image paths for RTL-variant when files exist ([#162](https://github.com/SAP/less-openui5/issues/162)) [`88e7a74`](https://github.com/SAP/less-openui5/commit/88e7a7436fc7f197186c780a856bb9c6dff7c582)
11+
12+
### BREAKING CHANGE
13+
14+
This affects the output of the `rtl` (right-to-left) variant that is created by applying several mechanisms to create a mirrored variant of the CSS to be used in locales that use a right to left text direction.
15+
16+
One aspect is adopting urls which contain an `img` folder in the path.
17+
Before this change, all urls have been changed to use a `img-RTL` folder instead. This allows mirrored images to be used, but it also requires an images to be available on that path even when the original image should be used (e.g. for a logo).
18+
19+
With this change:
20+
- Urls are only adopted in case an `img-RTL` variant of that file exists
21+
- Urls with a protocol (http/https/data/...) or starting with a slash (`/`) are not adopted anymore
22+
623

724
<a name="v0.10.0"></a>
825
## [v0.10.0] - 2021-01-29
@@ -92,6 +109,7 @@ Only Node.js v10 or higher is supported.
92109
- Scope rule handling ([#92](https://github.com/SAP/less-openui5/issues/92)) [`89b56c1`](https://github.com/SAP/less-openui5/commit/89b56c1a975f53ea8e436878b07707f1fb061486)
93110

94111

112+
[v0.11.0]: https://github.com/SAP/less-openui5/compare/v0.10.0...v0.11.0
95113
[v0.10.0]: https://github.com/SAP/less-openui5/compare/v0.9.0...v0.10.0
96114
[v0.9.0]: https://github.com/SAP/less-openui5/compare/v0.8.7...v0.9.0
97115
[v0.8.7]: https://github.com/SAP/less-openui5/compare/v0.8.6...v0.8.7

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.10.0",
3+
"version": "0.11.0",
44
"description": "Build OpenUI5 themes with Less.js",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)