Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
prep for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Mar 15, 2016
1 parent e401776 commit eb29c07
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.1.1"></a>
### 0.1.1 (2016-03-14)

#### Bug Fixes

* **sticky:**
* Fix "Cannot read property 'globals' of null" The sticky provider was setting a r ([e401776b](https://github.com/christopherthielen/ui-router-extras/commit/e401776b480f8fd29fca049aa9f42df0732f6443), closes [#258](https://github.com/christopherthielen/ui-router-extras/issues/258))
* allow empty options parameter to transitionTo() ([1d8b1b6e](https://github.com/christopherthielen/ui-router-extras/commit/1d8b1b6e788106eecab439661614517ed18c45bf), closes [#285](https://github.com/christopherthielen/ui-router-extras/issues/285))
* Use inherited toParams for calculations. ([83866b57](https://github.com/christopherthielen/ui-router-extras/commit/83866b574ffcb34f8b63a3f7c9d2f287818058f9), closes [#288](https://github.com/christopherthielen/ui-router-extras/issues/288))
* **previous:** Do not throw error if no previous state exists ([a186505d](https://github.com/christopherthielen/ui-router-extras/commit/a186505d7be4797f0d6192f1b691caf285749188), closes [#281](https://github.com/christopherthielen/ui-router-extras/issues/281))

#### Features

* **$previousState:** add a `set` method to `$previousState` to programmatically set the previous stat ([8423e0d6](https://github.com/christopherthielen/ui-router-extras/commit/8423e0d617bc722efb854c562909294b10589e78), closes [#302](https://github.com/christopherthielen/ui-router-extras/issues/302))
* **future:** allow options to be passed to future state ([3a2469d8](https://github.com/christopherthielen/ui-router-extras/commit/3a2469d86e677364fb465f06604d1d17a3d6d7bb))


<a name="0.1.0"></a>
### 0.1.0 (2015-10-13)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-router-extras",
"version": "0.1.0",
"version": "0.1.1",
"authors": [
"Chris Thielen <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Christopher Thielen",
"name": "ui-router-extras",
"version": "0.1.0",
"version": "0.1.1",
"description": "UI-Router Extras: Sticky states, Future States, Deep State Redirect, Transition promise",
"homepage": "http://christopherthielen.github.io/ui-router-extras/",
"license": "MIT",
Expand Down

0 comments on commit eb29c07

Please sign in to comment.