Releases: Servoy/svyKeyListener
Releases · Servoy/svyKeyListener
v2024.3.1
v2024.3.0
updated all supporting libraries, including angular to 17.2
also refactored the way server side scripting is called, by just using it as a function.
Titanium NGClient cases:
Case | Description |
---|---|
-- | try to get the attribute "keylistener" on the native child and element because the attribute is added by the base component to the native element but very likely the native child should be used to listen for keys |
SVY-18561 | Keylistner returns on HtmlArea |
SVY-19038 | Can't add multiple keylisteners, Only remove callbacks with given callback key when adding new keylistener |
v2023.3.0
v2022.12.0
updated all supporting libraries, including angular to 14.2.12
Titanium NGClient cases:
Case | Description |
---|---|
SVYX-525 | KeyListener not working with TING selectTokenzier |
v2022.9.0
Release for the Servoy 2022.09
updated all supporting libraries, including angular to 14.2
v2022.3.1
Fix the npm version string, npm doesn't support 2022.03.1 it must be 2022.3.1
KeyListener v2022.03.0
v1.4.0 release
Added NGClient2 sources.
KeyListener version 1.3.0
- Big refactor to use Servoy 2020.12 listener interface; this version needs 2020.12 in order to run
- add delay to typing. In the event the user types many words consecutively, we don't fire the event right away.
- add a regex pattern/replace for client side restriction of input
- make addKeyListener API async
- add textarea as valid element for keylistener
KeyListener version 1.2.1
Improve capslock toggle on Mac