1.7.2
Slint 1.7.2 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the ChangeLog.
Upgrading to Slint 1.7.2:
- Rust: Run
cargo update
. - C++: If you're using
FetchContent
with CMake, update the GIT_TAG entry in CMakeLists.txt tov1.7.2
orrelease/1.7
for automatic tracking of 1.7.x releases. - Node.js: Run
npm update slint-ui
to bring yourpackage.json
up-to-date. - ESP-IDF developers: Run
idf.py update-dependencies
to bring your idf_component.yml up-to-date.