Skip to content

Releases: SymfonyCasts/sass-bundle

v0.9.0

02 Dec 14:43
3472f20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.9.0

v0.8.3

26 Aug 15:46
c6c4958

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2 : Housekeeping

13 Nov 21:54
99d9b3e

Choose a tag to compare

Hey Sass'ers!

Just a minor housekeeping release.

What's Changed

Full Changelog: v0.8.1...v0.8.2

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

17 Oct 10:48
4637a17

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

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

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

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

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

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

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