This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree 6 files changed +26
-9
lines changed
6 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
...
4
4
5
+ ## 0.6.3 (2016-06-14)
6
+
7
+ ### Bugfixes
8
+
9
+ - Fixed bidirectionalization of ` @media ` rules.
10
+ - Fixed race condition + some embarrassing typos in Sass settings
11
+ (caused some includes to not be resolved)
12
+ - Merged SassC & ImageInlining transformers to avoid some errors
13
+ "Both {SassC on ..., ImageInlining on ...} emitted the same file."
14
+ - Switched hidden onlyCompileOutOfDateSass option's default to false (caused
15
+ pub to hang when used in combination with some other transformers)
16
+
17
+ ### Features
18
+
19
+ - Removed experimental ` scissors/src/checker/transformer ` , which feature was
20
+ integrated to the Dart Linter package from version 0.1.19.
21
+
5
22
## 0.6.2 (2016-06-02)
6
23
7
24
### Features
Original file line number Diff line number Diff line change 1
1
name : scissors_angular1_example
2
- version : 0.6.2
2
+ version : 0.6.3
3
3
dependencies :
4
4
angular : " >=1.1.2+2"
5
5
dev_dependencies :
6
- scissors : ^0.6.2
6
+ scissors : ^0.6.3
7
7
dart_to_js_script_rewriter : ^0.1.0
8
8
# template_cache_transformer: any
9
9
transformers :
Original file line number Diff line number Diff line change 1
1
name : scissors_angular2_example
2
- version : 0.6.2
2
+ version : 0.6.3
3
3
dependencies :
4
4
angular2 : 2.0.0-beta.12
5
5
browser : 0.10.0
6
6
dev_dependencies :
7
- scissors : ^0.6.2
7
+ scissors : ^0.6.3
8
8
dart_to_js_script_rewriter : ^0.1.0
9
9
transformers :
10
10
# Use this transformer instead to force-build all the css files upfront:
Original file line number Diff line number Diff line change 1
1
name : scissors_mirroring_example
2
- version : 0.6.2
2
+ version : 0.6.3
3
3
dependencies :
4
4
angular2 : 2.0.0-beta.12
5
5
browser : 0.10.0
6
6
dev_dependencies :
7
- scissors : ^0.6.2
7
+ scissors : ^0.6.3
8
8
dart_to_js_script_rewriter : ^0.1.0
9
9
transformers :
10
10
# Use css_mirroring_transformer as standalone.
Original file line number Diff line number Diff line change 1
1
name : scissors_permutations_example
2
- version : 0.6.2
2
+ version : 0.6.3
3
3
dependencies :
4
4
browser : 0.10.0
5
5
intl : any
6
6
dev_dependencies :
7
- scissors : ^0.6.2
7
+ scissors : ^0.6.3
8
8
transformers :
9
9
- $dart2js :
10
10
sourceMaps : true
Original file line number Diff line number Diff line change 1
1
name : scissors
2
- version : 0.6.2
2
+ version : 0.6.3
3
3
description : A CSS minifier / tree-shaker for AngularDart 1.x / Angular2.
4
4
authors :
5
5
-
Olivier Chafik <[email protected] >
You can’t perform that action at this time.
0 commit comments