Skip to content

Commit db233ef

Browse files
committed
Bump to v0.14.2
1 parent 4b59edf commit db233ef

File tree

6 files changed

+117
-69
lines changed

6 files changed

+117
-69
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [Unreleased]
1010

11+
12+
## [0.14.2] - 2020-11-28
13+
1114
### Fixed
1215
- Fixed compatibility with React 17 and React.Suspense ([#196])
1316

@@ -373,7 +376,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
373376
- Added `<TilingSprite />` component
374377

375378

376-
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.1...HEAD
379+
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.2...HEAD
380+
[0.14.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.1...v0.14.2
377381
[0.14.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.0...v0.14.1
378382
[0.14.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.13.2...v0.14.0
379383
[0.13.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.13.1...v0.13.2
@@ -419,6 +423,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
419423
[0.2.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.1...v0.2.0
420424
[0.1.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.0...v0.1.1
421425

426+
[#196]: https://github.com/michalochman/react-pixi-fiber/issues/196
422427
[#185]: https://github.com/michalochman/react-pixi-fiber/issues/185
423428
[#182]: https://github.com/michalochman/react-pixi-fiber/pull/182
424429
[#180]: https://github.com/michalochman/react-pixi-fiber/pull/180

examples/package-lock.json

Lines changed: 60 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"animated": "^0.2.2",
77
"pixi-layers": "^0.2.1",
88
"pixi.js": "^5.0.4",
9-
"react": "^16.6.0",
10-
"react-dom": "^16.6.0",
11-
"react-pixi-fiber": "0.14.1",
9+
"react": "^17.0.1",
10+
"react-dom": "^17.0.1",
11+
"react-pixi-fiber": "0.14.2",
1212
"react-router-dom": "^4.2.2",
1313
"react-scripts": "2.1.5",
14-
"stats.js": "^0.17.0"
14+
"stats.js": "^0.17.0",
15+
"use-asset": "^0.2.0"
1516
},
1617
"scripts": {
1718
"start": "react-scripts start",

examples/yarn.lock

Lines changed: 44 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4081,6 +4081,11 @@ fast-deep-equal@^2.0.1:
40814081
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
40824082
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
40834083

4084+
fast-deep-equal@^3.1.3:
4085+
version "3.1.3"
4086+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
4087+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
4088+
40844089
fast-glob@^2.0.2:
40854090
version "2.2.6"
40864091
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.6.tgz#a5d5b697ec8deda468d85a74035290a025a95295"
@@ -8392,15 +8397,14 @@ react-dev-utils@^7.0.3:
83928397
strip-ansi "5.0.0"
83938398
text-table "0.2.0"
83948399

8395-
react-dom@^16.6.0:
8396-
version "16.9.0"
8397-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
8398-
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
8400+
react-dom@^17.0.1:
8401+
version "17.0.1"
8402+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
8403+
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
83998404
dependencies:
84008405
loose-envify "^1.1.0"
84018406
object-assign "^4.1.1"
8402-
prop-types "^15.6.2"
8403-
scheduler "^0.15.0"
8407+
scheduler "^0.20.1"
84048408

84058409
react-error-overlay@^5.1.3:
84068410
version "5.1.3"
@@ -8412,25 +8416,25 @@ react-is@^16.8.1:
84128416
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.3.tgz#4ad8b029c2a718fc0cfc746c8d4e1b7221e5387d"
84138417
integrity sha512-Y4rC1ZJmsxxkkPuMLwvKvlL1Zfpbcu+Bf4ZigkHup3v9EfdYhAlWAaVyA19olXq2o2mGn0w+dFKvk3pVVlYcIA==
84148418

8415-
8416-
version "0.14.1"
8417-
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-0.14.1.tgz#e0b88c1487b557fb5c9f2b7eae0628c9a4b0288d"
8418-
integrity sha512-+WGlTvjgrOnZMNFESk0qxyODvZnImNHqt3wNylikfVojukHIS7EGfJZ4ZyikjH7380rCQ+GxjKEZfG3reRNqqA==
8419+
8420+
version "0.14.2"
8421+
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-0.14.2.tgz#45292782903b999d5e7155d74320ddebcad65121"
8422+
integrity sha512-Sg2F2+B1YQ9aJkM6fUD96ZYci6yhqL+ZKI3t8Q2UcOHGM2eaKNA/wS29nU+T7upW1Sl4nk+80cKXdAadyus9/A==
84198423
dependencies:
84208424
fbjs "^0.8.0"
84218425
performance-now "^2.1.0"
8422-
react-reconciler "^0.21.0"
8423-
scheduler "^0.15.0"
8426+
react-reconciler "^0.25.0"
8427+
scheduler "^0.19.0"
84248428

8425-
react-reconciler@^0.21.0:
8426-
version "0.21.0"
8427-
resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.21.0.tgz#8180342ab3c8295f860025a86d0a03742a294ea7"
8428-
integrity sha512-h4Rl3L3O6G9V4Ff+F+tCXX8ElDVn0Psk/odT+NPWeA55Yk5G7+kHT8D+Q3yE+51C72LbrYcX6OfLmCZ/7Nx9cw==
8429+
react-reconciler@^0.25.0:
8430+
version "0.25.1"
8431+
resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.25.1.tgz#f9814d59d115e1210762287ce987801529363aaa"
8432+
integrity sha512-R5UwsIvRcSs3w8n9k3tBoTtUHdVhu9u84EG7E5M0Jk9F5i6DA1pQzPfUZd6opYWGy56MJOtV3VADzy6DRwYDjw==
84298433
dependencies:
84308434
loose-envify "^1.1.0"
84318435
object-assign "^4.1.1"
84328436
prop-types "^15.6.2"
8433-
scheduler "^0.15.0"
8437+
scheduler "^0.19.1"
84348438

84358439
react-router-dom@^4.2.2:
84368440
version "4.3.1"
@@ -8512,14 +8516,13 @@ [email protected]:
85128516
optionalDependencies:
85138517
fsevents "1.2.4"
85148518

8515-
react@^16.6.0:
8516-
version "16.9.0"
8517-
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
8518-
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
8519+
react@^17.0.1:
8520+
version "17.0.1"
8521+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
8522+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
85198523
dependencies:
85208524
loose-envify "^1.1.0"
85218525
object-assign "^4.1.1"
8522-
prop-types "^15.6.2"
85238526

85248527
read-pkg-up@^1.0.1:
85258528
version "1.0.1"
@@ -8974,10 +8977,18 @@ sax@^1.2.4, sax@~1.2.4:
89748977
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
89758978
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
89768979

8977-
scheduler@^0.15.0:
8978-
version "0.15.0"
8979-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
8980-
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
8980+
scheduler@^0.19.0, scheduler@^0.19.1:
8981+
version "0.19.1"
8982+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
8983+
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
8984+
dependencies:
8985+
loose-envify "^1.1.0"
8986+
object-assign "^4.1.1"
8987+
8988+
scheduler@^0.20.1:
8989+
version "0.20.1"
8990+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.1.tgz#da0b907e24026b01181ecbc75efdc7f27b5a000c"
8991+
integrity sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==
89818992
dependencies:
89828993
loose-envify "^1.1.0"
89838994
object-assign "^4.1.1"
@@ -10052,6 +10063,13 @@ url@^0.11.0:
1005210063
punycode "1.3.2"
1005310064
querystring "0.2.0"
1005410065

10066+
use-asset@^0.2.0:
10067+
version "0.2.0"
10068+
resolved "https://registry.yarnpkg.com/use-asset/-/use-asset-0.2.0.tgz#e626f5d16e0ac5861f35d098fa224a6b3067049d"
10069+
integrity sha512-vNZlJJjzIU+ChWTuJmI3cZKH9oO1QacV0EaRrNUoNPaP5M91NyuWcRy7yWAG4BFyQqkpmzhnw1ahA0B3HgHcZw==
10070+
dependencies:
10071+
fast-deep-equal "^3.1.3"
10072+
1005510073
use@^3.1.0:
1005610074
version "3.1.1"
1005710075
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pixi-fiber",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "React Fiber renderer for PixiJS",
55
"main": "index.js",
66
"author": "Michal Ochman",

0 commit comments

Comments
 (0)