Skip to content

Commit 42e3aff

Browse files
super_editor v0.3.0-dev.42
1 parent 58eecfc commit 42e3aff

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

super_editor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.3.0-dev.43]
2+
### Dec 2, 2025
3+
* FIX: `ImeFocusPolicy` wasn't unregistering its focus listener on disposal. This could result in a
4+
defunct `ImeFocusPolicy` responding to focus changes as if it still existed, interfering with a new,
5+
visible `SuperEditor`.
6+
17
## [0.3.0-dev.42]
28
### Nov 26, 2025
39
* ADJUSTMENT: `MarkdownTableComponent`s now let you specify a column width policy, and a fit policy.

super_editor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_editor
22
description: Configurable, composable, extensible text editor and document renderer for Flutter.
3-
version: 0.3.0-dev.42
3+
version: 0.3.0-dev.43
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com

0 commit comments

Comments
 (0)