Skip to content

Releases: SymfonyCasts/sass-bundle

PHP 8.3 ready + Sass CLI options support

21 Dec 16:28
5b831bf

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

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

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

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

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

Bug fix: more reliable path checking of .scss file

13 Sep 14:44

Choose a tag to compare

Hi Sassers!

This release fixes a bug that could cause your final CSS file to include the source Sass contents, instead of the final compiled CSS.

  • Using realpath everywhere for consistent comparison by @weaverryan in #14

Full Changelog: v0.2.1...v0.2.2

Have fun!

Adding i586 windows machine support

13 Sep 14:10

Choose a tag to compare

Hi Sassers!

Just one small bug fix:

  • Added 'i586' to windows-x64 machine types. by @schugs4 in #12

New Contributors

Full Changelog: v0.2.0...v0.2.1

Have fun!

Added sourcemaps by default in debug mode

21 Aug 13:33

Choose a tag to compare

Hi!

Sourcemaps are included by default in dev mode. See #7

Changes: v0.1.2...v0.2.0

Cheers!

Fix for duplicate method

19 Aug 21:47

Choose a tag to compare

Hi there!

And... one more fix because I tagged too quickly :).

Changes: v0.1.1...v0.1.2

Cheers!

Fixing chmod error on download & Windows Support

19 Aug 21:45

Choose a tag to compare

Hi there!

Fixing a few errors, including Windows support.

Changes: v0.1.0...v0.1.1

Cheers!