Skip to content

Releases: goldfire/CanvasInput

v1.2.7

23 Oct 23:47

Choose a tag to compare

  • Hide the native blue cursor on iOS so that only the canvas-based cursor is visible.

v1.2.6

15 Feb 00:15

Choose a tag to compare

  • Update hidden input sizing and position when the visible input values change.

v1.2.5

15 Feb 00:02

Choose a tag to compare

  • Hack to fix touch event bug in iOS.

v1.2.4

19 Dec 15:22

Choose a tag to compare

v1.2.3

07 Nov 14:09

Choose a tag to compare

Fixed a bug with readonly inputs that prevented copying the selected text from working.

v1.2.2

15 Dec 00:23

Choose a tag to compare

Added support for text shadows with new properties:

  • fontShadowColor
  • fontShadowBlur
  • fontShadowOffsetX
  • fontShadowOffsetY

v1.2.1

25 Aug 04:29

Choose a tag to compare

  • Fix bug on destroy (#3)
  • Add highlighting with shift key (#6)