less-openui5
Advanced tools
Changelog
[v0.11.0] - 2021-03-10
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:
img-RTL
variant of that file exists/
) are not adopted anymore<a name="v0.10.0"></a>
Changelog
[v0.9.0] - 2020-11-06
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.
<a name="v0.8.7"></a>