This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.0-beta+2
2
+
3
+ > NOTE: This code is considered production quality, but depends on angular:
4
+ > 5.0.0-beta+2 (5.0.0-beta+2 is used in production Google apps).
5
+
6
+ ### Breaking Changes
7
+ * Remove ` SelectableChangeNotifier ` and deprecate ` SelectableWithComposition `
8
+ with the intention to remove. They are widely unused, complicated the
9
+ implementations, and unsound in Dart 2.
10
+
11
+ #### Material Dialog
12
+ * Fix bug where a disposable could be added to its disposer after it had already
13
+ been destroyed.
14
+
15
+ #### Material Icon
16
+ * Add aria label and use them for trailing/leading icons of Material Input.
17
+
18
+ #### Material Popup
19
+ * Change ` <main> ` html tag to a ` <div> ` . HTML5 states there should only be one
20
+ main tag per application.
21
+
22
+ ### Other Updates
23
+ #### Miscellaneous
24
+ * Add ` is{Selectable|Disabled|Hidden}In() ` , ` getOptionIn() ` and, ` filterWhere() `
25
+ as static helpers to ` Selectable ` .
26
+ * Add a lookup method for finding the closest Material Color name based on any
27
+ input color.
28
+
29
+ #### Dart 2 Updates
30
+ * Fixes for Dart 2 compile-time and runtime errors.
31
+ * Applicaion of ` dartfmt --fix ` .
32
+
1
33
## 0.9.0-beta+1
2
34
3
35
> NOTE: This code is considered production quality, but depends on angular:
Original file line number Diff line number Diff line change 1
1
name : angular_components
2
- version : 0.9.0-beta+1
2
+ version : 0.9.0-beta+2
3
3
description : >
4
4
The official Material Design components for AngularDart. Used at Google
5
5
in production apps.
8
8
environment :
9
9
sdk : ' >=2.0.0-dev.64.2 <3.0.0'
10
10
dependencies :
11
- angular : ^5.0.0-beta+1
12
- angular_forms : ^2.0.0-beta+1
11
+ angular : ^5.0.0-beta+2
12
+ angular_forms : ^2.0.0-beta+2
13
13
async : ^2.0.6
14
14
build : ' >=0.11.1 <0.13.0'
15
15
build_config : ' >=0.2.6 <0.4.0'
You can’t perform that action at this time.
0 commit comments