Skip to content

Commit 775cb4a

Browse files
super_editor v0.3.0-dev.16
1 parent 6ee35fb commit 775cb4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

super_editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.0-dev.16] - Jan 24, 2024
2+
* FIX: `KeyboardScaffoldSafeArea` in rare circumstances was trying to use `NaN` for bottom insets.
3+
* FIX: On Safari/Firefox, double tapping on text closing the IME connection.
4+
15
## [0.3.0-dev.15] - Jan 17, 2024
26
* FEATURE: Spellcheck for mobile (when using the `super_editor_spellcheck` plugin).
37
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.2` (with some fixes to inline placeholders).

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.15
3+
version: 0.3.0-dev.16
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com

0 commit comments

Comments
 (0)