Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 2 KB

File metadata and controls

73 lines (44 loc) · 2 KB

Version 1.5.0

  • Add display modes for query results: table (default), single value, and pie chart
  • Single value mode supports text and numeric values, with single or multiple row layouts (label | value)
  • Pie chart mode with configurable value and label columns, optional legend and percentages, and tooltips on slices showing label and value

Version 1.3.1

  • Added backend caching of query results.
  • Added option to allow end user to bypass cache and fetch new results.
  • Update directus extension sdk

Version 1.2.1

  • Fix sorting not working after performance update

Version 1.2.0

  • Fix export to include correct headers on items
  • Improve table rendering performance by using lazy rendering

Version 1.1.0

  • Add active state on last row clicked
  • Only refetched if variables involved in query were actually changed

Version 1.0.10

  • Fix setting of variable

Version 1.0.9

  • Added and hover style for on row click
  • Add ability to set variables on clicking actions as an alternative to linking to page
    • This allows you to set global variables in the dashboard to update other panels

Version 1.0.7

  • Fix issue with cache-control header being set as array instead of string

Version 1.0.6

  • Fix row height when items are less than full height of table

Version 1.0.5

  • Change default column width from 100ch to 10ch

Version 1.0.4

  • Add cache option to adjust how long the results are cached for
    • ⚠️ Defaults to 300 seconds, ie. 5min (previous default was 30 seconds)
    • Does update when variables change
  • Improved feedback on missing variables (uses info instead of error)

Version 1.0.3

  • Support sqlite and mssql
    • Partial support for 'CALL' statements

Version 1.0.2

  • Add event emitter to allow other extensions to listen to events
    • 'sql-query:request' - Fired before variables are replaced in the query
    • 'sql-query:response' - Fired after the query has been executed

Version 1.0.1

  • Update sumary row basedo on searched results

Version 1.0.0

First release