1- ### 1.0.0-beta.10 "gadolinium-gator " (2014-07-25)
1+ ### 1.0.0-beta.10 "hafnium-heron " (2014-07-25)
22
33
44#### Bug Fixes
5050
5151#### Breaking Changes
5252
53- *
53+ *
5454ion-toggle no longer has an isolate scope.
5555This will break your toggle only if you were relying upon the toggle
5656having an isolate scope: if you were referencing ` $parent.value ` as
@@ -705,9 +705,9 @@ Old Code:
705705
706706` <ion-tabs tabs-type="tabs-top" tabs-style="tabs-positive" animation="slide-left-right"> `
707707
708- New Code:
708+ New Code:
709709
710- ` <ion-tabs class="tabs-top tabs-positive slide-left-right"> `
710+ ` <ion-tabs class="tabs-top tabs-positive slide-left-right"> `
711711
712712* ** ionHeaderBar, ionFooterBar** : remove ` type ` , ` title ` , ` left-buttons ` , ` right-buttons ` .
713713
@@ -717,14 +717,14 @@ Relevant Documentation: [ionHeaderBar](http://ionicframework.com/docs/api/direct
717717Old Code:
718718
719719``` html
720- <ion-header-bar type =" bar-positive"
721- title =" {{someTitle}}"
722- left-buttons =" left"
720+ <ion-header-bar type =" bar-positive"
721+ title =" {{someTitle}}"
722+ left-buttons =" left"
723723 right-buttons =" right" >
724724</ion-header-bar >
725725```
726726
727- New Code:
727+ New Code:
728728
729729``` html
730730<ion-header-bar class =" bar-positive" >
@@ -742,8 +742,8 @@ New Code:
742742</ion-header-bar >
743743```
744744
745- * ** ionNavBar, ionView** : Remove ` left-buttons ` , ` right-buttons ` , ` type ` , ` animation ` ,
746- ` back-button-* ` attributes from ionNavBar. Remove ` left-buttons ` , ` right-buttons ` from ionView.
745+ * ** ionNavBar, ionView** : Remove ` left-buttons ` , ` right-buttons ` , ` type ` , ` animation ` ,
746+ ` back-button-* ` attributes from ionNavBar. Remove ` left-buttons ` , ` right-buttons ` from ionView.
747747
748748Additionally, all 'viewState.* ' events have been removed. Use [ $ionicNavBarDelegate] ( http://ionicframework.com/docs/api/service/$ionicNavBarDelegate ) .
749749
@@ -755,8 +755,8 @@ Relevant Documentation: [ionNavBar](http://ionicframework.com/docs/api/directive
755755Old Code:
756756
757757``` html
758- <ion-nav-bar type =" bar-positive"
759- animation =" slide-left-right"
758+ <ion-nav-bar type =" bar-positive"
759+ animation =" slide-left-right"
760760 back-button-type =" button-icon"
761761 back-button-icon =" ion-arrow-left-c"
762762 back-button-label =" Back" >
0 commit comments