Skip to content

Commit c1bb45c

Browse files
committed
docs(release): add release notes for version 3.14.4 with bug fix for DataSetEditGroupBox input field corruption
(cherry picked from commit 107c62d)
1 parent 7f7d2ed commit c1bb45c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/release_notes/release_3.14.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version 3.14 #
22

3+
## guidata Version 3.14.4 ##
4+
5+
🛠️ Bug fixes:
6+
7+
* **`DataSetEditGroupBox` / computed items**: Fixed input field corruption when typing into a `LineEditWidget` whose `DataSet` contains other items declared via `set_computed(...)` (or any `display.callback`) — typing multiple characters in a row (e.g. `52` after selecting all) was silently truncated and re-interpreted between keystrokes (producing `5.02` instead of `52`, or `0.0.25` instead of `0.25`). The reactive update of computed siblings was recursively re-entering the same callback with a different exclusion target and overwriting the field the user was editing. Bug introduced in v3.13.0 (commit `0af365e`, "Add support for computed properties in datasets") (fixes [Issue #104](https://github.com/PlotPyStack/guidata/issues/104))
8+
39
## guidata Version 3.14.3 ##
410

511
🛠️ Bug fixes:

0 commit comments

Comments
 (0)