Skip to content

Commit ffc5cf6

Browse files
Super Editor v0.3.0-dev.17
1 parent 0051f48 commit ffc5cf6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

super_editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.3.0-dev.17] - Jan 28, 2024
2+
* FEATURE: Inline widgets for `SuperTextField`.
3+
* FIX: `SuperEditor`: Selecting text with inline widgets and toggling styles deleted the inline widgets.
4+
* FIX: Caret place wrong with RTL languages.
5+
* FIX: Crash when selecting in an empty paragraph with a selection color strategy.
6+
* FIX: Backspace to un-indent on Web.
7+
* ADJUSTMENT: Tasks are rendered by default in `SuperReader`.
8+
19
## [0.3.0-dev.16] - Jan 24, 2024
210
* FIX: `KeyboardScaffoldSafeArea` in rare circumstances was trying to use `NaN` for bottom insets.
311
* FIX: On Safari/Firefox, double tapping on text closing the IME connection.

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

0 commit comments

Comments
 (0)