Skip to content

v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 19:32

QML v0.11.0

Diff since v0.10.1

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 an Integer, 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)