diff --git a/CHANGELOG.md b/CHANGELOG.md index 7637a91d3a8..acbd03a1756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.0.0-beta.10 "gadolinium-gator" (2014-07-25) +### 1.0.0-beta.10 "hafnium-heron" (2014-07-25) #### Bug Fixes @@ -50,7 +50,7 @@ #### Breaking Changes -* +* ion-toggle no longer has an isolate scope. This will break your toggle only if you were relying upon the toggle having an isolate scope: if you were referencing `$parent.value` as @@ -705,9 +705,9 @@ Old Code: `` -New Code: +New Code: -`` +`` * **ionHeaderBar, ionFooterBar**: remove `type`, `title`, `left-buttons`, `right-buttons`. @@ -717,14 +717,14 @@ Relevant Documentation: [ionHeaderBar](http://ionicframework.com/docs/api/direct Old Code: ```html - ``` -New Code: +New Code: ```html @@ -742,8 +742,8 @@ New Code: ``` -* **ionNavBar, ionView**: Remove `left-buttons`, `right-buttons`, `type`, `animation`, -`back-button-*` attributes from ionNavBar. Remove `left-buttons`, `right-buttons` from ionView. +* **ionNavBar, ionView**: Remove `left-buttons`, `right-buttons`, `type`, `animation`, +`back-button-*` attributes from ionNavBar. Remove `left-buttons`, `right-buttons` from ionView. Additionally, all 'viewState.*' events have been removed. Use [$ionicNavBarDelegate](http://ionicframework.com/docs/api/service/$ionicNavBarDelegate). @@ -755,8 +755,8 @@ Relevant Documentation: [ionNavBar](http://ionicframework.com/docs/api/directive Old Code: ```html - diff --git a/bower.json b/bower.json index a96cf7aa08f..0074787737d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ionic", "version": "1.0.0-beta.10", - "codename": "gadolinium-gator", + "codename": "hafnium-heron", "homepage": "https://github.com/driftyco/ionic", "authors": [ "Max Lynch ", diff --git a/release/version.json b/release/version.json index dc7dac4b7ac..f1d1a281065 100644 --- a/release/version.json +++ b/release/version.json @@ -1,6 +1,6 @@ { "version": "1.0.0-beta.10", - "codename": "gadolinium-gator", + "codename": "hafnium-heron", "date": "2014-07-25", "time": "00:06:44" }