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+
715 * 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
1119> ` angular2_components ` .
1220
1321## 0.4.1-beta
@@ -32,7 +40,7 @@ api, not code quality (3.0.0-alpha+1 is used in production Google apps).
3240 * Add percent input directive.
3341 * Material Multiline Input: Fix 'hint' typo in inputs list.
3442 * Material Radio Group: Support deselecting all radio buttons for unmatched
35- value.
43+ value.
3644 * Material Tooltip: Reduce delay.
3745 * i18l improvements.
3846
130138 * Add Material Popup, a basic popup component.
131139 * Update Material Checkbox icon size.
132140 * 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
134142 SDK has been resolved.
135143 * Remove unused files.
136144
0 commit comments