QML v0.11.0
Breaking changes
- The Qt
enumtypes (e.g.QML.Orientationfrom the item model) are now mapped to complete Julia@enumtypes, 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)