Releases: azerion/phaser-input
Releases · azerion/phaser-input
v2.0.5
v2.0.4
- Holding delete (or any key for that matter) now also forces text update (Thanks @derpierre65 )
- Fixed an issue where the library would crash when no placeHolder is added to the input (Thanks @CFix-Ollie & @Tdnshah)
v2.0.3
v2.0.2
- Updated example a tad and guarded for non-existing placeHolder on alignment (thanks @trachukov)
v2.0.1
v2.0.0
- Moved away from Fabrique.Plugins namespace (see below)
- Updated readme (#22)
- TextAlign now also applied to placeholder (#27)
- Width of the inputField can now be adjusted post creation
- Removed node version requirement (#23)
Migrating from v1
the API of the objects is the same as before but the namespace changed. We decided to remove the Fabrique namespace, and house the plugin in it's own (PhaserInput).
so:
Fabrique.Plugins.Input
becomes:
PhaserInput.Plugin
and all other references of Fabrique.Plugins can be replaced with PhaserInput.
If you are still unsure how or what, both the example and the readme have been adjusted to work with the new namespace.
v1.2.6
v1.2.5
v1.2.4
- Dropped exports in favor of https://webpack.github.io/docs/shimming-modules.html
- Updated Type definition to match Phaser 2.6.1