home / docs / sections

Menu

sections: changelog:id2

This data as json

id page ref title content breadcrumbs references
changelog:id2 changelog id2 Unreleased Dropped Janus as a dependency, previously used to manage the write queue. This should not have any impact on plugin developers or end-users. ( #1752 ) Fixed a bug where stale tables and other related resources were not removed from catalog_* tables when a database was removed. ( #2723 ) Fixed a Safari bug with the table search mechanism triggered by pressing / . ( #2724 ) New "Jump to..." menu item, always visible, for triggering the previously undocumented / menu. ( #2725 ) The / jump-to search interface now covers databases, views, canned queries and plugin-provided items in addition to tables. The endpoint backing it has been renamed from /-/tables to /-/jump . New jump_items_sql(datasette, actor, request) plugin hook, allowing plugins to contribute additional items to the jump-to menu by returning SQL. JumpSQL queries run against Datasette's internal database by default, or can target another database using the optional database= argument. datasette.jump.JumpSQL.menu_item() is a shortcut for adding individual jump menu items that are not backed by resources in the internal catalog. New makeJumpSections() JavaScript plugin hook, allowing plugins to add custom blank-state sections to the jump-to menu before the user has typed a query. Debug menu links now appear in the jump-to menu instead of the top-right app menu, with descriptions for each debug item. New documented datasette.fixtures.populate_fixture_database(conn) helper for creating the fixture database tables used by Datasette's own tests, intended for plugin test suites. ["Changelog"] [{"href": "https://github.com/simonw/datasette/issues/1752", "label": "#1752"}, {"href": "https://github.com/simonw/datasette/issues/2723", "label": "#2723"}, {"href": "https://github.com/simonw/datasette/issues/2724", "label": "#2724"}, {"href": "https://github.com/simonw/datasette/issues/2725", "label": "#2725"}]
Powered by Datasette · Queries took 2.56ms