Skip to content

Releases: proyecto26/ion-phaser

Release 1.5.2

16 Mar 07:32
ba3132d

Choose a tag to compare

Fixed

  • upgrade demo-react to React 18 + Vite, fix React wrapper for Stencil v4 (0bd9da2).

Release 1.5.1

16 Mar 07:16
63d1af7

Choose a tag to compare

Changed

Fixed

  • remove deprecated Stencil v2 React wrapper files (546747f).
  • remove Phaser typeRoots/types from tsconfig for CI compatibility (eda7a05).

Release 1.5.0

16 Mar 07:09

Choose a tag to compare

Changed

Fixed

  • remove Phaser typeRoots/types from tsconfig for CI compatibility (eda7a05).
  • install devDependencies for Phaser types in build step (6f126df).

Release 1.4.0

16 Mar 07:06
2abd545

Choose a tag to compare

Added

  • upgrade Stencil v4, React 17/18 support, release automation (95b75e6).

Changed

Release 1.3.0

15 Mar 20:11
26f08ef

Choose a tag to compare

Fixed

  • ion-phaser dist appears to bundle Phaser (#18).
  • How to upgrade to Phaser (#27).

Release v1.2.3

30 Apr 06:39

Choose a tag to compare

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

27 Nov 20:22
ab14afa

Choose a tag to compare

Fixed

  • Fixed an import and using Phaser global object instead, to reduce the bundle size from 1 mb to 269b! 😱

Captura de Pantalla 2019-11-27 a la(s) 2 25 56 p  m

Release 1.2.1

23 Nov 06:07

Choose a tag to compare

Fixed

  • Added watch for game prop to fix issues initializing the phaser game.

Release 1.2.0

04 Sep 15:30

Choose a tag to compare

Fixed

  • Update Stencil configuration.
  • Fix React wrapper component by using componentDidMount and componentDidUpdate instead of componentWillReceiveProps (Deprecated) or shouldComponentUpdate methods.

v1.1.0

12 Jul 08:09
c45ccf9

Choose a tag to compare

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