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

Commit

Permalink
Prepare to publish angular_components: 0.9.0-alpha+8
Browse files Browse the repository at this point in the history
Final updates to CHANGELOG and README.

PiperOrigin-RevId: 189764540
  • Loading branch information
nshahan committed Mar 20, 2018
1 parent 6d04b21 commit 149e355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Add ShowHideDirective and GlobalEscapeDirective.
* Material Button: Update highlight styling.
* Material Chips: Allow overriding left-icon-color.
* Material Expansionpanel:
* Material ExpansionPanel:
* Allow icon to be hidden and allow additional buttons in the header.
* Increase mixin specificity.
* Material Input:
Expand All @@ -22,8 +22,8 @@
* Add mixin to allow for error text margin.
* Refactor `constructEncapsulatedCss` to utils.
* Material Tab: Make `text-wrap` mixin more generic.
* Material Tree: Add a 'shouldExpandAllWhenFiltered' input.
* Material Toggle: Fix aria-pressed state.
* Material Tree: Add a `shouldExpandAllWhenFiltered` input.
* Material Toggle: Fix `aria-pressed` state.
* Material Tooltip:
* Allow paper tooltip CSS to be customizable.
* Allow `'error_outline'` as a valid icon.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Angular package.
This is a continually growing set of widgets. See the [example gallery] and the
[documentation] for a full list. Recent additions include:

* Material Datepicker
* Material Menu
* Material Auto-suggest Input
* Material Select Searchbox

[example gallery]: https://dart-lang.github.io/angular_components_example/
[documentation]: https://www.dartdocs.org/documentation/angular_components/latest/angular_components/angular_components-library.html
Expand Down Expand Up @@ -75,7 +75,7 @@ code generation through package [build]. To build your project with
## Required Icon Font

For icons to appear, add the following icon font download to your page.
[Example](https://github.com/dart-lang/angular_components_example/blob/master/web/index.html#L13)
[Example](https://github.com/dart-lang/angular_components_example/blob/ae323a593cbb5508fa6fbe33afb7f5d40ea96a7e/angular_gallery/lib/builder/template/index.html.mustache#L8)

```html
<link
Expand Down

0 comments on commit 149e355

Please sign in to comment.