Skip to content

Releases: Servoy/svyKeyListener

v2024.3.1

29 Jul 13:44
Compare
Choose a tag to compare

updated all supporting libraries, including angular to 17.3

Titanium NGClient cases:

Case Description
SVYX-917 Keylistener delay isn't discarding the previous delay

v2024.3.0

12 Mar 09:41
Compare
Choose a tag to compare

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

14 Mar 13:29
Compare
Choose a tag to compare

updated all supporting libraries, including angular to 15.2

General NGClient cases:

Case Description
SVY-17857 Services Key Listener angular.js:15763 TypeError: Cannot read properties of undefined (reading 'callbackKey') causes Servoy to stop responding

v2022.12.0

22 Dec 16:09
Compare
Choose a tag to compare

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

01 Sep 09:53
Compare
Choose a tag to compare

Release for the Servoy 2022.09

updated all supporting libraries, including angular to 14.2

v2022.3.1

25 Aug 13:49
Compare
Choose a tag to compare

Fix the npm version string, npm doesn't support 2022.03.1 it must be 2022.3.1

KeyListener v2022.03.0

14 Mar 08:49
Compare
Choose a tag to compare
Case Description
SVY-16630 add jsdoc for all functions, improve wiki
SVY-16488 update regex support and ng2 implementation
SVY-16961 angular upgrade to 13.2 (and other packages)

v1.4.0 release

08 Jun 11:18
Compare
Choose a tag to compare

Added NGClient2 sources.

KeyListener version 1.3.0

11 Dec 10:55
Compare
Choose a tag to compare
  • 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

12 Nov 12:36
6e7d609
Compare
Choose a tag to compare

Improve capslock toggle on Mac