Skip to content

Releases: SymfonyCasts/sass-bundle

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

Listener to PreAssetsCompileEvent & better exception handling

14 Nov 19:10
b97c274
Compare
Choose a tag to compare

Hello there!

A listener to PreAssetsCompileEvent was added. Also, provided a better exception handling

What's Changed

  • Better exception if the built file is not present by @weaverryan in #32
  • Add Listener to PreAssetsCompileEvent by @WebMamba in #22

Full Changelog: v0.2.3...v0.2.4

Bug fix: default value for embed_sourcemap config option

23 Oct 09:54
542b3c9
Compare
Choose a tag to compare

Hello there!

This release fixes a bug when the default real value is lost after the cache is warmed up for the embed_sourcemap config option. Also includes many tweaks to the docs.

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3