Skip to content

Commit 59c4546

Browse files
Merge pull request #996 from dynamsoft-docs/preview
19.3.3
2 parents 9d9f7e7 + b646893 commit 59c4546

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

_articles/info/schedule/Stable.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1520
Updated 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

152161
Updated third-party libraries to enhance security.

_includes/version-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

assets/js/setLatestVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var versionNoteLatestVersion = "19.3.2"
1+
var versionNoteLatestVersion = "19.3.3"
22

33
$(function() {
44
$("#versionNoteLatestVersion").text(" (" + versionNoteLatestVersion + ")")

0 commit comments

Comments
 (0)