Releases: SAP/less-openui5
v0.11.6
v0.11.5
Bug Fixes
All changes
v0.11.4
Bug Fixes
All changes
v0.11.3
v0.11.2
Bug Fixes
All changes
v0.11.1
Bug Fixes
All changes
v0.11.0
Breaking Changes
BREAKING CHANGE
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.
One aspect is adopting urls which contain an img
folder in the path.
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).
With this change:
- Urls are only adopted in case an
img-RTL
variant of that file exists - Urls with a protocol (http/https/data/...) or starting with a slash (
/
) are not adopted anymore
All changes
v0.10.0
Breaking Changes
- Security: Disable JavaScript execution in Less.js
c0d3a85
BREAKING CHANGE
Parser option javascriptEnabled
has been removed. JavaScript is always
disabled and cannot be enabled.
All changes
v0.9.0
Breaking Changes
BREAKING CHANGE
Import over http(s) is not supported anymore.
Use the Builder 'fs' option to provide an interface that also handles
http(s) resources.
Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.