Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs(changelog): Fix format and remove dupe'd item (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBosman authored and traviskaufman committed Feb 8, 2017
1 parent 2b319dd commit dadf47a
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="0.4.0"></a>
# [0.4.0](https://github.com/material-components/material-components-web/compare/v0.1.1...v0.4.0) (2017-02-06)
# [0.4.0](https://github.com/material-components/material-components-web/compare/v0.3.0...v0.4.0) (2017-02-06)


### Bug Fixes
Expand All @@ -26,7 +26,7 @@


<a name="0.3.0"></a>
# [0.3.0](https://github.com/material-components/material-components-web/compare/v0.1.1...v0.3.0) (2017-01-23)
# [0.3.0](https://github.com/material-components/material-components-web/compare/v0.2.0...v0.3.0) (2017-01-23)


### Bug Fixes
Expand Down Expand Up @@ -57,16 +57,6 @@
### BREAKING CHANGES

* textfield: Adapter API for textfields contains two new methods. `registerInputInputHandler` and `registerInputKeydownHandler`. To upgrade add these methods to your adapter.
* fab: Button implementations in certain browsers such as Mobile Safari and IE11 do not adhere to flexbox rules. To center icons in all supported browsers, add a span element as a child of the button and give it a class of `mdc-fab__icon`

example:
```html```
<button class="mdc-fab material-icons">
<span class="mdc-fab__icon">
favorite_border
</span>
</button>
```



Expand All @@ -89,12 +79,12 @@ example:
### BREAKING CHANGES

* fab: Button implementations in certain browsers such as Mobile Safari and IE11 do not adhere to flexbox rules. To center icons in all supported browsers, add a span element as a child of the button and give it a class of `mdc-fab__icon`
example:
```html```
<button class="mdc-fab material-icons">
<span class="mdc-fab__icon">
favorite_border
</span>
</button>

example:
```html
<button class="mdc-fab material-icons">
<span class="mdc-fab__icon">
favorite_border
</span>
</button>
```

0 comments on commit dadf47a

Please sign in to comment.