Skip to content

Commit fd0ae2f

Browse files
committed
Update CHANGELOG.md for 1.3.1 release
Update CHANGELOG.md for 1.3.1 release
1 parent d87d725 commit fd0ae2f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name"1.3.1"></a>
2+
## 1.3.1 "el salvador" (2016-05-12)
3+
4+
#### Bug Fixes
5+
6+
* **Status Bar:** Moved status tap handler to after platform ready fires. ([947d9296](https://github.com/driftyco/ionic/commit/947d9296))
7+
8+
* **Loader:** make the loader service return a promise instead of the deprecated object, updated docs ([0e94f914](https://github.com/driftyco/ionic/commit/0e94f914), closes [#3717](https://github.com/driftyco/ionic/issues/3717))
9+
10+
* **Tabs:** fixs as issue with tabs without icons ([28e99594](https://github.com/driftyco/ionic/commit/28e99594), closes [#6292](https://github.com/driftyco/ionic/issues/6292))
11+
12+
* **Navigation:** revert previous navigation fix (efb9bd) and added a different fix for the infinite loop issue. Wrote additional tests to verify the test. ([e31498c4](https://github.com/driftyco/ionic/commit/e31498c4))
13+
14+
* **Life Cycle:** Life cycle events fire reliably on correct scope, closed many issues ([d6373335](https://github.com/driftyco/ionic/commit/d6373335))
15+
16+
* **Slides:** changed the way looped/duplicates slides work, added documentation ([44d5a0f8](https://github.com/driftyco/ionic/commit/44d5a0f8), closes [#6305](https://github.com/driftyco/ionic/issues/6305))
17+
18+
* **Header:**
19+
* ion-nav-title will fill up available space ([677d2d4c](https://github.com/driftyco/ionic/commit/677d2d4c), closes [#4661](https://github.com/driftyco/ionic/issues/4661))
20+
* subheader visiblity fix, remove display as block ([01ab8b03](https://github.com/driftyco/ionic/commit/01ab8b03), closes [#3055](https://github.com/driftyco/ionic/pull/3055))
21+
* set correct title bar height ([6a5e6bc4](https://github.com/driftyco/ionic/commit/6a5e6bc4), closes [#4965](https://github.com/driftyco/ionic/pull/4965))
22+
23+
* **Footer:** fix a typo in footer bar styles using balanced class ([99f987fc](https://github.com/driftyco/ionic/pull/6426/commits/99f987fc), closes [#6426](https://github.com/driftyco/ionic/issues/6426))
24+
25+
* **Pull-to-refresh:** Better performance via changing translateY to 3d ([c7e61e4d](https://github.com/driftyco/ionic/commit/c7e61e4d), closes [#6360](https://github.com/driftyco/ionic/pull/6360))
26+
27+
* **Scss:** made variables for button-default-border and button-default-active-bordermade variables ([7da8739f](https://github.com/driftyco/ionic/commit/7da8739f), closes [#5576](https://github.com/driftyco/ionic/issues/5576))
28+
29+
* **Content:** documentation update ([#62fdd636](https://github.com/driftyco/ionic/commit/62fdd636), closes [#5813](https://github.com/driftyco/ionic/pull/5813))
30+
31+
#### Breaking Changes
32+
33+
* **Scss:** changed variable being passed to buttons for styling borders. By default, the variable passed is `$button-default-border` instead of `$button-primary-border` (for example). The border property was previously ignoring the parameter and was hard-coded to transparent ([7da8739f](https://github.com/driftyco/ionic/commit/7da8739f)
34+
135
<a name"1.3.0"></a>
236
## 1.3.0 "delhi" (2016-04-21)
337

0 commit comments

Comments
 (0)