Skip to content

@cloudflare/local-explorer-ui@0.14.1

Choose a tag to compare

@workers-devprod workers-devprod released this 15 Jul 06:25
b449bb0

Patch Changes

  • #14531 ad8d4b2 Thanks @matingathani! - Don't swallow unhandled keydown events (e.g. Cmd/Ctrl+<number> tab-switch shortcuts) when a data studio table cell is focused but not being edited

  • #14629 c5647dd Thanks @dario-piotrowicz! - Fix D1 schema editor tab not tracking unsaved changes

    The schema editor tab (edit table / create table) now correctly marks the tab as dirty when there are unsaved schema changes. This shows the unsaved changes indicator on the tab, triggers the browser's leave guard when navigating away, and prompts for confirmation when closing the tab.

    Additionally, column and constraint deletions 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.