1.14.1
Slint 1.14.1 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the ChangeLog.
Upgrading to Slint 1.14.1:
- Rust: Run
cargo update. - C++: If you're using
FetchContentwith CMake, update the GIT_TAG entry in CMakeLists.txt tov1.14.1orrelease/1.14for automatic tracking of 1.14.x releases. - Node.js: Run
npm update slint-uito bring yourpackage.jsonup-to-date. - ESP-IDF developers: Run
idf.py update-dependenciesto bring your idf_component.yml up-to-date. - Python: Run
uv lock --upgrade-package slintto update your uv lock file to the latest version.