Skip to content

Releases: baldwin-agency/magento2-module-less-js-compiler

1.7.1

09 Apr 15:47
Compare
Choose a tag to compare

New

  • Added compatibility with PHP 8.4 and also tested the module with Magento 2.4.8 (8641aa3)

1.7.0

17 Jul 12:25
Compare
Choose a tag to compare

New

  • New configuration option throw_on_error (default: false), see README file
  • Throw error when less file or generated css file is empty, fixes #8
  • Reduced size of archive which gets downloaded by composer, see #12, thanks @piotrkwiecinski!

Bugfixes

  • Stop outputting less linting errors on the first line of the generated css, fixes #11, see #13, thanks @piotrkwiecinski!

1.6.0

17 Jun 15:20
Compare
Choose a tag to compare

New

  • Added new configurations where you now have the ability in the app/etc/config.php or app/etc/env.php file to overwrite the default arguments we send to the lessc and node commands, fixes #9

Updated

  • Modernised the version of less.js we recommend to install in our README file from v1 to v3
  • Improved escaping of arguments