Skip to content

Releases: SymfonyCasts/sass-bundle

v0.8.1 : Do not conflict with PHPUnit 10+ anymore

17 Oct 10:48
4637a17
Compare
Choose a tag to compare

No more conflict with PHPUnit 10+. Thanks @justim for reporting it!

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0 : Automatic detection of Sass binary installed in the system

11 Oct 12:40
bcf4112
Compare
Choose a tag to compare

Hi there!

Now the bundle will automatically try to detect a Sass binary installed in the system before start downloading a new one. If the binary is detected - no downloads, the bundle will just use it. See #75 for more details.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Add support for additional load paths

22 May 15:02
d88601c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

Allow custom root_sass to be relative paths

26 Feb 10:12
aa47da8
Compare
Choose a tag to compare

What's Changed

  • Allow custom root_sass to be relative paths by @wryk in #64

New Contributors

  • @wryk made their first contribution in #64

Full Changelog: v0.5.2...v0.6.0

Public method signature changes are a non-factor & docs tweaks

20 Feb 11:53
29eef1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

Fix disabling source map

18 Jan 09:59
ab60d02
Compare
Choose a tag to compare

What's Changed

  • doc: fix typo by @kbond in #57
  • Fix other options are forbidden when --no-source-map by @smnandre in #59

Full Changelog: v0.5.0...v0.5.1

Sass bumped to 1.69.7 that adds Alpine Linux distribution support

05 Jan 17:22
50bc699
Compare
Choose a tag to compare

Hi there!

Alpine Linux distribution support is here! Sass binary version was bumped to the latest 1.69.7. The root_sass can be set to a simple string instead of array.

What's Changed

  • [DOC] : Add note for alpine issue by @LaurentSanson in #50
  • Allow string in 'root_sass' configuration by @smnandre in #54
  • Update section Source Sass file in the documentation by @makraz in #52
  • Simplify sass_root config for to allow array by @makraz in #55
  • doc: add section showing how to use as a Symfony CLI worker by @kbond in #56
  • [BINARY] : Bump binary to 1.69.7 by @LaurentSanson in #51

New Contributors

Full Changelog: v0.4.0...v0.5.0

PHP 8.3 ready + Sass CLI options support

21 Dec 16:28
5b831bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Add Symfony 7 support

22 Nov 17:39
8acdac8
Compare
Choose a tag to compare

Hello there!

Symfony 7 support is here now!

What's Changed

Full Changelog: v0.2.5...v0.3.0

PreAssetsCompileEventListener fix & config validation

17 Nov 10:35
8a95d53
Compare
Choose a tag to compare

Hey there!

PreAssetsCompileEventListener got a config fix & root_sass config key validation added!

What's Changed

Full Changelog: v0.2.4...v0.2.5