Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 28, 2018
1 parent 42e78b3 commit d09ad57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.5.0 (2018-01-28)
[Compare `@uirouter/sticky-states` versions 1.4.0 and 1.5.0](https://github.com/ui-router/sticky-states/compare/1.4.0...1.5.0)

### Bug Fixes

* **sticky:** Update dynamic parameters when calculating treeChanges (i.e., for `reactivating` and `to` paths) ([3696bf9](https://github.com/ui-router/sticky-states/commit/3696bf9))




<a name="1.0.0"></a>
This is the first release of Sticky States for UI-Router 1.0+

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/sticky-states",
"description": "UI-Router Sticky States: Keep states and their components alive while a different state is activated",
"version": "1.4.1",
"version": "1.5.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles",
"build": "npm run clean && tsc && tsc -m es6 -outDir lib-esm && npm run bundle",
Expand Down

0 comments on commit d09ad57

Please sign in to comment.