7.0.0 - Better datatable keyboard navigation and keyboard-focus tooltips
What's new
Datatable keyboard navigation
Tabbing through the query and load datatables now behaves more predictably. The action column and the Id column are reachable with Tab, and pressing Enter on an Id cell opens the record popover. Copying a cell with the keyboard gets a visible focus style, and inline cell editing has been cleaned up to match SLDS. These changes apply anywhere the datatable is used, including query results and the web extension.
Tooltips with keyboard focus
Tooltips now open when a control receives keyboard focus, not just when the mouse hovers. This makes icon-only buttons discoverable without a pointer.
Bulk update from query results
Fixed a bug where the bulk update job launched from query results would silently fail. Jobs now complete and report their status correctly.
Popover and tooltip fixes
This release resolves a handful of positioning glitches in tooltips and popovers across modals, and dropdowns now close reliably when you click outside them.
No action is required. If you notice any regression in tooltips, popovers, dropdowns, or inline editing after updating, please let us know.
Web extension 2.0.0
The browser extension was bumped alongside the web release and picks up all of the above, including the datatable keyboard improvements.