Skip to content

Commit f9592e1

Browse files
prep for 0.3.1
1 parent 9a49d94 commit f9592e1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="0.3.1"></a>
2+
### 0.3.1 (2016-06-03)
3+
4+
# obscure BC-BREAK
5+
6+
If you're using `element.data('$uiView').$animEnter`, switch to `element.data('$uiViewAnim').$animEnter`
7+
This was necessary in order to fix #2763
8+
9+
#### Bug Fixes
10+
11+
* **state:**
12+
* fire $stateChangeError if onEnter/onExit throws. closes #2772 ([a5756c38](https://github.com/angular-ui/ui-router/commit/a5756c38a282bd2556ed5faaf870d6e493722d1b))
13+
* fail transition on exceptions in transition handler ([8222fb0e](https://github.com/angular-ui/ui-router/commit/8222fb0e7fd5eaaf6382f36db9ee9077a7bdbc6d))
14+
* **uiView:** separate $uiView and $uiViewAnim element.data() ([d3502f3c](https://github.com/angular-ui/ui-router/commit/d3502f3c0cb6a63f4b80aac91428f748b6460396), closes [#2763](https://github.com/angular-ui/ui-router/issues/2763))
15+
* Fixes this error: `Cannot read property 'name' of undefined at getUiViewName`
16+
17+
118
<a name="0.3.0"></a>
219
## 0.3.0 (2016-05-14)
320

0 commit comments

Comments
 (0)