From a3dbb5147ec215afca9c7be7a8d4f10b04c619c5 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 7 Jan 2016 11:14:52 -0600 Subject: [PATCH] docs(changelog): icon refactor --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5532557bed..eee650b8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ - -# 2.0.0-alpha.47 (2016-1-4) + +# 2.0.0-alpha.48 (2016-1-7) +### Breaking Changes + +##### Icon Refactor + +* `` has been renamed to `` +* `` requires the `name` attribute with a value +* Icon names with a `ion-` prefix is no longer needed +* Icons with `social-` prefix have been changed to a `-logo` suffix + +Was: + +`` +`` + +Now: + +`` +`` + + + +# 2.0.0-alpha.47 (2016-1-4) ### Breaking Changes