Skip to content

Commit 7ba94ee

Browse files
1.0.3
1 parent da3431f commit 7ba94ee

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 1.0.3 (2020-04-29)
2+
[Compare `@uirouter/react` versions 1.0.2 and 1.0.3](https://github.com/ui-router/react/compare/1.0.2...1.0.3)
3+
4+
### Bug Fixes
5+
6+
* **examples:** update animating-transitions example ([3520596](https://github.com/ui-router/react/commit/3520596))
7+
8+
9+
### Features
10+
11+
* export useIsActive hook ([#659](https://github.com/ui-router/react/issues/659)) ([a45ce38](https://github.com/ui-router/react/commit/a45ce38))
12+
13+
14+
---
15+
16+
17+
### Updated `@uirouter/core` from 6.0.4 to 6.0.5
18+
19+
20+
Changelog for `@uirouter/core`:
21+
22+
23+
[Compare `@uirouter/core` versions 6.0.4 and 6.0.5](https://github.com/ui-router/core/compare/6.0.4...6.0.5)
24+
25+
### Bug Fixes
26+
27+
* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe))
28+
29+
30+
### Features
31+
32+
* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a))
33+
134
## 1.0.2 (2020-02-24)
235
[Compare `@uirouter/react` versions 1.0.1 and 1.0.2](https://github.com/ui-router/react/compare/1.0.1...1.0.2)
336

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": "1.0.2",
3+
"version": "1.0.3",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)