We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eecfc commit 42e3affCopy full SHA for 42e3aff
2 files changed
super_editor/CHANGELOG.md
@@ -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
+
7
## [0.3.0-dev.42]
8
### Nov 26, 2025
9
* ADJUSTMENT: `MarkdownTableComponent`s now let you specify a column width policy, and a fit policy.
super_editor/pubspec.yaml
@@ -1,6 +1,6 @@
name: super_editor
description: Configurable, composable, extensible text editor and document renderer for Flutter.
-version: 0.3.0-dev.42
+version: 0.3.0-dev.43
homepage: https://github.com/superlistapp/super_editor
funding:
- https://flutterbountyhunters.com
0 commit comments