Skip to content

1.0a12

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonw simonw released this 29 Feb 22:36
· 102 commits to main since this release
  • New query_actions() plugin hook, similar to table_actions() and database_actions(). Can be used to add a menu of actions to the canned query or arbitrary SQL query page. (#2283)
  • New design for the button that opens the query, table and database actions menu. (#2281)
  • "does not contain" table filter for finding rows that do not contain a string. (#2287)
  • Fixed a bug in the makeColumnActions(columnDetails) JavaScript plugin mechanism where the column action menu was not fully reset in between each interaction. (#2289)