Skip to content

Latest commit

 

History

History
268 lines (178 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

268 lines (178 loc) · 10.9 KB

Changelog

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

A list of unreleased changes can be found here.

v0.11.6 - 2023-01-23

Bug Fixes

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

v0.11.5 - 2022-12-12

Bug Fixes

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

v0.11.4 - 2022-12-01

Bug Fixes

v0.11.3 - 2022-11-30

Bug Fixes

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

v0.11.2 - 2021-06-28

Bug Fixes

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

v0.11.1 - 2021-03-17

Bug Fixes

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

v0.11.0 - 2021-03-10

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

v0.10.0 - 2021-01-29

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.

v0.9.0 - 2020-11-06

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.

v0.8.7 - 2020-06-26

Bug Fixes

  • Error handling for missing scoping files c7513a1

v0.8.6 - 2020-02-24

Bug Fixes

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

v0.8.5 - 2020-02-21

Features

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

v0.8.4 - 2020-02-10

Features

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

v0.8.3 - 2020-01-07

Bug Fixes

v0.8.2 - 2019-12-16

Bug Fixes

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

v0.8.1 - 2019-12-03

Bug Fixes

v0.8.0 - 2019-11-18

Breaking Changes

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

Bug Fixes

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

0.7.0 - 2019-10-30

Breaking Changes

  • Drop support for Node.js < 8.5 810962c

Bug Fixes

0.6.0 - 2018-09-10

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

0.5.4 - 2018-07-04

Fixes

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

All changes

0.5.3...0.5.4

0.5.3 - 2018-05-18

Fixes

  • Fix less error propagation #22
  • Fix inline theme parameters encoding for '#' #23

All changes

0.5.2...0.5.3

0.5.2 - 2018-03-26

Fixes

  • Fix reduced set of variables #20

All changes

0.5.1...0.5.2

0.5.1 - 2018-03-12

Fixes

  • Changed paths in variable collector to posix variant #19

All changes

0.5.0...0.5.1

0.5.0 - 2018-02-09

Features

  • Reduce collected variables to only add relevant ones #18

All changes

0.4.0...0.5.0

0.4.0 - 2017-12-13

Features

  • Add scope option #16
  • Add custom fs option #17

All changes

0.3.1...0.4.0

0.3.1 - 2017-03-28

Fixes

  • Performance workaround: Handle properties directly added to String proto #12

All changes

0.3.0...0.3.1

0.3.0 - 2017-03-23

Breaking changes

  • Drop support for Node.js v0.10 #5
  • Replace static build function with Builder class to enable caching of build results #10
  • Refactor options to also include input LESS string #6

Features

  • Added "lessInputPath" option to provide a path relative to the "rootPaths" #10
  • Added diffing and scoping to support Belize contrast areas #10
  • Analyze .theming files as theme scope indicators #10

All changes

0.2.0...0.3.0

0.2.0 - 2016-03-15

Breaking changes

  • Set default of parser option relativeUrls to true 00d892b

Features

  • Include inline theming parameters 4fa91b9

All changes

0.1.3...0.2.0