summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index b34ba870..a082cbd6 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -294,6 +294,23 @@
\section1 Platform Changes
+ \section2 WebAssembly
+ \list
+ \li Added binary package with multithreading enabled to the Qt installer.
+ \li Added support for the \l{https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API}
+ {File System Access} API. File dialog calls such as QFileDialog::getOpenFileContent() and
+ QFileDialog::saveFileContent() will now use this API, if supported by the browser.
+ \li Added support for the \l{https://developer.mozilla.org/en-US/docs/Web/API/Local_Font_Access_API}
+ {Local Font Access} API. Qt will now use local fonts on browsers which support this API.
+ \li Added tech preview of video playback and camera support to Qt Multimedia.
+ \li Added configure option for WebAssembly SIMD: -feature-wasm-simd128
+ \li Added configure option for WebAssembly exceptions: -feature-wasm-exceptions
+ \li Published \l{https://git.qt.io/mosorvig/qt-web-utils}{Qt Web Utils} with utility functions and
+ Qt on web usage examples.
+ \li QTest for WebAssembly now uses emrun by default. A specialized script for WebAssembly drives
+ the execution of automatic tests.
+ \endlist
+
\section2 Desktop Platforms
\section3 Windows