File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22InputField
33
4+ v3.3.1 (2022-08-18)
5+ - Changed: scroll() now returns how much was actually scrolled.
6+ - Changed: wheelmoved() now only returns true if any scrolling actually happened.
7+ - Fixed "font filtering blocks newlines in multi-line fields".
8+ - Fixed "undo/redo counts as editing text even when nothing happened".
9+
410v3.3 (2022-03-15)
511- Added: Event method wheelmoved() (which can do horizontal scrolling).
612- Added: Triple-click-and-drag to select lines.
Original file line number Diff line number Diff line change 11--[[ ============================================================
22--=
3- --= InputField v3.3-dev - text input handling library for LÖVE (0.10.2+)
3+ --= InputField v3.3.1 - text input handling library for LÖVE (0.10.2+)
44--= - Written by Marcus 'ReFreezed' Thunström
55--= - MIT License (See the bottom of this file)
66--= - https://github.com/ReFreezed/InputField
134134--============================================================]]
135135
136136local InputField = {
137- _VERSION = " InputField 3.3.0-dev " ,
137+ _VERSION = " InputField 3.3.1 " ,
138138}
139139
140140
You can’t perform that action at this time.
0 commit comments