less-openui5

Build OpenUI5 themes with Less.js.

APACHE-2.0 License

Downloads
519.9K
Stars
29
Committers
14

Bot releases are visible (Hide)

less-openui5 - v0.11.6 Latest Release

Published by openui5bot over 1 year ago

Bug Fixes

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

All changes

v0.11.5...v0.11.6

less-openui5 - v0.11.5

Published by openui5bot almost 2 years ago

Bug Fixes

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

All changes

v0.11.4...v0.11.5

less-openui5 - v0.11.4

Published by openui5bot almost 2 years ago

Bug Fixes

All changes

v0.11.3...v0.11.4

less-openui5 - v0.11.3

Published by openui5bot almost 2 years ago

Bug Fixes

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

All changes

v0.11.2...v0.11.3

less-openui5 - v0.11.2

Published by openui5bot over 3 years ago

Bug Fixes

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

All changes

v0.11.1...v0.11.2

less-openui5 - v0.11.1

Published by openui5bot over 3 years ago

Bug Fixes

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

All changes

v0.11.0...v0.11.1

less-openui5 - v0.11.0

Published by openui5bot over 3 years ago

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

less-openui5 - v0.10.0

Published by openui5bot over 3 years ago

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

less-openui5 - v0.9.0

Published by openui5bot almost 4 years ago

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

less-openui5 - v0.8.7

Published by openui5bot over 4 years ago

Bug Fixes

  • Error handling for missing scoping files c7513a1

All changes

v0.8.6...v0.8.7

less-openui5 - v0.8.6

Published by openui5bot over 4 years ago

Bug Fixes

  • CSS var assignment only for less to less vars (#116) 2e9560d

All changes

v0.8.5...v0.8.6

less-openui5 - v0.8.5

Published by openui5bot over 4 years ago

Features

  • Keep linking of less vars for css vars (#115) 3f99e9d

All changes

v0.8.4...v0.8.5

less-openui5 - v0.8.4

Published by openui5bot over 4 years ago

Features

  • Add experimental CSS variables and skeleton build (#108) e6d8503

All changes

v0.8.3...v0.8.4

less-openui5 - v0.8.3

Published by openui5bot almost 5 years ago

Bug Fixes

All changes

v0.8.2...v0.8.3

less-openui5 - v0.8.2

Published by openui5bot almost 5 years ago

Bug Fixes

  • Support absolute import paths in less files (#107) 266b06d

All changes

v0.8.1...v0.8.2

less-openui5 - v0.8.1

Published by openui5bot almost 5 years ago

Bug Fixes

All changes

v0.8.0...v0.8.1

less-openui5 - v0.8.0

Published by openui5bot almost 5 years ago

Breaking Changes

  • Remove support for 'sourceMap' / 'cleancss' options 3f234c8

Bug Fixes

  • Apply less.js fix for import race condition 694f6c4

All changes

0.7.0...v0.8.0

less-openui5 - 0.7.0

Published by matz3 almost 5 years ago

Breaking changes

  • Drop unsupported Node.js versions. Now requires >= 8.5 #94

Fixes

  • Scope rule handling #92
  • Add inline parameters on empty CSS #96

All changes

0.6.0...0.7.0

less-openui5 - 0.6.0

Published by matz3 about 6 years ago

Breaking changes

  • Drop unsupported Node.js versions. Now requires >= 6 #45

Fixes

  • Again, fix inline theme parameters encoding for '#' #48

All changes

0.5.4...0.6.0

less-openui5 - 0.5.4

Published by matz3 over 6 years ago

Fixes

  • Revert "Fix inline theme parameters encoding for '#'" #26

All changes

0.5.3...0.5.4

Package Rankings
Top 2.71% on Npmjs.org
Badges
Extracted from project README
REUSE status Build Status NPM Version
Related Projects