Releases: cldellow/datasette-ui-extras
Releases · cldellow/datasette-ui-extras
0.19
- Row pages for views on base tables, eg /db/views/123
- Permit update JSON API calls for such views
0.18
Misc fit and finish bugs - can remove failed facets, handle facets that return 500s, be compatible with plugins that want to add content before .table-wrapper (like datasette-cluster-map)
0.17
Support datasette-parquet
0.16
add statistical facet (min, median, p90, p95, p99, max)
0.15
Show the label of the foreign key in the human description for = and != filters
0.14
- Can toggle filters client-side
- Can access column options on mobile by clicking the column name
0.13
Faster array facets, faster arraycontains filtering
0.12
fix 500 when year/month facets timed out
0.11
- add year and year/month facets
0.10
- bugfix: facet by this cog option should append params, not replace them
- bugfix: don't assume render_cell gets a CustomRow