This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Files and directories created by pub
2+ .dart_tool
23.packages
34.pub /
45build /
Original file line number Diff line number Diff line change 11## 0.9.0-alpha+7
22
33> NOTE: This code is considered production quality, but depends on angular:
4- > 5.0.0-alpha+6 . The alpha tag represents the evolving nature of the AngularDart
5- > API, not code quality (5.0.0-alpha+6 is used in production Google apps).
4+ > 5.0.0-alpha+7 . The alpha tag represents the evolving nature of the AngularDart
5+ > API, not code quality (5.0.0-alpha+7 is used in production Google apps).
66
77 * Material Button: Add compact mode.
88 * Material Expansionpanel: Add option show/hide the cancel button.
99 * Material Select:
1010 * Add option to dropdown to disable deselecting on trigger.
1111 * Allow content to be projected as list header and list footer in dropdown.
12- * Material Menu: Trigger selected event when an item from sub-menu is selected.
12+ * Implement Focusable in ` DropdownButtonComponent ` .
13+ * Fixed an alignment issue with the icon on dropdowns.
14+ * Material Menu:
15+ * Trigger selected event when an item from sub-menu is selected.
16+ * Change mouse pointer on catagory to make it clear that it is clickable.
1317 * Material Tooltip: Change ` tooltipSource ` directive to use ` style.cursor ` .
1418 * Allow '\[ ' for start of word of highlight match.
1519 * Use @visibleForTesting annotations.
Original file line number Diff line number Diff line change 88environment :
99 sdk : ' >=2.0.0-dev.3.0 <2.0.0'
1010dependencies :
11- angular : 5.0.0-alpha+6
12- angular_forms : 1.0.1-alpha+6
11+ angular : 5.0.0-alpha+7
12+ angular_forms : 1.0.1-alpha+7
1313 build : ' >=0.11.1 <0.13.0'
1414 build_config : ^0.2.1
1515 built_collection : ' >=1.6.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments