Skip to content

8.6.0

Compare
Choose a tag to compare
@tfrancart tfrancart released this 09 Jan 21:21
· 172 commits to master since this release

This is an important release that fixes bugs in query loading, column edition/ordering, and query submission. It also introduces the experimental feature of querying multiple endpoints at the same time. An important refactoring of the autocomplete widget took place with the migration to awesomplete instead of EasyAutocomplete.

Remember to update the theme CSS as new variables are introduced.

Breaking changes

None

New features:

  • #536 : replaced EasyAutocomplete with awesomeplete in autocompletion widget
  • #535 : added the ability to query multiple endpoints

Bug fixes:

  • #540 : multiple submit event were sent when clicking on the submit button
  • #547 : in OWL configuration, domains of properties using unionOf were not read properly
  • #545 : query loading did not preserve variable names
  • #543 : deleting a criteria messed up the selected variables in the query
  • #542 : changing a column name re-enable the submit button

Documentation:

Full Changelog: 8.5.0...8.6.0