This repository was archived by the owner on Sep 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- ### Bug fixes
2-
3- * The code generated for injecting a multi-token will now correctly inject a
4- provider that uses an existing directive with ` Visibility.local ` . This
5- previously failed if another existing directive with ` Visibility.all ` was
6- provided for the same multi-token, after the one with ` Visibility.local ` .
7-
81## 5.0.0-alpha+6
92
103### New features
@@ -234,6 +227,11 @@ class Comp {
234227* Fixed a case where provider fields weren't type annotated. In some cases
235228 this led to DDC warnings that are to become errors.
236229
230+ * The code generated for injecting a multi-token will now correctly inject a
231+ provider that uses an existing directive with `Visibility.local`. This
232+ previously failed if another existing directive with `Visibility.all` was
233+ provided for the same multi-token, after the one with `Visibility.local`.
234+
237235## 5.0.0-alpha+5
238236
239237### New features
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dependencies:
2323 build : ^0.12.0+1
2424 code_builder : ' ^3.0.1'
2525 csslib : ^0.14.1
26- dart_style : ^1.0.9
2726 path : ^1.5.1
2827 quiver : ' >=0.22.0 <0.29.0'
2928 source_gen : ^0.7.4+3
Original file line number Diff line number Diff line change @@ -13,17 +13,19 @@ dependencies:
1313 build : ^0.12.0
1414 code_builder : ^3.0.1
1515 collection : ^1.8.0
16+ dart_style : ^1.0.9
1617 logging : ' >=0.9.0 <0.12.0'
1718 meta : ^1.1.2
1819 path : ^1.5.1
1920 source_gen : ^0.7.4+3
21+ source_span : ^1.4.0
22+ stack_trace : ^1.9.1
2023
2124dev_dependencies :
2225 # This is here in order for it to be resolvable by the analyzer.
2326 # It is overrode in `dependency_overrides`.
2427 angular :
2528 build_test : ^0.10.0
26- dart_style : ^1.0.9
2729 test : ^0.12.30+1
2830
2931# === vvv REMOVE WHEN PUBLISHING vvv ===
You can’t perform that action at this time.
0 commit comments