sections: changelog:id2
This data as json
| id | page | ref | title | content | breadcrumbs | references |
|---|---|---|---|---|---|---|
| changelog:id2 | changelog | id2 | Other changes | Fixed allowed_resources("view-query", actor) so actor-specific canned queries are returned correctly. Any plugin that defines a resources_sql() method on a Resource subclass needs to update to the new signature, see the resources_sql() method documentation for details. Column actions can now be accessed in mobile view via a new "Column actions" button. Previously they were not available on mobile because table headers are not displayed there. ( #2669 , #2670 ) Row pages now render foreign key values as links to the referenced row. ( #1592 ) The startup() plugin hook now fires after metadata and internal schema tables have been populated, so plugins can reliably inspect that state during startup. ( #2666 ) | ["Changelog", "1.0a26 (2026-03-18)"] | [{"href": "https://github.com/simonw/datasette/issues/2669", "label": "#2669"}, {"href": "https://github.com/simonw/datasette/issues/2670", "label": "#2670"}, {"href": "https://github.com/simonw/datasette/issues/1592", "label": "#1592"}, {"href": "https://github.com/simonw/datasette/issues/2666", "label": "#2666"}] |