From 6077073ef2e2985d62e454407d3bb5221609309c Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Mon, 13 Apr 2026 10:45:18 +0800 Subject: [PATCH 1/4] update release notes about CVE updates --- _articles/info/schedule/Stable.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index 0fcedeb9..c8afed35 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -10,6 +10,10 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page # Stable Releases +## 19.3.3 (04/16/2026) + +Updated third-party libraries to enhance security. + ## 19.3.2 (03/05/2026) Updated third-party libraries to enhance security. @@ -147,6 +151,10 @@ Updated the names of headers for the REST API. - Fixed a CORS request blocked error which also triggers a prompt to install the Dynamic Web TWAIN Service. - Fixed Vite runtime errors caused by polyfills and resource path misconfiguration. +## 18.5.5 (04/16/2026) + +Updated third-party libraries to enhance security. + ## 18.5.4 (03/05/2026) Updated third-party libraries to enhance security. From 723b97427549f3db3581565fe4bbb3f41b4e239c Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Wed, 15 Apr 2026 13:35:50 +0800 Subject: [PATCH 2/4] update latest version to 19.3.3 --- _includes/version-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/version-list.html b/_includes/version-list.html index 1f415740..1125b422 100644 --- a/_includes/version-list.html +++ b/_includes/version-list.html @@ -1,6 +1,6 @@
    -
  • Latest Version (19.3.2)
  • +
  • Latest Version (19.3.3)
  • Version 19.0
  • Version 18.5.1
  • Version 18.4
  • From b051ad39a3e4f3a867c2e24d842163e7b8bacf28 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Wed, 15 Apr 2026 13:42:50 +0800 Subject: [PATCH 3/4] update 19.3.3 release note about common js usage in esm --- _articles/info/schedule/Stable.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index c8afed35..8dd8dbab 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -12,7 +12,8 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page ## 19.3.3 (04/16/2026) -Updated third-party libraries to enhance security. +* Updated third-party libraries to enhance security. +* Fixed a `COMMONJS_VARIABLE_IN_ESM` warning using Vite 8+. ## 19.3.2 (03/05/2026) From b64689367c7950db3574bb91c4ca5101c36e8e03 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Thu, 16 Apr 2026 17:14:43 +0800 Subject: [PATCH 4/4] update version in setLatestVersion.js --- assets/js/setLatestVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/setLatestVersion.js b/assets/js/setLatestVersion.js index 5c128f12..015d09b2 100644 --- a/assets/js/setLatestVersion.js +++ b/assets/js/setLatestVersion.js @@ -1,4 +1,4 @@ -var versionNoteLatestVersion = "19.3.2" +var versionNoteLatestVersion = "19.3.3" $(function() { $("#versionNoteLatestVersion").text(" (" + versionNoteLatestVersion + ")")