Skip to content

Commit 68deaa7

Browse files
0.5.2
1 parent 69b7289 commit 68deaa7

File tree

3 files changed

+62
-8
lines changed

3 files changed

+62
-8
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## `@uirouter/react` 0.5.2 (2017-09-23)
2+
[Compare `@uirouter/react` versions 0.5.1 and 0.5.2](https://github.com/ui-router/react/compare/0.5.1...0.5.2)
3+
4+
### Bug Fixes
5+
6+
* **sourcemaps:** Embed sources in sourcemaps ([62d84ea](https://github.com/ui-router/react/commit/62d84ea))
7+
8+
9+
Changes to `@uirouter/core`:
10+
[Compare `@uirouter/core` versions 5.0.5 and 5.0.7](https://github.com/ui-router/core/compare/5.0.5...5.0.7)
11+
12+
### Bug Fixes
13+
14+
* **globals:** Use shallow copy to update the globals.params / $state.params object ([e883afc](https://github.com/ui-router/core/commit/e883afc))
15+
* **Injector:** When getting tokens from native injector, only throw on undefined (not on falsey values) ([ada9ca2](https://github.com/ui-router/core/commit/ada9ca2))
16+
* **sourceMaps:** Embed typescript sources in sourcemaps ([10558a3](https://github.com/ui-router/core/commit/10558a3))
17+
* **trace:** Fall back to console.log if .table is unavailable (IE) ([c8110fc](https://github.com/ui-router/core/commit/c8110fc))
18+
* **trace:** Support tracing of object-parameters with circular references ([2f1ae9a](https://github.com/ui-router/core/commit/2f1ae9a))
19+
* **typescript:** Fix strictNullCheck type error ([0ae585e](https://github.com/ui-router/core/commit/0ae585e))
20+
* **url:** Add CustomEvent polyfill for IE ([a50db21](https://github.com/ui-router/core/commit/a50db21))
21+
* **urlRouter:** Fix absolute 'href' generation by using location.hostname (not location.host) ([a28b68a](https://github.com/ui-router/core/commit/a28b68a))
22+
* **urlService:** Fix priority sorting of URL rules ([73a1fe0](https://github.com/ui-router/core/commit/73a1fe0))
23+
* **vanilla:** fix base path handling for vanilla push state ([ad61d74](https://github.com/ui-router/core/commit/ad61d74))
24+
* **vanilla:** Use `self` instead of `window` for webworker compat ([a4629ee](https://github.com/ui-router/core/commit/a4629ee))
25+
26+
27+
128
<a name="0.5.1"></a>
229
## [0.5.1](https://github.com/ui-router/react/compare/0.5.0...v0.5.1) (2017-07-03)
330

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "State based routing for React",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/ui-router/react.git"
4040
},
4141
"dependencies": {
42-
"@uirouter/core": "=5.0.6",
42+
"@uirouter/core": "=5.0.7",
4343
"classnames": "^2.2.5"
4444
},
4545
"peerDependencies": {

yarn.lock

+33-6
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,20 @@
6868
"@types/glob" "*"
6969
"@types/node" "*"
7070

71-
"@uirouter/core@=5.0.5":
72-
version "5.0.5"
73-
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.5.tgz#4fafae8b89e1bee321b0ed32e69ab66547c055c6"
71+
"@uirouter/core@=5.0.7":
72+
version "5.0.7"
73+
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.7.tgz#547ed169a8200cb95eaecb593aa6f7674f300933"
74+
75+
"@uirouter/publish-scripts@^1.0.3":
76+
version "1.0.7"
77+
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-1.0.7.tgz#99ffd6aeced41e96b92ccb007342eee5d14b0a9a"
78+
dependencies:
79+
conventional-changelog "^1.1.4"
80+
conventional-changelog-ui-router-core "^1.4.2"
81+
find-parent-dir "^0.3.0"
82+
git-semver-tags "^1.2.1"
83+
readline-sync "^1.4.7"
84+
shelljs "^0.7.8"
7485

7586
JSONStream@^1.0.4:
7687
version "1.3.1"
@@ -1404,6 +1415,14 @@ conventional-changelog-jshint@^0.2.0:
14041415
compare-func "^1.3.1"
14051416
q "^1.4.1"
14061417

1418+
conventional-changelog-ui-router-core@^1.4.2:
1419+
version "1.4.2"
1420+
resolved "https://registry.yarnpkg.com/conventional-changelog-ui-router-core/-/conventional-changelog-ui-router-core-1.4.2.tgz#56d5787163f883e25d3e1f573aef563f85411df7"
1421+
dependencies:
1422+
compare-func "^1.3.1"
1423+
github-url-from-git "^1.4.0"
1424+
q "^1.4.1"
1425+
14071426
conventional-changelog-writer@^2.0.1:
14081427
version "2.0.1"
14091428
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-2.0.1.tgz#47c10d0faba526b78d194389d1e931d09ee62372"
@@ -1419,7 +1438,7 @@ conventional-changelog-writer@^2.0.1:
14191438
split "^1.0.0"
14201439
through2 "^2.0.0"
14211440

1422-
conventional-changelog@^1.1.0:
1441+
conventional-changelog@^1.1.0, conventional-changelog@^1.1.4:
14231442
version "1.1.5"
14241443
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.5.tgz#4c46fb64b2986cab19888d8c4b87ca7c0e431bfd"
14251444
dependencies:
@@ -2218,6 +2237,10 @@ finalhandler@~1.0.4:
22182237
statuses "~1.3.1"
22192238
unpipe "~1.0.0"
22202239

2240+
find-parent-dir@^0.3.0:
2241+
version "0.3.0"
2242+
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54"
2243+
22212244
find-up@^1.0.0, find-up@^1.1.2:
22222245
version "1.1.2"
22232246
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
@@ -2406,6 +2429,10 @@ gitconfiglocal@^1.0.0:
24062429
dependencies:
24072430
ini "^1.3.2"
24082431

2432+
github-url-from-git@^1.4.0:
2433+
version "1.5.0"
2434+
resolved "https://registry.yarnpkg.com/github-url-from-git/-/github-url-from-git-1.5.0.tgz#f985fedcc0a9aa579dc88d7aff068d55cc6251a0"
2435+
24092436
glob-base@^0.3.0:
24102437
version "0.3.0"
24112438
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
@@ -4340,7 +4367,7 @@ rc@^1.1.7:
43404367
minimist "^1.2.0"
43414368
strip-json-comments "~2.0.1"
43424369

4343-
react-dom@^15.6.1:
4370+
43444371
version "15.6.1"
43454372
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.1.tgz#2cb0ed4191038e53c209eb3a79a23e2a4cf99470"
43464373
dependencies:
@@ -4721,7 +4748,7 @@ shebang-regex@^1.0.0:
47214748
version "1.0.0"
47224749
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
47234750

4724-
shelljs@^0.7.0, shelljs@^0.7.7:
4751+
shelljs@^0.7.0, shelljs@^0.7.7, shelljs@^0.7.8:
47254752
version "0.7.8"
47264753
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
47274754
dependencies:

0 commit comments

Comments
 (0)