Skip to content

Commit 13fb301

Browse files
1.0.3
1 parent 9624ff9 commit 13fb301

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## 1.0.3 (2020-12-23)
2+
[Compare `@uirouter/react-hybrid` versions 1.0.2 and 1.0.3](https://github.com/ui-router/react-hybrid/compare/1.0.2...1.0.3)
3+
4+
---
5+
6+
7+
### Updated `@uirouter/core` from 6.0.5 to 6.0.7
8+
9+
10+
Changelog for `@uirouter/core`:
11+
12+
13+
[Compare `@uirouter/core` versions 6.0.5 and 6.0.7](https://github.com/ui-router/core/compare/6.0.5...6.0.7)
14+
15+
### Bug Fixes
16+
17+
* **array:** Fix decoding of array-type query parameters ([44ebfae](https://github.com/ui-router/core/commit/44ebfae))
18+
* **params:** Bi-directionally en/decode path and search params. ([#618](https://github.com/ui-router/core/issues/618)) ([89e99cd](https://github.com/ui-router/core/commit/89e99cd))
19+
20+
21+
22+
---
23+
24+
25+
### Updated `@uirouter/react` from 1.0.3 to 1.0.6
26+
27+
28+
Changelog for `@uirouter/react`:
29+
30+
31+
[Compare `@uirouter/react` versions 1.0.3 and 1.0.6](https://github.com/ui-router/react/compare/1.0.3...1.0.6)
32+
33+
### Bug Fixes
34+
35+
* **sref:** do not handle clicks if the dom element has a 'target' attribute ([#799](https://github.com/ui-router/react/issues/799)) ([a13b3cd](https://github.com/ui-router/react/commit/a13b3cd)), closes [#786](https://github.com/ui-router/react/issues/786)
36+
37+
38+
---
39+
40+
41+
### Updated `@uirouter/angularjs` from 1.0.26 to 1.0.29
42+
43+
44+
Changelog for `@uirouter/angularjs`:
45+
46+
47+
[Compare `@uirouter/angularjs` versions 1.0.26 and 1.0.29](https://github.com/angular-ui/ui-router/compare/1.0.26...1.0.29)
48+
49+
### Bug Fixes
50+
51+
* should not transition states when alt-clicked ([8080adb](https://github.com/angular-ui/ui-router/commit/8080adb))
52+
* make augmented StateRegistry.register overload better match the signature in core ([db4e63f](https://github.com/angular-ui/ui-router/commit/db4e63f))
53+
54+
155
## 1.0.2 (2020-04-29)
256
[Compare `@uirouter/react-hybrid` versions 1.0.1 and 1.0.2](https://github.com/ui-router/react-hybrid/compare/1.0.1...1.0.2)
357

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-hybrid",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"clean": "shx rm -rf lib lib-esm _bundles",
66
"compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",

0 commit comments

Comments
 (0)