Skip to content

Commit

Permalink
super_editor v0.3.0-dev.15
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Jan 18, 2025
1 parent 78c2e3c commit a0e853b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions super_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.0-dev.15] - Jan 17, 2024
* FEATURE: Spellcheck for mobile (when using the `super_editor_spellcheck` plugin).
* ADJUSTMENT: Upgrade to `attributed_text` `v0.4.2` (with some fixes to inline placeholders).

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

Expand Down
4 changes: 2 additions & 2 deletions super_editor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_editor
description: Configurable, composable, extensible text editor and document renderer for Flutter.
version: 0.3.0-dev.14
version: 0.3.0-dev.15
homepage: https://github.com/superlistapp/super_editor
funding:
- https://flutterbountyhunters.com
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies:
flutter:
sdk: flutter

attributed_text: ^0.4.1
attributed_text: ^0.4.2
characters: ^1.3.0
collection: ^1.15.0
follow_the_leader: ^0.0.4+8
Expand Down

0 comments on commit a0e853b

Please sign in to comment.