chain-studio/lib
flemming-it 8ae9441e38
Some checks failed
Security / Security check (push) Failing after 2s
chore(deps): pull flow-editor 0.1.1 — false-positive dirty fix
Updates fai_studio_flow_editor pin from 51f9a1d to 8b918f8.

Upstream fix: the editor's dirty-detection compared
_code.text against a snapshot taken before CodeController
normalisation, so opening any flow whose loaded text the
controller silently rewrote (trailing-newline handling, YAML
fold markers, line-ending normalisation) immediately read as
dirty. Clicking a different file in the list then raised the
"Discard unsaved changes?" prompt even though the operator
hadn't typed anything.

The package now compares _code.fullText (the canonical
post-processed value) against a baseline captured AFTER the
text assignment. Comparing fullText-to-fullText eliminates
the spurious diff.

Version: 0.51.1 → 0.51.2
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-30 14:57:29 +02:00
..
data fix(security): atomic hub-auth-token writes (P1-5) 2026-05-29 17:47:29 +02:00
l10n feat(studio): pencil-into-editor + back button + collapsible rail 2026-05-30 12:04:05 +02:00
pages feat(studio): swap built-in flow editor for fai_studio_flow_editor package (v0.51.0) 2026-05-30 14:36:54 +02:00
theme feat(studio): surface provider + sourceKind + versionAdvisory on CapabilityInfo 2026-05-28 10:54:48 +02:00
widgets chore(deps): bump file_picker 8→11 + transitive lifts 2026-05-29 07:15:25 +02:00
main.dart chore(deps): pull flow-editor 0.1.1 — false-positive dirty fix 2026-05-30 14:57:29 +02:00