Skip to content

Commit

Permalink
prep for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jun 3, 2016
1 parent 9a49d94 commit f9592e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.3.1"></a>
### 0.3.1 (2016-06-03)

# obscure BC-BREAK

If you're using `element.data('$uiView').$animEnter`, switch to `element.data('$uiViewAnim').$animEnter`
This was necessary in order to fix #2763

#### Bug Fixes

* **state:**
* fire $stateChangeError if onEnter/onExit throws. closes #2772 ([a5756c38](https://github.com/angular-ui/ui-router/commit/a5756c38a282bd2556ed5faaf870d6e493722d1b))
* fail transition on exceptions in transition handler ([8222fb0e](https://github.com/angular-ui/ui-router/commit/8222fb0e7fd5eaaf6382f36db9ee9077a7bdbc6d))
* **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))
* Fixes this error: `Cannot read property 'name' of undefined at getUiViewName`


<a name="0.3.0"></a>
## 0.3.0 (2016-05-14)

Expand Down

0 comments on commit f9592e1

Please sign in to comment.