Release 0.4.13 - #593
Merged
Merged
Conversation
…h home navigation, and hotkeys
…, and clean up quick start items
…maining pixel hitch
…s and enable global FocusScope
…y layout-independent dispatch
…ing modal dialogs
…orkspaces feat(workspaces): wire staging buffer and save handler in SQLite, Postgres, and MySQL workspaces (#565)
…tion-dialog feat(grid): add atomic DML preview and confirmation dialog before save (#566)
…hortcuts feat(grid): add in-cell data type validator, visual error cues, and bidirectional navigation shortcuts (#567)
…arser feat(filter): add multi-clause query parser with AND, OR, NOT, and parentheses (#568)
…nded-operators feat(filter): support LIKE, ILIKE, IN, IS NULL, BETWEEN, and escaped quotes in filter engine (#569)
feat(filter): add autocomplete and syntax suggestions popup to filter bar (#570)
feat(calc): add distinct count, median, std dev, and copy stats summary action (#573)
…ation-tests test(grid): add end-to-end integration tests for data grid staging, DML generation, and filtering pipelines (#578)
…ibility feat(a11y): add global keyboard shortcuts (Ctrl+F, Ctrl+S, Ctrl+G), focus accessibility, and visual polish (#579)
… update analyzer config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.4.13 — Production-Ready UI Polish & Data Grid Interactivity
Major feature release introducing the complete interactive Data Grid editing suite, advanced query filtering engine, physics-driven collapsible navigation, rich database object context menus, and comprehensive platform polish.
✨ Highlights
📊 Interactive Data Grid & In-Place Editing (Epics A–E, #554, #564–#579)
UPDATE,INSERT, andDELETESQL statements before execution.IN,LIKE,IS NULL,BETWEEN) #569, DG-07 — Autocomplete & Syntax Suggestions in Filter Bar #570) — Compound filtering withAND/OR/NOT,LIKE/ILIKE/IN/IS NULL/BETWEEN, escaped quotes, and live autocomplete popup.natural->asc->desc).🧭 Sidebar, Navigation & Accessibility (#551, #552, #557, #558, #579)
QueryaSpringphysics,Cmd+B/Ctrl+Bhotkey, and persisted width.Ctrl+F(filter),Ctrl+S(staging commit),Ctrl+G(groupings).🛠️ Forms & Platform Fixes (#553, #555, #556, #577)
refresh_rateplugin source inPackage.swift.network.clientandfiles.user-selected.read-writeentitlements.🧪 Quality & Tests
dart analyze: 0 issues found.flutter test: 1156 / 1156 tests passing.