Releases: proyecto26/ion-phaser
Releases · proyecto26/ion-phaser
Release 1.3.0
Release v1.2.3
Fixed
- Fixed types and configuration for react package
- Fixed eslint issues and added validations to create the phaser game instance
- Updated stencil packages
Release 1.2.2 - From 1 million to 269 bytes
Release 1.2.1
Fixed
- Added watch for
game
prop to fix issues initializing the phaser game.
Release 1.2.0
Fixed
- Update Stencil configuration.
- Fix React wrapper component by using
componentDidMount
andcomponentDidUpdate
instead ofcomponentWillReceiveProps
(Deprecated) orshouldComponentUpdate
methods.
v1.1.0
Added
- Set the configuration of a Phaser game with a
game
property. - Initialize the game manually with an
initialize
property. - Include
destroy
method to destroy the Phaser game instance. - Include
getInstance
method to get the current instance of the game. - Add React wrapper component to avoid using
ref
manually to attach the configuration of the game. - Add demo including the component for Angular, React and Vue.js
- Add codepen example to see the component in action using Vue.js