Skip to content

Releases: Abbe98/thor

0.3.0

19 Sep 12:42
Compare
Choose a tag to compare

⭐ New features

  • 🎨 Icons are now affected by theming.
  • 🗺 Map geometries can now display labels upon being clicked.
  • 🧭 The map now zooms to the bounds of rendered geometries.
  • 📄 Pagination support in the table view.
  • 🚦 The favicon now indicates the status of the query.

0.2.1

22 Mar 07:09
Compare
Choose a tag to compare

🪲 Bug fixes

  • Fixed an issue with ?lat and ?lon variables no longer being usable for rendering markers in maps.

0.2.0

20 Mar 08:23
Compare
Choose a tag to compare

⭐ New features

  • 🗺️ Maps can now render lines and polygons
  • 🧭 One can now use a custom basemap and attribution.
  • 📊 One can now set a default view for a given query using WDQS-GUI style defaultView comments.
  • 📄 One can now set query-specific page titles using WDQS-GUI style title comments.
  • 🔽 Users can now not only download query results but also the queries them self.
  • 📄 The page title now defaults to the contents of the title configuration option.

🪲 Bug fixes

  • Fixed an issue causing the query library to not render.

🪠 Removals & breaking changes

  • Removed the header_brand_content option which took HTML in favor of title which only supports plaintext.
  • The markerOpacity query variable has been renamed to geometryOpacity.

0.1.0

20 Jan 09:59
Compare
Choose a tag to compare

First release following documentation and licensing changes.