File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page
1010
1111# Stable Releases
1212
13+ ## 19.3.3 (04/16/2026)
14+
15+ * Updated third-party libraries to enhance security.
16+ * Fixed a ` COMMONJS_VARIABLE_IN_ESM ` warning using Vite 8+.
17+
1318## 19.3.2 (03/05/2026)
1419
1520Updated third-party libraries to enhance security.
@@ -147,6 +152,10 @@ Updated the names of headers for the REST API.
147152- Fixed a CORS request blocked error which also triggers a prompt to install the Dynamic Web TWAIN Service.
148153- Fixed Vite runtime errors caused by polyfills and resource path misconfiguration.
149154
155+ ## 18.5.5 (04/16/2026)
156+
157+ Updated third-party libraries to enhance security.
158+
150159## 18.5.4 (03/05/2026)
151160
152161Updated third-party libraries to enhance security.
Original file line number Diff line number Diff line change 11< span class ="fullVersionHistory ">
22 < ul class ="fullVersionInfo ">
3- < li onclick ="changeVersion(this) "> Latest Version (19.3.2 )</ li >
3+ < li onclick ="changeVersion(this) "> Latest Version (19.3.3 )</ li >
44 < li onclick ="changeVersion(this) "> Version 19.0</ li >
55 < li onclick ="changeVersion(this) "> Version 18.5.1</ li >
66 < li onclick ="changeVersion(this) "> Version 18.4</ li >
Original file line number Diff line number Diff line change 1- var versionNoteLatestVersion = "19.3.2 "
1+ var versionNoteLatestVersion = "19.3.3 "
22
33$ ( function ( ) {
44 $ ( "#versionNoteLatestVersion" ) . text ( " (" + versionNoteLatestVersion + ")" )
You can’t perform that action at this time.
0 commit comments