Skip to content

Releases: pixijs/pixi-react

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)

v8.0.0-beta.13

01 Sep 02:54
8490ecb
Compare
Choose a tag to compare
v8.0.0-beta.13 Pre-release
Pre-release

8.0.0-beta.13 (2024-09-01)

Bug Fixes

  • enforce valid extensions are passed to extensions prop (2f5f256)
  • match Pixi expectations for extensions (2e79fc0)

Features

  • add extension prop to <Application> (3156c65)

v8.0.0-beta.12

01 Sep 02:48
e808f22
Compare
Choose a tag to compare
v8.0.0-beta.12 Pre-release
Pre-release

8.0.0-beta.12 (2024-09-01)

Bug Fixes

  • ensure draw calls are being run (f7a0eb7)