Skip to content

Releases: Servoy/webnotifications

v2024.3.0

23 May 12:36
Compare
Choose a tag to compare

updated all supporting libraries, including angular to 17.3.x

NGClient cases:

Case Description
SVYX-699 onClick for onToastr Notification

Titanium NGClient cases:

Case Description
SVYX-737 Extra action for the toastr Notification
SVYX-750 Toastr in TiNG does not allow all possible options of ngx-toastr
SVY-18915 rewrite all the executeInlineScript to the new function way

v2023.6.0

03 Jul 13:25
Compare
Choose a tag to compare

updated all supporting libraries, including angular to 15.2.x

Titanium NGClient cases:

Case Description
SVYX-649 Unable to disable toast timeout in TiNG
SVYX-650 Browser console throws error if attempting to
close toast via ID if it's already closed

v2023.3.0

14 Mar 11:00
Compare
Choose a tag to compare

Release for the Servoy 2023.3

updated all supporting libraries, including angular to 15.2

Titanium NGClient cases:

Case Description
SVY-17989 HTML not being displayed in toastr notifications

v2022.9.0

01 Sep 09:43
Compare
Choose a tag to compare

Release for the Servoy 2022.09

updated all supporting libraries, including angular to 14.2

webnotifications v2022.03.0

11 Mar 08:49
Compare
Choose a tag to compare

NGClient2 cases:

Case Description
SVY-16836 angular upgrade to 13.2 (and other packages)

1.2.3

09 Dec 16:36
Compare
Choose a tag to compare

NGClient2 cases:

Case Description
SVY-16471 [NG2] - add showMethod / hideMethod options to ngx-toastr (if possible)
SVY-16669 [NG2] angular upgrade to 13 (and other packages)

v1.2.2

29 Sep 15:03
Compare
Choose a tag to compare

Fix for NG2Client.

v1.2.1

17 Sep 12:13
Compare
Choose a tag to compare

Fix error in reading spec file for version 1.2.0.
Contains the NGClient2 sources.

v.1.2.0

16 Sep 14:51
Compare
Choose a tag to compare

We are pleased to release a new version of the Web Notifications package that includes now the NG2 sources. No fixes were required for NG1.

Please consider that:

Two configuration options are missing now in NG2 (showMethod, hideMethod) and will be added soon (if possible) in a new minor release.

The easing types for NG2 are now based on the CSS animation timings. So in NG1 you can use only "swing" or "linear" for the showEasing and hideEasing options but now in NG2 you have more options like: "ease", "ease-in", "ease-out", "ease-in-out", "linear", "step-start", "step-end". Check the full list here: https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function

Added ability to programatically close a specific toastr

06 Oct 13:38
517ba53
Compare
Choose a tag to compare

In version 1.1.3 we

  • added an optional "toastrId" parameter to all toastr message type calls
  • added a "clearToastr(toastrId)" method to clear the toastr with the given toastrId (SVYX-92)
  • added a convenience method "createToastrOptions" to create toastrOptions to not having to type an object to CustomType<webnotificationsToastr.toastrOptions>