Skip to content

Releases: pixijs/pixi-react

v8.0.0-beta.23

07 Feb 15:34
27405d6
Compare
Choose a tag to compare
v8.0.0-beta.23 Pre-release
Pre-release

8.0.0-beta.23 (2025-02-07)

Features

v8.0.0-beta.22

05 Feb 01:51
0f8db95
Compare
Choose a tag to compare
v8.0.0-beta.22 Pre-release
Pre-release

8.0.0-beta.22 (2025-02-05)

Bug Fixes

  • update useTick isEnabled typedef and readme (7daeb17)

v8.0.0-beta.21

04 Jan 06:16
60dd9ff
Compare
Choose a tag to compare
v8.0.0-beta.21 Pre-release
Pre-release

8.0.0-beta.21 (2025-01-04)

Bug Fixes

  • types: update resizeTo ref type (068eec3)

v8.0.0-beta.20

04 Jan 06:11
549bed2
Compare
Choose a tag to compare
v8.0.0-beta.20 Pre-release
Pre-release

8.0.0-beta.20 (2025-01-04)

Code Refactoring

  • make unprefixed elements opt-in (b820aba)

BREAKING CHANGES

  • unprefixed elements must be explicitly added

Signed-off-by: Trezy [email protected]

v8.0.0-beta.19

04 Jan 05:55
68e1190
Compare
Choose a tag to compare
v8.0.0-beta.19 Pre-release
Pre-release

8.0.0-beta.19 (2025-01-04)

Bug Fixes

  • Remove union types from ConstructorOptions (814a351)

v8.0.0-beta.18

31 Dec 06:38
2f18915
Compare
Choose a tag to compare
v8.0.0-beta.18 Pre-release
Pre-release

8.0.0-beta.18 (2024-12-31)

Bug Fixes

  • use its-fine to bridge context across the application boundary (a827ee6)

v8.0.0-beta.17

30 Dec 22:04
18d52d1
Compare
Choose a tag to compare
v8.0.0-beta.17 Pre-release
Pre-release

8.0.0-beta.17 (2024-12-30)

Features

  • upgrade reconciler for React 19 (e121bb8)

v8.0.0-beta.16

26 Dec 05:33
31ced48
Compare
Choose a tag to compare
v8.0.0-beta.16 Pre-release
Pre-release

8.0.0-beta.16 (2024-12-26)

Bug Fixes

v8.0.0-beta.15

26 Dec 05:13
3a19cbc
Compare
Choose a tag to compare
v8.0.0-beta.15 Pre-release
Pre-release

8.0.0-beta.15 (2024-12-26)

Bug Fixes

  • handle unmounting <Application> (b91fa7e)
  • make Application children optional (504aaa9)
  • make sure applications always have a canvas in internal state (4d8f15b)

v8.0.0-beta.14

03 Sep 12:21
8efc79c
Compare
Choose a tag to compare
v8.0.0-beta.14 Pre-release
Pre-release

8.0.0-beta.14 (2024-09-03)

Bug Fixes

  • ensure <Application> children is optional (4ae3129)
  • restore jsdom (f598c55)

Features

  • put tools in place for e2e testing (4d6e2c6)