File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
InputField
3
3
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
+
4
10
v3.3 (2022-03-15)
5
11
- Added: Event method wheelmoved() (which can do horizontal scrolling).
6
12
- Added: Triple-click-and-drag to select lines.
Original file line number Diff line number Diff line change 1
1
--[[ ============================================================
2
2
--=
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+)
4
4
--= - Written by Marcus 'ReFreezed' Thunström
5
5
--= - MIT License (See the bottom of this file)
6
6
--= - https://github.com/ReFreezed/InputField
134
134
--============================================================]]
135
135
136
136
local InputField = {
137
- _VERSION = " InputField 3.3.0-dev " ,
137
+ _VERSION = " InputField 3.3.1 " ,
138
138
}
139
139
140
140
You can’t perform that action at this time.
0 commit comments