Skip to content

Commit c3869d2

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 9c07226 + 6fc05b6 commit c3869d2

File tree

3 files changed

+197
-100
lines changed

3 files changed

+197
-100
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 0.8.0 (2018-05-19)
2+
[Compare `@uirouter/react` versions 0.7.0 and 0.8.0](https://github.com/ui-router/react/compare/0.7.0...0.8.0)
3+
4+
### Bug Fixes
5+
6+
* **UISref/UISrefActive:** make proptypes non-required: parentUIView, addStateInfoToParentActive ([c7aa299](https://github.com/ui-router/react/commit/c7aa299)), closes [#173](https://github.com/ui-router/react/issues/173)
7+
8+
9+
### Features
10+
11+
* **UIView:** force component re-mount on reload() ([d01162a](https://github.com/ui-router/react/commit/d01162a)), closes [#172](https://github.com/ui-router/react/issues/172)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **UIView:** when a state is entered/exited the State Component is remounted, re-running its lifecycle methods.
17+
18+
19+
### Updated `@uirouter/core` from 5.0.18 to 5.0.19
20+
[Compare `@uirouter/core` versions 5.0.18 and 5.0.19](https://github.com/ui-router/core/compare/5.0.18...5.0.19)
21+
22+
### Bug Fixes
23+
24+
* **enums:** Workaround angular compiler export issue https://github.com/angular/angular/issues/23759 ([38d25fa](https://github.com/ui-router/core/commit/38d25fa))
25+
126
# 0.7.0 (2018-05-05)
227
[Compare `@uirouter/react` versions 0.6.2 and 0.7.0](https://github.com/ui-router/react/compare/0.6.2...0.7.0)
328

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -67,7 +67,7 @@
6767
"enzyme-adapter-react-16": "^1.1.1",
6868
"enzyme-context-patch": "^0.0.7",
6969
"husky": "^0.14.3",
70-
"jest": "22.4.3",
70+
"jest": "22.4.4",
7171
"prettier": "^1.12.1",
7272
"pretty-quick": "^1.4.1",
7373
"react": "^16.3.2",

0 commit comments

Comments
 (0)