Releases: EtienneMiret/sass-gradle-plugin
Releases · EtienneMiret/sass-gradle-plugin
1.6.0
22 Oct 20:54
Compare
Sorry, something went wrong.
No results found
New features:
Support Gradle build cache (#44 )
Allow specification of custom entry points (#30 )
Bug fixes:
Changes inside loadPath directories are now picked up by Gradle incremental build (#46 )
1.5.2
16 Jan 17:50
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Gradle configuration cache not supported (#40 )
1.5.1
01 Oct 20:03
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Fix warning due to enums accessibility (#36 ).
1.5.0
30 Jun 16:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Work around bug #23 , but don't actually fix it.
1.4.1
10 Aug 17:26
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Support ARM64 architecture in its default configuration (#22 ).
1.4.0
03 Jul 21:21
Compare
Sorry, something went wrong.
No results found
New features:
Add switch to disable warnings (#19 ).
Handle arm64 architectures (#21 ).
1.3.0
23 Apr 17:25
Compare
Sorry, something went wrong.
No results found
New features:
Add switch to disable automatic copy to war (#17 ).
1.2.0
05 Mar 15:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Remove the need to delete ${projectDir}/.gradle/sass after changing sass version (#8 ).