Releases: Servoy/webnotifications
v2024.3.0
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
v2023.3.0
v2022.9.0
Release for the Servoy 2022.09
updated all supporting libraries, including angular to 14.2
webnotifications v2022.03.0
NGClient2 cases:
Case | Description |
---|---|
SVY-16836 | angular upgrade to 13.2 (and other packages) |
1.2.3
v1.2.2
v1.2.1
v.1.2.0
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
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>