Skip to content

Commit 50d572e

Browse files
0.8.3
1 parent 46e72f1 commit 50d572e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.8.3 (2018-07-20)
2+
[Compare `@uirouter/react` versions 0.8.2 and 0.8.3](https://github.com/ui-router/react/compare/0.8.2...0.8.3)
3+
4+
5+
### Updated `@uirouter/core` from 5.0.19 to 5.0.20
6+
[Compare `@uirouter/core` versions 5.0.19 and 5.0.20](https://github.com/ui-router/core/compare/5.0.19...5.0.20)
7+
8+
### Bug Fixes
9+
10+
* **params:** When creating an array parameter from a custom type, copy the `raw` property ([b6dd738](https://github.com/ui-router/core/commit/b6dd738)), closes [#178](https://github.com/ui-router/core/issues/178)
11+
12+
13+
### Features
14+
15+
* **dynamic:** Support dynamic flag on a state declaration ([3cd5a2a](https://github.com/ui-router/core/commit/3cd5a2a))
16+
* **transition:** Added transition.paramsChanged() to get added/deleted/changed parameter values for a transition ([10b7fde](https://github.com/ui-router/core/commit/10b7fde))
17+
* **view:** Add _pluginapi._registeredUIView() to get a ui-view by id ([6533b51](https://github.com/ui-router/core/commit/6533b51))
18+
119
## 0.8.2 (2018-05-25)
220
[Compare `@uirouter/react` versions 0.8.1 and 0.8.2](https://github.com/ui-router/react/compare/0.8.1...0.8.2)
321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)