Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit a371e31

Browse files
committed
Add material-money components/directives to exclusions for export to github.
Update CHANGELOG for latest sync. PiperOrigin-RevId: 176374974
1 parent 0d48d32 commit a371e31

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
## 0.9.0-alpha+1
22

33
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart
5-
> api, not code quality (5.0.0-alpha is used in production Google apps).
4+
> 5.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
5+
> api, not code quality (5.0.0-alpha+1 is used in production Google apps).
66
7+
* Material Auto Suggest Input: Replace ngOnChanges(\_) with ngAfterChanges.
78
* Material Button:
89
* Update dense mixin to only apply to non-icon buttons.
910
* Add mixins for no hover highlight.
11+
* Add mixins to set icon button padding.
12+
* Material Chips: Update margin on dense theme.
1013
* Material Fab: Update size mixin.
11-
* Material Select: Allow customization of Material Dropdown Select's role.
12-
* Add @input to number validators
14+
* Material Input: Use markForChanges on inputs since they are being set by a
15+
directive and not the template and so change detection doesn't happen
16+
automatically.
17+
* Material Select:
18+
* Add mixin to set select item padding.
19+
* Add mixin to set selected item color.
20+
* Allow customization of Material Dropdown Select's role.
21+
* Add mixin for pointer events on Material Dropdown Select Items.
22+
* Fix baseline alignment of dropdown-button in Firefox.
23+
* Material Tree: Improve latency of `MaterialTreeFilter`.
24+
* Scoreboard:
25+
* Fix misalignment on OS X with hl=ja.
26+
* Selected color input overrides default color value in a selectable
27+
scoreboard.
28+
* Avoid reliance on dynamic typing to access properties.
29+
* Add @input to number validators.
1330
* Cleanup unneeded `preserveWhitespace: false` and `preserveWhitespace: true`
14-
When components manage spacing around themselves.
31+
when components manage spacing around themselves.
1532
* Add Observable utilities.
1633
* Update documentation.
1734

0 commit comments

Comments
 (0)