Skip to content

Commit ed9e071

Browse files
committed
hafnium-heron
1 parent 7d2105a commit ed9e071

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -50,7 +50,7 @@
5050

5151
#### Breaking Changes
5252

53-
*
53+
*
5454
ion-toggle no longer has an isolate scope.
5555
This will break your toggle only if you were relying upon the toggle
5656
having 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
717717
Old 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

748748
Additionally, 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
755755
Old 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">

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
33
"version": "1.0.0-beta.10",
4-
"codename": "gadolinium-gator",
4+
"codename": "hafnium-heron",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <max@drifty.com>",

release/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-beta.10",
3-
"codename": "gadolinium-gator",
3+
"codename": "hafnium-heron",
44
"date": "2014-07-25",
55
"time": "00:06:44"
66
}

0 commit comments

Comments
 (0)