Posted on February 16, 2022
In this update we enabled IME in the off-screen rendering mode and fixed several important issues.
What’s New
IME in Off-Screen
Now, you can enter text in Chinese, Japanese, Korean, etc. using IME in the off-screen rendering mode on Windows, macOS, and Linux in your Java Swing, JavaFX, or SWT application.
Quality Enhancements
- Fixed issue when
UrlRequest.browser()
returns an emptyOptional
inBeforeUrlRequestCallback
for theOPTION
requests. - Sign the
7zr-mac
executable that allows extracting Chromium binaries on macOS in both x64 and Apple Silicon architectures. - Fixed issue when Chromium fails to collect printer capabilities due to an internal issue when the given printer name is treated as incorrect.
- Fixed issue when
text/plain
appears among the custom D&D data MIME types on macOS and Swing. - Fixed crash when printing to PDF while specifying file path as an existing directory on macOS.
- Fixed crash when interrupting file download while we are still in
StartDownloadCallback
.
Subscribe to @JxBrowserTeam on Twitter to get notified of the library updates.