|
1 | | -## 0.6.0-beta |
| 1 | +## 0.6.0 |
2 | 2 |
|
3 | | -> NOTE: This code is considered production quality, but depends on angular: |
4 | | -> 4.0.0-beta. The alpha tag represents the evolving nature of the AngularDart |
5 | | -> api, not code quality (4.0.0-beta is used in production Google apps). |
6 | | -
|
7 | | - * Material Dialog: Support a minimum height. |
8 | | - * Material Input: Fix disabled color. |
9 | | - * Material Popup: Additional merges to prepare for final refactoring. |
10 | | - * Material Tree: Update positioning options and borders. |
11 | | - * Deprecate LazyEventEmitter and migrate uses to the StreamController model. |
12 | | - * Remove use of Compass in SASS files. |
13 | | - * Remove unused alignment parameters. |
14 | | - * Refactor Angular annotations to inline versions. |
15 | | - |
16 | | -## 0.6.0-alpha+3 |
17 | | - |
18 | | -> NOTE: This code is considered production quality, but depends on angular: |
19 | | -> 4.0.0-alpha+3. The alpha tag represents the evolving nature of the AngularDart |
20 | | -> api, not code quality (4.0.0-alpha is used in production Google apps). |
21 | | -
|
22 | | - * Add Application Layout styles and directives. |
| 3 | + * Update dependency to angular: ^4.0.0. |
| 4 | + * Update SDK dependencies. |
23 | 5 | * Add Material Select Searchbox component. |
24 | | - * Material Expansionpanel: Add high density mixin. |
| 6 | + * Add Application Layout styles and directives. |
| 7 | + * Add Material Icon. |
| 8 | + * Deprecate `GlyphComponent` in favor of `MaterialIconComponent`. |
| 9 | + * App Layout: Fix margins for header icons/links. |
| 10 | + * Dynamic Component: Add ability to use `ComponentFactory` instead of a `Type`. |
| 11 | + * Material Button: Refactor raised styling so it can be used in a mixin. |
| 12 | + * Material Checkbox: |
| 13 | + * Add ability to make readonly. |
| 14 | + * Add mixin for checkbox with no left margin. |
| 15 | + * Material Chips: Add ability to specify background color for left icon. |
| 16 | + * Material Dialog: |
| 17 | + * Support a minimum height. |
| 18 | + * Fix header mixin. |
| 19 | + * Material Expansionpanel: |
| 20 | + * Add high density mixin. |
| 21 | + * Add mixin to allow changes to panels without affecting nested panels. |
25 | 22 | * Material Icon: Add back and forward arrows to the list of flipped icons. |
26 | | - * Material Input: Add leading text color mixin. |
| 23 | + * Material Input: |
| 24 | + * Add support for material dark theme. |
| 25 | + * Fix disabled color. |
| 26 | + * Add leading text color mixin. |
| 27 | + * Make local required errors to make controls invalid even when the control |
| 28 | + has not been interacted with. |
| 29 | + * Add upper and lower bounds validators. |
| 30 | + * Re-calculate text length when custom character counter is set. |
| 31 | + * Prevent mirror-text overflow in multiline material input. |
| 32 | + * Remove unnecessary selector argument from mixins. |
27 | 33 | * Material Popup: |
| 34 | + * Constrain popups to the viewport if both `enforceSpaceConstraints` and |
| 35 | + `overlayRepositionLoop` are enabled. |
| 36 | + * Create the material-popup view synchronously. |
| 37 | + * Remove `animationComplete` event. |
28 | 38 | * Integrate with Angular CSS shimming and remove `shadowCssClass`. |
29 | 39 | * Material design scrollbars by default (instead of the native scrollbars). |
30 | 40 | * Add ARIA attributes. |
31 | | - * Material Select: Fix selectable menu item property functionality. |
32 | | - * Material Tree: |
33 | | - * Add optional row separator borders. |
34 | | - * Fix dropdown closing on toggle issue. |
35 | | - * Material Tooltips: Add ARIA attributes. |
36 | | - * Improve performance of `TreeSelectionOptions` constructor from O(n^2) to O(n) |
37 | | - in the size of `listOfOptions`. |
38 | | - * Remove uses of 'getBool' in boolean typed inputs. |
39 | | - * Remove use of Compass in SASS files. |
40 | | - * Refactor Angular annotations to inline versions. |
41 | | - |
42 | | -## 0.6.0-alpha+2 |
43 | | - |
44 | | -> NOTE: This code is considered production quality, but depends on angular: |
45 | | -> 4.0.0-alpha+2. The alpha tag represents the evolving nature of the AngularDart |
46 | | -> api, not code quality (4.0.0-alpha is used in production Google apps). |
47 | | -
|
48 | | - * Dynamic Component: Add ability to use `ComponentFactory` instead of a `Type`. |
49 | | - * Material Dialog: Fix header mixin. |
50 | | - * Material Checkbox: Add ability to make readonly. |
51 | | - * Material Input: Make local required errors to make controls invalid even when |
52 | | - the control has not been interacted with. |
53 | | - * Material Popup: |
54 | 41 | * Add an option to reposition visible popups every frame with |
55 | 42 | `trackLayoutChanges`. |
56 | 43 | * Merge laminate/components/popup into Material Popup. |
57 | | - * Material Select: Allow dropdown to display an error while it's closed. |
58 | | - * Material Tree: |
59 | | - * Added shift selection/deselection. |
60 | | - * Fix glyphs always shown expanded when `expandAll = true`. |
61 | | - * Material Yes/No Buttons: Add dense style. |
62 | | - * Scorecard: Update tab index to prevent scroll errors when going through |
63 | | - buttons with tabs. |
64 | | - * Add new color utils. |
65 | | - * Migrate uses of `GlyphComponent` to `MaterialIconComponent`. |
66 | | - * Migrate uses of `ElementRef` to `Element`. |
67 | | - * Remove duplicate PopupSourceDirective. |
68 | | - * Remove deprecated popup `matchSourceWidth` options. |
69 | | - * Updates to use metadata inheritance. |
70 | | - * Remove unused library statements. |
71 | | - * Update documentation. |
72 | | - |
73 | | -## 0.6.0-alpha+1 |
74 | | - |
75 | | -> NOTE: This code is considered production quality, but depends on angular: |
76 | | -> 4.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart |
77 | | -> api, not code quality (4.0.0-alpha is used in production Google apps). |
78 | | -
|
79 | | - * Add Material Icon. |
80 | | - * Deprecate `GlyphComponent` in favor of `MaterialIconComponent`. |
81 | | - * Update dependency to angular: 4.0.0-alpha+1. |
82 | | - * Material Checkbox: Add mixin for checkbox with no left margin. |
83 | | - * Material Chips: Add ability to specify background color for left icon. |
84 | | - * Material Expansionpanel: Add mixin to allow changes to panels without |
85 | | - affecting nested panels. |
86 | | - * Material Input: |
87 | | - * Add upper and lower bounds validators. |
88 | | - * Re-calculate text length when custom character counter is set. |
89 | | - * Prevent mirror-text overflow in multiline material input. |
90 | | - * Remove unnecessary selector argument from mixins. |
91 | | - * Material Popup: Only set content removed if the popup is still not visible |
92 | | - when the timer is finished. |
| 44 | + * Only set content removed if the popup is still not visible when the timer |
| 45 | + is finished. |
93 | 46 | * Material Radio: |
94 | 47 | * Add mixin for radio button with no left margin. |
95 | 48 | * Fix mixin to respect disabled status when a theme is applied. |
96 | 49 | * Material Select: |
| 50 | + * Fix selectable menu item property functionality. |
| 51 | + * Allow dropdown to display an error while it's closed. |
97 | 52 | * Fix `MaterialSelectItemComponent` to not cache the label. |
98 | 53 | * Add input to material-dropdown-select to define custom a renderer for group |
99 | 54 | labels. |
100 | 55 | * Fix checkbox display handling and label padding in dropdown. |
101 | 56 | * Material Toggle: Set the attribute instead of the property to fix a bug with |
102 | 57 | incorrect type, and not setting the right property. |
| 58 | + * Material Tooltips: Add ARIA attributes. |
103 | 59 | * Material Tree: |
| 60 | + * Update positioning options and borders. |
| 61 | + * Add optional row separator borders. |
| 62 | + * Fix dropdown closing on toggle issue. |
| 63 | + * Added shift selection/deselection. |
| 64 | + * Fix glyphs always shown expanded when `expandAll = true`. |
104 | 65 | * Add ability to preserve expansion state. |
105 | 66 | * Fix indentation of first child group. |
106 | 67 | * Add input `showDisabledCheckboxes`. |
107 | 68 | * Add a max-height mixin. |
| 69 | + * Material Yes/No Buttons: Add dense style. |
108 | 70 | * Reorder List: |
109 | 71 | * Update to recommended syntax for ngFor. |
110 | 72 | * Migrate from ManagedZone to NgZone. |
111 | 73 | * Scorecard: |
| 74 | + * Update tab index to prevent scroll errors when going through |
| 75 | + buttons with tabs. |
112 | 76 | * Replace deprecated Glyph with Material Icon. |
113 | 77 | * Invoke inherited click handler from derived click handler. |
114 | | - * Avoid adding placeholder for deferred content if the element is detached. |
115 | 78 | * Selection Models: |
116 | 79 | * Add deselect all option. |
117 | 80 | * Add a limited filtering model. |
118 | 81 | * Fix `selectAll` to only trigger a selection change event for the values |
119 | 82 | that were added. |
120 | 83 | * Add comparator as optional param to tree selection options for custom |
121 | 84 | sorting. |
| 85 | + * Avoid adding placeholder for deferred content if the element is detached. |
| 86 | + * Add new color utils. |
| 87 | + * Update animations to new Material specs. |
| 88 | + * Migrate uses of `GlyphComponent` to `MaterialIconComponent`. |
| 89 | + * Migrate uses of `ElementRef` to `Element`. |
| 90 | + * Remove duplicate PopupSourceDirective. |
| 91 | + * Remove deprecated popup `matchSourceWidth` options. |
| 92 | + * Add missing `MaterialIconComponent`, `MaterialPersistentDrawerDirective`, |
| 93 | + `MaterialTemporaryDrawerDirective`, and `MaterialSelectSearchboxComponent` to |
| 94 | + `materialDirectives`. |
| 95 | + * Improve performance of `TreeSelectionOptions` constructor from O(n^2) to O(n) |
| 96 | + in the size of `listOfOptions`. |
| 97 | + * Change DisplayNameRenderDirective to a functional directive. |
| 98 | + * Deprecate LazyEventEmitter and migrate uses to the StreamController model. |
| 99 | + * Additional styling cleanup to support `ng-deep`. |
| 100 | + * Reduce visibility of common directives/components for smaller code size and |
| 101 | + better performance. |
| 102 | + * Remove use of Compass in SASS files. |
| 103 | + * Remove uses of `getBool` in boolean typed inputs. |
| 104 | + * Remove unused alignment parameters. |
122 | 105 | * Updates to use metadata inheritance. |
123 | 106 | * Migrate away from comment-style generic syntax. |
124 | 107 | * Migrate stylesheet combinators `/deep/` and `>>>` to `::ng-deep`. |
125 | 108 | * Migrate away from use of angular's `@View`. |
126 | | - * Update animations to new Material specs. |
127 | | - * Update documentation. |
128 | 109 | * Remove unused library statements. |
129 | | - |
130 | | -## 0.6.0-alpha |
131 | | - |
132 | | -> NOTE: This code is considered production quality, but depends on angular: |
133 | | -> 4.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart |
134 | | -> api, not code quality (4.0.0-alpha is used in production Google apps). |
135 | | -
|
136 | | - * Update dependency to `angular: 4.0.0-alpha`. |
137 | | - * Update SDK dependencies. |
| 110 | + * Refactor Angular annotations to inline versions. |
| 111 | + * Update documentation. |
138 | 112 |
|
139 | 113 | ### Known Issues |
140 | 114 | * Warnings are present when building with dart2js. Specifically: |
|
0 commit comments