Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 677 Bytes | |
v0.10.0 source code.tar.gz | 2025-06-20 | 6.2 MB | |
v0.10.0 source code.zip | 2025-06-20 | 6.3 MB | |
Totals: 3 Items | 12.5 MB | 4 |
QML v0.10.0
Breaking changes
- The QML module name has been changed from
org.julialang
to justjlqml
, soimport org.julialang
needs to be replaced withimport jlqml
in all QML files. - Use of Qt 6.8
- Makie support has been moved to the QMLMakie package (@steffenhaug)
Merged pull requests: - Fix example for issue Invalid bidirectional binding [#215] (#216) (@barche) - Update for Qt 6.8 and move Makie to QMLMakie (#221) (@barche)
Closed issues: - Release version 0.9.2 (#214) - Invalid bidirectional binding (#215)