Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Releases: google/dart-scissors

sCiSSors v0.6.7

05 Dec 14:47
Compare
Choose a tag to compare

Features

  • Added Compass polyfills support for css-filters, css-placeholder, inline-block

sCiSSors v0.6.6

08 Nov 23:39
Compare
Choose a tag to compare

Features

  • scissors-sassc runner now supports Bazel.io workers (combo of --persistent_worker flag, @@args_file argument and proto-based standard input / output communication protocol with Bazel).

sCiSSors v0.6.5

16 Sep 17:20
Compare
Choose a tag to compare

Bugfixes

  • Made image inlining more robust (#53).
  • Fix sass aggregate transformer (skip non-scss files)

Features

  • New dart image inliner transformer + CLI

sCiSSors v0.6.4

30 Jun 12:40
Compare
Choose a tag to compare

Bugfixes

  • Fix skipping of image inlining for unaffected files (see issue #53)

sCiSSors v0.6.3+1

14 Jun 14:00
Compare
Choose a tag to compare

Switched some defaults around: pruneCss = false, imageInlining = inlineInlinedImages

sCiSSors v0.6.3

14 Jun 09:40
Compare
Choose a tag to compare

Bugfixes

  • Fixed bidirectionalization of @media rules.
  • Fixed race condition + some embarrassing typos in Sass settings
    (caused some includes to not be resolved)
  • Merged SassC & ImageInlining transformers to avoid some errors
    "Both {SassC on ..., ImageInlining on ...} emitted the same file."
  • Switched hidden onlyCompileOutOfDateSass option's default to false (caused
    pub to hang when used in combination with some other transformers)

Features

  • Removed experimental scissors/src/checker/transformer, which feature was
    integrated to the Dart Linter package from version 0.1.19.

sCiSSors v0.6.2

02 Jun 15:27
Compare
Choose a tag to compare

Features

  • Added experimental scissors/src/checker/transformer that detects unawaited futures.
    These extra static checks are slow, but prevent accidental fire-and-forget of
    futures within async method bodies.

sCiSSors v0.6.1+1

26 May 16:16
Compare
Choose a tag to compare

Strong-mode fixes

sCiSSors v0.6.1

26 May 12:44
Compare
Choose a tag to compare

Bugfixes

  • Fixed Bidi Css which had been wrongly simplified (issue #43)

sCiSSors v0.6.0

16 Mar 19:11
Compare
Choose a tag to compare

Bugfixes