Skip to content

Commit 068aeb0

Browse files
super_editor v0.3.0-dev.20
1 parent fdc31c3 commit 068aeb0

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

super_editor/CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
1-
## [0.3.0-dev.19] - Feb 11, 2024
1+
## [0.3.0-dev.20] - Mar 7, 2025
2+
* FIX: Keyboard safe area rare layout exception due to dirty ancestor layout.
3+
4+
## [0.3.0-dev.19] - Feb 11, 2025
25
* FIX: Immutability error in the spelling and grammar styler.
36
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.4` (with some fixes to inline placeholders).
47

5-
## [0.3.0-dev.18] - Jan 30, 2024
8+
## [0.3.0-dev.18] - Jan 30, 2025
69
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.3` (with fixes to per-character lookup).
710

8-
## [0.3.0-dev.17] - Jan 28, 2024
11+
## [0.3.0-dev.17] - Jan 28, 2025
912
* FEATURE: Inline widgets for `SuperTextField`.
1013
* FIX: `SuperEditor`: Selecting text with inline widgets and toggling styles deleted the inline widgets.
1114
* FIX: Caret place wrong with RTL languages.
1215
* FIX: Crash when selecting in an empty paragraph with a selection color strategy.
1316
* FIX: Backspace to un-indent on Web.
1417
* ADJUSTMENT: Tasks are rendered by default in `SuperReader`.
1518

16-
## [0.3.0-dev.16] - Jan 24, 2024
19+
## [0.3.0-dev.16] - Jan 24, 2025
1720
* FIX: `KeyboardScaffoldSafeArea` in rare circumstances was trying to use `NaN` for bottom insets.
1821
* FIX: On Safari/Firefox, double tapping on text closing the IME connection.
1922

20-
## [0.3.0-dev.15] - Jan 17, 2024
23+
## [0.3.0-dev.15] - Jan 17, 2025
2124
* FEATURE: Spellcheck for mobile (when using the `super_editor_spellcheck` plugin).
2225
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.2` (with some fixes to inline placeholders).
2326

24-
## [0.3.0-dev.14] - Jan 14, 2024
27+
## [0.3.0-dev.14] - Jan 14, 2025
2528
* FIX: `KeyboardScaffoldSafeArea` breaks and defers to `MediaQuery` when there's only one in the tree.
2629

27-
## [0.3.0-dev.13] - Jan 10, 2024
30+
## [0.3.0-dev.13] - Jan 10, 2025
2831
* BREAKING: All `DocumentNode`s are now immutable. To change a node, it must be copied and replaced.
2932
* BREAKING: Newline insertion behavior is now configurable.
3033
* All newlines are inserted with explicit `EditRequest`s, e.g., `InsertNewlineRequest`, `InsertSoftNewlineRequest`.

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

0 commit comments

Comments
 (0)