Skip to content

Releases: azerion/phaser-input

v1.2.1

25 Jul 15:02
Compare
Choose a tag to compare
  • Made it webpack-able

v1.2.0

18 Jul 14:04
Compare
Choose a tag to compare
  • Added focusOutOnEnter property to InputField which controls whether Enter key will end focus on input
  • Added blockInput property (boolean property) to InputField which captures whether keyboard events on input field will bubble up to other elements

v1.1.4

14 May 09:21
Compare
Choose a tag to compare
  • Added possibility to programmaticly change text by adding a setText method to the inputField

v1.1.3

19 Apr 09:26
Compare
Choose a tag to compare

Added two event signals for detecting keyboard open/close on mobile devices.

v1.1.1

04 Apr 07:54
Compare
Choose a tag to compare

Fixed broken Build

v1.1.0

31 Mar 07:51
Compare
Choose a tag to compare
  • Added support for zooming/centering the input field on mobile when the keyboard appears
  • Made enter/return work

v1.0.0

01 Mar 10:47
Compare
Choose a tag to compare
  • Updated example
  • Added masking for texts so they don't overflow the box anymore
  • Combined max/maxLength
  • Moved dom manipulation to seperate class
  • Added option for aligning texts
  • Keyboard can now be used to update caret position
  • Clicking in the input field now changes the caret position
  • ctrl+a can be used to select text

v0.1.4

26 Feb 16:22
Compare
Choose a tag to compare
  • You can now reset text
  • Only nummeric input now also possible as type
  • You can now specify a max length (text/password) or min/max (number)

v0.1.3

23 Feb 10:40
Compare
Choose a tag to compare
Fixed an issue where input wouldn't appear on Desktop Firefox and Safari

v0.1.2

19 Feb 14:05
Compare
Choose a tag to compare

Fixed a small issue when no placeHolder was set