Skip to content

Query System Rework

Compare
Choose a tag to compare
@FelixKratz FelixKratz released this 20 Jul 16:19
· 363 commits to master since this release

This release contains a rework of the query system. The JSON structure of the query system has changed in this release, so if you have been relying on this in your plugins this is a minor breaking change, which is easy to fix.

New

  • Query System now supports all properties and they are returned in the same grouping as seen in the documentation. Using jq, this allows to access the properties almost in the same syntactical way as they are set. (#55)

Fixes

  • Fix a bug with bracket paddings (#211)
  • Fix a bug with click registration in brackets (#216)
  • Dynamically assigned spaces are now fully disabled if they are not available

Full Changelog: v2.7.4...v2.8.0