pixi-react

Write PIXI apps using React declarative style

MIT License

Downloads
55.6K
Stars
2.1K
Committers
56

Bot releases are hidden (Show)

pixi-react - v1.1.6

Published by inlet almost 5 years ago

Fixed

Optimize bundle size

pixi-react - v1.1.5

Published by inlet about 5 years ago

Added

Filter Wrapper support, thanks to @paolotozzo

pixi-react - v1.1.4

Published by inlet about 5 years ago

Added

Add preventRedraw prop to Graphics:

<Graphics preventRedraw={true} />
pixi-react - v1.1.3

Published by inlet about 5 years ago

Fixed

Update texture prop on AnimatedSprite

pixi-react - v1.1.2

Published by inlet about 5 years ago

Fixed

Type defs for Sprite and SimpleMesh

pixi-react - v1.1.1

Published by inlet about 5 years ago

Fixed

DevTools React DOM version.

pixi-react - v1.1.0

Published by inlet about 5 years ago

Added

AnimatedSprite: https://reactpixi.org/components/animated-sprite
Thanks to @paolotozzo

pixi-react - v1.0.4

Published by inlet about 5 years ago

Add enabled flag to useTick type definition.

pixi-react - v1.0.3

Published by inlet about 5 years ago

Add applyDefaultProps to type definition and update docs

pixi-react - v1.0.2

Published by inlet about 5 years ago

Expose applyDefaultProps for Custom Components.

pixi-react - v1.0.1

Published by inlet about 5 years ago

Fixed

Peer dependencies are now accepting minor and patch versions.

pixi-react - v1.0.0

Published by inlet over 5 years ago

🎉 Major release

Fully supports pixi.js v5!

Improved

  • Reconciliation
  • ReactPixi API (SimpleRope, props, etc)
  • Typescript Definitions
  • Support latest NodeJS

Added

  • Support pixi.js v5
  • Tests
  • Jest webGL support
  • source and video props on DisplayObjects like <Sprite />
  • @testing-library/react for testing hooks correctly

Removed

  • Pixi-legacy

Fixed

  • Docs
  • Errors

Thanks to all contributors, special thanks to @fabienjuif and @Adamfsk 👏
Note: If you are restricted to pixi.js v4 you'll need an older release of @inlet/react-pixi

pixi-react - v0.7.1

Published by inlet over 5 years ago

Fixed

React Reconciler works again, wait for the alpha package react-reconciler to become stable.

pixi-react - v0.7.0

Published by inlet over 5 years ago

Added

  • Support newest React version. (react-reconciler)

Updated

  • Rollup config
  • ESLint config
  • CircleCI

Fixed

  • Security warning npm module esm.
pixi-react - v0.6.0

Published by inlet over 5 years ago

Added

  • Support PIXI v5

Fixed

  • Remove canvas-prebuilt and support new jest environment
  • Forcing a newer jsdom
pixi-react - v0.5.11

Published by inlet over 5 years ago

Improved

Performance for adding/removing event listeners.

pixi-react - v0.5.10

Published by inlet over 5 years ago

Fixed

Provide options.view to Stage props.

pixi-react - v0.5.9

Published by inlet over 5 years ago

Fixed

Support React Suspense

pixi-react - v0.5.8

Published by inlet over 5 years ago

Added

Support crossorigin for Texture images, example:

<Sprite image="http://placekitten.com/200/300" crossorigin={true} />
pixi-react - v0.5.7

Published by inlet over 5 years ago

Fixed

  • Make PointLike type more strict
  • Update docs