|
| 1 | +## 0.3.0-alpha |
| 2 | + |
| 3 | +This code is considered production quality, but depends on angular2: 3.0.0-alpha. |
| 4 | +The alpha tag represents the evolving nature of the AngularDart api. |
| 5 | + |
| 6 | + * Add Material Tooltip. |
| 7 | + * Material Ripple: |
| 8 | + * Add GPU acceleration. |
| 9 | + * `rippleBindings` have been removed as they are no longer used. |
| 10 | + * Internal updates for compatibility with Angular 3.0.0-alpha. |
| 11 | + * Material Expansion Panel: |
| 12 | + * Fix CSS rule that causes header text to turn gray on hover/focus. |
| 13 | + * Support auto-focus on a content element when the material expansion panel expands. |
| 14 | + * Fix Yes/No button ordering. |
| 15 | + * Material Input: |
| 16 | + * Add a blur update value accessor. |
| 17 | + * Add multiple attribute. |
| 18 | + * Remove unused properties: rows and maxRows. |
| 19 | + * Material Input Multiline: Add auto grow in size. |
| 20 | + * Material Popup: Update change detection for OnPush. |
| 21 | + * Material Progress: Update to animate when main thread is blocked. |
| 22 | + * Material Radio: Adjust size to 24px. |
| 23 | + * Material Yes/No: Add toggle for yes button visibility. |
| 24 | + * Scorecard: Update change detection. |
| 25 | + * Fix flipped alignment positions when isRtl is used. |
| 26 | + * Fix popup event handling. |
| 27 | + * Remove 'uninitialized' as a default value. |
| 28 | + * Remove unused CSS rules. |
| 29 | + * Update styles to meet Material UI spec. |
| 30 | + * Bug fixes. |
| 31 | + * Strong Mode fixes. |
| 32 | + |
1 | 33 | ## 0.2.2 |
2 | 34 |
|
3 | 35 | * Add Material Popup, a basic popup component. |
4 | 36 | * Update Material Checkbox icon size. |
5 | | - * Cleanup framework stabilizers since [issue #24843](https://github.com/dart-lang/sdk/issues/24843) |
| 37 | + * Cleanup framework stabilizers since [issue #24843](https://github.com/dart-lang/sdk/issues/24843) |
6 | 38 | in the Dart SDK has been resolved. |
7 | 39 | * Remove unused files. |
8 | 40 |
|
|
15 | 47 |
|
16 | 48 | * Add a modal dialog window called material_dialog. |
17 | 49 | * Rename MultilineMaterialInputComponent to MaterialMultilineInputComponent. |
18 | | -* Make the deferredContent placeholder element optional, off by default. |
| 50 | +* Make the deferredContent placeholder element optional, off by default. |
19 | 51 | * Remove InputTextModel. |
20 | 52 | * Cleanup linter warnings. |
21 | 53 | * Refactor color support. |
|
0 commit comments