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 +43
-3
lines changed Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.1
2
+
3
+ ### Component Updates
4
+
5
+ #### Material Date Range Picker
6
+ * Add an option to disable maintaining the length of the date range when
7
+ clicking on the calendar to move the start date.
8
+
9
+ #### Material Expansion Panel
10
+ * Add Sass mixin for border radius.
11
+ * Only register immediate child panels in a panel set.
12
+ * Add listener for expand change to fix bug where an expansion panel set would
13
+ not recognize a programmatically pre-expanded panel.
14
+
15
+ #### Material Select
16
+ * Add Sass mixin for the selected item color.
17
+
18
+ #### Material Stepper
19
+ * Add Sass mixins for the step name color.
20
+
21
+ #### Material Toolip
22
+ * Add Sass mixin to set the card tooltip max width.
23
+ * Add an icon attribute to specify any icon by name.
24
+ * Add positioning options on icon tooltip.
25
+
26
+ #### Selection Options
27
+ * Add interface to segment options into option groups.
28
+
29
+ ### Miscellaneous
30
+ * Fix ` ActiveItemDirective ` 's scroll into view functionality in popups and
31
+ modals.
32
+ * Add ` ObservableView.firstNonNull ` and ` ObservableView.nonNullValues ` .
33
+ * Update MDC Web styles to v0.38.0.
34
+ * Fix missing return errors.
35
+ * Fix default line-height values to match MDC versions.
36
+
37
+ ### Documentation
38
+ * Minor doc fixes.
39
+ * Cleanup some docs for with optional new/const.
40
+
1
41
## 0.9.0
2
42
3
43
> Pub _ transformers_ are no longer used. Instead, use the new
Original file line number Diff line number Diff line change 1
1
name : angular_components
2
- version : 0.9.0
2
+ version : 0.9.1
3
3
description : >
4
4
The official Material Design components for AngularDart. Used at Google in
5
5
production apps.
@@ -11,12 +11,12 @@ environment:
11
11
dependencies :
12
12
angular : ^5.0.0
13
13
angular_forms : ^2.0.0
14
- async : ^2.0.6
14
+ async : ^2.0.8
15
15
build : ' >=0.11.1 <0.13.0'
16
16
build_config : ' >=0.2.6 <0.4.0'
17
17
built_collection : ' >=1.6.0 <4.0.0'
18
18
collection : ^1.14.10
19
- fixnum : ^0.10.5
19
+ fixnum : ^0.10.7
20
20
intl : ' >=0.14.0 <0.16.0'
21
21
js : ^0.6.1
22
22
logging : ^0.11.2
You can’t perform that action at this time.
0 commit comments