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

Commit 149e355

Browse files
committed
Prepare to publish angular_components: 0.9.0-alpha+8
Final updates to CHANGELOG and README. PiperOrigin-RevId: 189764540
1 parent 6d04b21 commit 149e355

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Add ShowHideDirective and GlobalEscapeDirective.
99
* Material Button: Update highlight styling.
1010
* Material Chips: Allow overriding left-icon-color.
11-
* Material Expansionpanel:
11+
* Material ExpansionPanel:
1212
* Allow icon to be hidden and allow additional buttons in the header.
1313
* Increase mixin specificity.
1414
* Material Input:
@@ -22,8 +22,8 @@
2222
* Add mixin to allow for error text margin.
2323
* Refactor `constructEncapsulatedCss` to utils.
2424
* Material Tab: Make `text-wrap` mixin more generic.
25-
* Material Tree: Add a 'shouldExpandAllWhenFiltered' input.
26-
* Material Toggle: Fix aria-pressed state.
25+
* Material Tree: Add a `shouldExpandAllWhenFiltered` input.
26+
* Material Toggle: Fix `aria-pressed` state.
2727
* Material Tooltip:
2828
* Allow paper tooltip CSS to be customizable.
2929
* Allow `'error_outline'` as a valid icon.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Angular package.
1414
This is a continually growing set of widgets. See the [example gallery] and the
1515
[documentation] for a full list. Recent additions include:
1616

17+
* Material Datepicker
1718
* Material Menu
1819
* Material Auto-suggest Input
19-
* Material Select Searchbox
2020

2121
[example gallery]: https://dart-lang.github.io/angular_components_example/
2222
[documentation]: https://www.dartdocs.org/documentation/angular_components/latest/angular_components/angular_components-library.html
@@ -75,7 +75,7 @@ code generation through package [build]. To build your project with
7575
## Required Icon Font
7676
7777
For icons to appear, add the following icon font download to your page.
78-
[Example](https://github.com/dart-lang/angular_components_example/blob/master/web/index.html#L13)
78+
[Example](https://github.com/dart-lang/angular_components_example/blob/ae323a593cbb5508fa6fbe33afb7f5d40ea96a7e/angular_gallery/lib/builder/template/index.html.mustache#L8)
7979
8080
```html
8181
<link

0 commit comments

Comments
 (0)