|
1 | | -## 0.6.0-alpha |
2 | | - |
3 | | - This code is considered production quality, but depends on angular: |
4 | | - 4.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart |
5 | | - api, not code quality (4.0.0-alpha is used in production Google apps). |
6 | | - |
| 1 | +## 0.6.0-alpha+1 |
| 2 | + |
| 3 | +> NOTE: This code is considered production quality, but depends on angular: |
| 4 | +> 4.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart |
| 5 | +> api, not code quality (4.0.0-alpha is used in production Google apps). |
| 6 | +
|
| 7 | + * Add Material Icon. |
| 8 | + * Deprecate `GlyphComponent` in favor of `MaterialIconComponent`. |
| 9 | + * Update dependency to angular: 4.0.0-alpha+1. |
| 10 | + * Material Checkbox: Add mixin for checkbox with no left margin. |
| 11 | + * Material Chips: Add ability to specify background color for left icon. |
| 12 | + * Material Expansionpanel: Add mixin to allow changes to panels without |
| 13 | + affecting nested panels. |
| 14 | + * Material Input: |
| 15 | + * Add upper and lower bounds validators. |
| 16 | + * Re-calculate text length when custom character counter is set. |
| 17 | + * Prevent mirror-text overflow in multiline material input. |
| 18 | + * Remove unnecessary selector argument from mixins. |
| 19 | + * Material Popup: Only set content removed if the popup is still not visible |
| 20 | + when the timer is finished. |
| 21 | + * Material Radio: |
| 22 | + * Add mixin for radio button with no left margin. |
| 23 | + * Fix mixin to respect disabled status when a theme is applied. |
| 24 | + * Material Select: |
| 25 | + * Fix `MaterialSelectItemComponent` to not cache the label. |
| 26 | + * Add input to material-dropdown-select to define custom a renderer for group |
| 27 | + labels. |
| 28 | + * Fix checkbox display handling and label padding in dropdown. |
| 29 | + * Material Toggle: Set the attribute instead of the property to fix a bug with |
| 30 | + incorrect type, and not setting the right property. |
| 31 | + * Material Tree: |
| 32 | + * Add ability to preserve expansion state. |
| 33 | + * Fix indentation of first child group. |
| 34 | + * Add input `showDisabledCheckboxes`. |
| 35 | + * Add a max-height mixin. |
| 36 | + * Reorder List: |
| 37 | + * Update to recommended syntax for ngFor. |
| 38 | + * Migrate from ManagedZone to NgZone. |
| 39 | + * Scorecard: |
| 40 | + * Replace deprecated Glyph with Material Icon. |
| 41 | + * Invoke inherited click handler from derived click handler. |
| 42 | + * Avoid adding placeholder for deferred content if the element is detached. |
| 43 | + * Selection Models: |
| 44 | + * Add deselect all option. |
| 45 | + * Add a limited filtering model. |
| 46 | + * Fix `selectAll` to only trigger a selection change event for the values |
| 47 | + that were added. |
| 48 | + * Add comparator as optional param to tree selection options for custom |
| 49 | + sorting. |
| 50 | + * Updates to use metadata inheritance. |
| 51 | + * Migrate away from comment-style generic syntax. |
| 52 | + * Migrate stylesheet combinators `/deep/` and `>>>` to `::ng-deep`. |
| 53 | + * Migrate away from use of angular's `@View`. |
| 54 | + * Update animations to new Material specs. |
| 55 | + * Update documentation. |
| 56 | + * Remove unused library statements. |
| 57 | + |
| 58 | +## 0.6.0-alpha |
| 59 | + |
| 60 | +> NOTE: This code is considered production quality, but depends on angular: |
| 61 | +> 4.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart |
| 62 | +> api, not code quality (4.0.0-alpha is used in production Google apps). |
| 63 | +
|
7 | 64 | * Update dependency to `angular: 4.0.0-alpha`. |
8 | 65 | * Update SDK dependencies. |
9 | | - |
| 66 | + |
10 | 67 | ### Known Issues |
11 | 68 | * Warnings are present when building with dart2js. Specifically: |
12 | 69 | _Method type variables are treated as `dynamic` in `as` expressions._ |
|
18 | 75 | > corresponding .css files in a separate process. We are working on a solution |
19 | 76 | > to include CSS generation from SASS files during the build process. |
20 | 77 |
|
21 | | -* Add SASS files. |
22 | | -* Rename .analysis_options -> analysis_options.yaml |
| 78 | + * Add SASS files. |
| 79 | + * Rename .analysis_options -> analysis_options.yaml |
23 | 80 |
|
24 | 81 | ## 0.5.3 |
25 | 82 |
|
|
37 | 94 | ## 0.5.2 |
38 | 95 |
|
39 | 96 | * Material Progress: Cleanup animations on destroy to prevent memory leaks. |
40 | | - * Material Select: |
41 | | - * Support deselect item in Material dropdown select with single selection |
| 97 | + * Material Select: |
| 98 | + * Support deselect item in Material dropdown select with single selection |
42 | 99 | model. |
43 | 100 | * Unified template files (deleted material_select_dropdown_item.html). |
44 | 101 | * Add support for `Selectable` `SelectionOptions`. |
|
0 commit comments