Skip to content

Releases: kriswallsmith/assetic

1.4.0

11 Nov 20:00
Compare
Choose a tag to compare
  • Add filter for Libsass-based Sassphp
  • Stop using APIs deprecated by Twig as of 1.27

1.3.2

17 Nov 08:39
Compare
Choose a tag to compare
  • Added support for symfony/process 3
  • Fixed the compatibility with Twig 2 due to a new deprecation
  • Fixed the support of legacy scssphp formatter class names, which have been removed from scssphp 0.5

1.3.1

17 Nov 08:36
Compare
Choose a tag to compare
  • Added support for lessphp options
  • Added a clean-css filter

1.3.0

31 Aug 21:31
Compare
Choose a tag to compare

Features

  • Added sourcemap (sass >= 3.3) support to SassFilter
  • Added support for import options in less
  • Allow to pass the precision for float numbers in the Sass filter
  • Make JSqueeze filter work with 1.x and 2.x
  • Added React JSX filter
  • Added SeparatorFilter
  • Make the Twig integration compatible with Twig 2.0

Bug fixes

  • Do not add empty load path as import path in the ScssphpFilter