You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
55
## 1.0.2 (2020-04-29)
2
56
[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)
0 commit comments