Skip to content

Commit

Permalink
Bump to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalochman committed Oct 19, 2022
1 parent d0fc738 commit 1e60144
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [1.0.4] - 2022-10-19

### Fixed
- Fix `useStageRerenderer` hook in `React.StrictMode` ([#285])
- Fixed reconciler to check that parent exists before calling `appendChild` ([#291])
- Fixed `useStageRerenderer` hook in `React.StrictMode` ([#285])


## [1.0.3] - 2022-10-11
Expand All @@ -34,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Added ReactDOM-like prop validation in development ([#47])
- Add ES format output
- Added ES format output
- Added missing `prop-types` dependency ([#221])

### Changed
Expand Down Expand Up @@ -427,8 +431,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `<TilingSprite />` component


[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.3...v1.0.3
[Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.3...v1.0.0
Expand Down Expand Up @@ -478,6 +483,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[0.2.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.0...v0.1.1

[#291]: https://github.com/michalochman/react-pixi-fiber/pull/291
[#286]: https://github.com/michalochman/react-pixi-fiber/pull/286
[#285]: https://github.com/michalochman/react-pixi-fiber/issues/285
[#283]: https://github.com/michalochman/react-pixi-fiber/pull/283
Expand Down
14 changes: 7 additions & 7 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-pixi-fiber": "1.0.3",
"react-pixi-fiber": "1.0.4",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"stats.js": "^0.17.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8655,10 +8655,10 @@ react-is@^18.0.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==

react-pixi-fiber@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-1.0.3.tgz#87c1fc22c55994deb5d74e5b9272f0b5ba26072d"
integrity sha512-HL+TQxWqBZhGr+qHABesFdfxZkZr133isnSVj21svS3ujrXOAT9nQjGM4Kpc4iprk0l8pulxWRn8C03HoOoTgQ==
react-pixi-fiber@1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-1.0.4.tgz#9a1af49098ca083cf39d5c248515f81190c0e25d"
integrity sha512-Jl4PbSrvI5HwWeezqHI8IbksSj5kJcFZaWAw03cE8FeQHQ696DfOgFrNS/tCtIzmOLd+KBhQOp+QJZCMuCxNTQ==
dependencies:
fbjs "^3.0.0"
react-reconciler "^0.26.2"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pixi-fiber",
"version": "1.0.3",
"version": "1.0.4",
"description": "React Fiber renderer for PixiJS",
"main": "index.js",
"umd:main": "index.umd.js",
Expand Down

0 comments on commit 1e60144

Please sign in to comment.