Skip to content

Releases: SAP/less-openui5

v0.11.6

23 Jan 14:31
Compare
Choose a tag to compare

Bug Fixes

  • Switch to maintained fork of "css" package (#272) 0bb592d

All changes

v0.11.5...v0.11.6

v0.11.5

12 Dec 15:03
Compare
Choose a tag to compare

Bug Fixes

  • Revert "Switch to maintained fork of "css" package" (#261) 3b6c459

All changes

v0.11.4...v0.11.5

v0.11.4

01 Dec 12:12
Compare
Choose a tag to compare

Bug Fixes

All changes

v0.11.3...v0.11.4

v0.11.3

30 Nov 12:37
Compare
Choose a tag to compare

Bug Fixes

  • Switch to maintained fork of "css" package 0abe66a

All changes

v0.11.2...v0.11.3

v0.11.2

28 Jun 18:09
Compare
Choose a tag to compare

Bug Fixes

  • CSS Variables: Fix variable handling / relative urls (#172) 6ace17f

All changes

v0.11.1...v0.11.2

v0.11.1

17 Mar 14:28
Compare
Choose a tag to compare

Bug Fixes

  • Variables: Include variables defined in sub-directories (#160) 5568cd6

All changes

v0.11.0...v0.11.1

v0.11.0

10 Mar 08:04
Compare
Choose a tag to compare

Breaking Changes

  • Only rewrite image paths for RTL-variant when files exist (#162) 88e7a74

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...v0.11.0

v0.10.0

29 Jan 09:55
Compare
Choose a tag to compare

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...v0.10.0

v0.9.0

06 Nov 12:41
Compare
Choose a tag to compare

Breaking Changes

  • Remove support for import over http(s) e4a1c86
  • Require Node.js >= 10 47f244e

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.

All changes

v0.8.7...v0.9.0

v0.8.7

26 Jun 09:07
Compare
Choose a tag to compare

Bug Fixes

  • Error handling for missing scoping files c7513a1

All changes

v0.8.6...v0.8.7