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+
141## 0.9.0
242
343> Pub _ transformers_ are no longer used. Instead, use the new
Original file line number Diff line number Diff line change 11name : angular_components
2- version : 0.9.0
2+ version : 0.9.1
33description : >
44 The official Material Design components for AngularDart. Used at Google in
55 production apps.
@@ -11,12 +11,12 @@ environment:
1111dependencies :
1212 angular : ^5.0.0
1313 angular_forms : ^2.0.0
14- async : ^2.0.6
14+ async : ^2.0.8
1515 build : ' >=0.11.1 <0.13.0'
1616 build_config : ' >=0.2.6 <0.4.0'
1717 built_collection : ' >=1.6.0 <4.0.0'
1818 collection : ^1.14.10
19- fixnum : ^0.10.5
19+ fixnum : ^0.10.7
2020 intl : ' >=0.14.0 <0.16.0'
2121 js : ^0.6.1
2222 logging : ^0.11.2
You can’t perform that action at this time.
0 commit comments