@cloudflare/local-explorer-ui@0.14.1
📦 cloudflare-workersView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This patch release fixes an issue where unhandled keydown events were swallowed in data studio table cells. It also improves the D1 schema editor by correctly tracking unsaved changes, including those from column and constraint deletions.
🐛 Bug Fixes
- Unhandled keydown events, such as Cmd/Ctrl+<number> tab-switch shortcuts, are no longer swallowed when a data studio table cell is focused but not being edited.
- The D1 schema editor tab (edit table / create table) now correctly marks the tab as dirty when there are unsaved schema changes, showing an unsaved changes indicator, triggering the browser's leave guard, and prompting for confirmation when closing the tab.
- Column and constraint deletions in the D1 schema editor now properly mark the schema as dirty. Previously, removing a column or constraint would filter the entry out of the state array entirely, causing the dirty-state check to miss the change.