Skip to content

0.7.0

Latest

Choose a tag to compare

@madeburo madeburo released this 11 Jul 09:04

Added

  • Added a shared 20 MB browser import limit for Titan JSON, PostgreSQL SQL, and compare files.
  • Added confirmation dialogs for destructive table, relation, index, and enum deletion, including cascade impact details.
  • Added reusable dialog focus management and keyboard focus trapping for editor modals.
  • Added precomputed schema visual indexes for foreign-key and index badges.
  • Added a PostgreSQL-first dialect capability notice in the Project Overview and export warnings for non-PostgreSQL workflows.
  • Added CSP and stricter renderer navigation rules to Titanbase Desktop.
  • Added dependency-audit checks to core CI.

Changed

  • Reduced canvas hot-path work by tracking dirty state through immutable schema identity and serializing only during save/autosave.
  • Aligned the browser editor React and React type ranges with the installed React 19.2 release.