Skip to content

Commit 139580e

Browse files
super_editor v0.3.0-dev.18
1 parent 3b9d449 commit 139580e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

super_editor/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.3.0-dev.18] - Jan 30, 2024
2+
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.3` (with fixes to per-character lookup).
3+
14
## [0.3.0-dev.17] - Jan 28, 2024
25
* FEATURE: Inline widgets for `SuperTextField`.
36
* FIX: `SuperEditor`: Selecting text with inline widgets and toggling styles deleted the inline widgets.

super_editor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.17
3+
version: 0.3.0-dev.18
44
homepage: https://github.com/superlistapp/super_editor
55
funding:
66
- https://flutterbountyhunters.com
@@ -29,7 +29,7 @@ dependencies:
2929
flutter:
3030
sdk: flutter
3131

32-
attributed_text: ^0.4.2
32+
attributed_text: ^0.4.3
3333
characters: ^1.3.0
3434
collection: ^1.15.0
3535
follow_the_leader: ^0.0.4+8

0 commit comments

Comments
 (0)