Skip to content

0.4.0

Compare
Choose a tag to compare
@Abbe98 Abbe98 released this 17 Feb 16:34
· 25 commits to master since this release

This release has a strong focus on improved support for using Thor in multi-project settings such as; hosting multiple Thor instances on the same domain, using a single instance with multiple configurations, embedding Thor in other applications.

⭐ New features

  • 🧭 One Thor instance can now work with multiple configurations using the config URL parameter. Instances are limited to configurations in the config directory.
  • 🌐 Endpoint and editor persistence now uses the domain and an endpoint hash instead of only the endpoint.
  • 💾 There is now an option to download the query as cURL.
  • 🏷 The query library can now render queries without tags.

🐛 Fixes

  • Query library items with long titles now expands the items borders as intended.
  • Serving multiply Thor instances on the same domain will no longer cause persistence conflicts.
  • Query library tags are now always rendered within their items.