Skip to content

Commit b35175e

Browse files
super_editor v0.3.0-dev.19
1 parent bdf8017 commit b35175e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
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.19] - Feb 11, 2024
2+
* FIX: Immutability error in the spelling and grammar styler.
3+
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.4` (with some fixes to inline placeholders).
4+
15
## [0.3.0-dev.18] - Jan 30, 2024
26
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.3` (with fixes to per-character lookup).
37

super_editor/pubspec.yaml

Lines changed: 7 additions & 7 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.18
3+
version: 0.3.0-dev.19
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.3
32+
attributed_text: ^0.4.4
3333
characters: ^1.3.0
3434
collection: ^1.15.0
3535
follow_the_leader: ^0.0.4+8
@@ -48,11 +48,11 @@ dependencies:
4848
flutter_test_robots: ^0.0.24
4949
clock: ^1.1.1
5050

51-
dependency_overrides:
52-
# Override to local mono-repo path so devs can test this repo
53-
# against changes that they're making to other mono-repo packages
54-
attributed_text:
55-
path: ../attributed_text
51+
#dependency_overrides:
52+
# # Override to local mono-repo path so devs can test this repo
53+
# # against changes that they're making to other mono-repo packages
54+
# attributed_text:
55+
# path: ../attributed_text
5656
# super_text_layout:
5757
# path: ../super_text_layout
5858

0 commit comments

Comments
 (0)