Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-20 | 622 Bytes | |
v0.11.0 source code.tar.gz | 2025-08-20 | 6.2 MB | |
v0.11.0 source code.zip | 2025-08-20 | 6.3 MB | |
Totals: 3 Items | 12.5 MB | 0 |
QML v0.11.0
Breaking changes
- The Qt
enum
types (e.g.QML.Orientation
from the item model) are now mapped to complete Julia@enum
types, to accommodate working with the newly added mouse and keyboard enums. This implies that they are no longer automatically considered as anInteger
, which may in rare cases cause an error in code that relies on this.
Other changes
- Remove Requires.jl dependency since with a minimal Julia version of 1.10 this is no longer needed
Closed issues: - Release v0.10.1 (#223)