mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
Update CHANGELOG.md
This commit is contained in:
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
* `<icon>` has been renamed to `<ion-icon>`
|
* `<icon>` has been renamed to `<ion-icon>`
|
||||||
* `<ion-icon>` requires the `name` attribute with a value
|
* `<ion-icon>` requires the `name` attribute with a value
|
||||||
* Icon names with a `ion-` prefix is no longer needed
|
* Icon names with an `ion-` prefix are no longer needed
|
||||||
* Icons with `social-` prefix have been changed to a `-logo` suffix
|
* Icons with `social-` prefix have been changed to a `logo-` prefix
|
||||||
|
|
||||||
Was:
|
Was:
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ Was:
|
|||||||
Now:
|
Now:
|
||||||
|
|
||||||
`<ion-icon name="home"></ion-icon>`
|
`<ion-icon name="home"></ion-icon>`
|
||||||
`<ion-icon name="twitter-logo"></ion-icon>`
|
`<ion-icon name="logo-twitter"></ion-icon>`
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.0-alpha.47"></a>
|
<a name="2.0.0-alpha.47"></a>
|
||||||
|
Reference in New Issue
Block a user