Skip to content

Releases: EtienneMiret/sass-gradle-plugin

1.5.0

30 Jun 16:18
39e3392
Compare
Choose a tag to compare

Improvements:

  • Support for multi project builds no longer downloading sass once per project (#23).
  • When applying this plugin to multiple sub-projects (instead of the root one), sass is downloaded in the root .gradle (#24 (comment)).
  • Better support for the Gradle Kotlin DSL (#29).

Bug fixes:

1.4.2

17 Dec 17:37
7781503
Compare
Choose a tag to compare

Work around bug #23, but don't actually fix it.

1.4.1

10 Aug 17:26
f449ac4
Compare
Choose a tag to compare

Bug fixes:

  • Support ARM64 architecture in its default configuration (#22).

1.4.0

03 Jul 21:21
96994ce
Compare
Choose a tag to compare

New features:

  • Add switch to disable warnings (#19).
  • Handle arm64 architectures (#21).

1.3.0

23 Apr 17:25
a7b3557
Compare
Choose a tag to compare

New features:

  • Add switch to disable automatic copy to war (#17).

1.2.0

05 Mar 15:14
905b530
Compare
Choose a tag to compare

New features:

  • Allow output path within war customization (#15).

Improvements:

  • Dependencies upgrade (#16).
  • New default dart-sass version is 1.49.9 (9b7d5aa).

1.1.2

14 Jul 13:12
19b1ebb
Compare
Choose a tag to compare

Bug fixes:

  • Remove the need to delete ${projectDir}/.gradle/sass after changing sass version (#8).

1.1.1

01 Mar 17:17
f00314e
Compare
Choose a tag to compare

Bug fixes:

  • Sass version can actually be specified (#7)

Improvement:

  • Java version is checked before publishing plugin to avoid regressions on #5 (5e72c47)
  • Using lazy property evaluation (a34a2d3)

1.1.0

14 Feb 20:06
e459d6d
Compare
Choose a tag to compare

New features:

  • Support for --watch (#1)
  • Support Java 8+ projects (#5)
  • Default sass version updated to 1.24.4 (#3)

Breaking changes:

  • Now requires Gradle 6.0+

1.0.0

14 Feb 18:59
c3fcc17
Compare
Choose a tag to compare

Initial release.