1
- ## 0.5.0-beta
2
-
3
- This code is considered production quality, but depends on angular2:
4
- ^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
5
- api, not code quality (3.0.0-beta+1 is used in production Google apps).
6
-
1
+ ## 0.5.0-beta+1
2
+
3
+ This code is considered production quality, but depends on angular2:
4
+ ^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
5
+ api, not code quality (3.0.0-beta+1 is used in production Google apps).
6
+
7
+ * Fix link in CHANGELOG to old pub package.
8
+
9
+ ## 0.5.0-beta
10
+
11
+ This code is considered production quality, but depends on angular2:
12
+ ^3.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
13
+ api, not code quality (3.0.0-beta+1 is used in production Google apps).
14
+
7
15
* Rename library to angular_components.
8
-
9
- > All previous versions were published as the
10
- > [ Pub Package] ( https://pub.dartlang.org/packages/angular_components ) named
16
+
17
+ > All previous versions were published as the
18
+ > [ Pub Package] ( https://pub.dartlang.org/packages/angular2_components ) named
11
19
> ` angular2_components ` .
12
20
13
21
## 0.4.1-beta
@@ -32,7 +40,7 @@ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
32
40
* Add percent input directive.
33
41
* Material Multiline Input: Fix 'hint' typo in inputs list.
34
42
* Material Radio Group: Support deselecting all radio buttons for unmatched
35
- value.
43
+ value.
36
44
* Material Tooltip: Reduce delay.
37
45
* i18l improvements.
38
46
130
138
* Add Material Popup, a basic popup component.
131
139
* Update Material Checkbox icon size.
132
140
* Cleanup framework stabilizers since
133
- [ issue #24843 ] ( https://github.com/dart-lang/sdk/issues/24843 ) in the Dart
141
+ [ issue #24843 ] ( https://github.com/dart-lang/sdk/issues/24843 ) in the Dart
134
142
SDK has been resolved.
135
143
* Remove unused files.
136
144
0 commit comments