Skip to content

Commit f9f2937

Browse files
Release super_editor v0.0.3 dev.2
1 parent 48019df commit f9f2937

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

super_editor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.3.0-dev.2] - July 2, 2024
2+
* DEPENDENCY: Upgraded `attributed_text` to `v0.3.2`.
3+
* FEATURE: Tasks can now be indented.
4+
* FEATURE: Can convert a paragraph to a task.
5+
* FIX: Tasks can be created in the "completed" state.
6+
* FEATURE: Added attributions for font family, superscript, and subscript.
7+
* ADJUSTMENT: (iOS) - place caret at word boundary on tap.
8+
* ADJUSTMENT: (Android) - increased touch area for selection handles.
9+
* FEATURE: Automatic linkification for Markdown as the user types.
10+
* FIX: Crash in linkification reaction.
11+
* FIX: Crash in `SelectedTextColorStrategy`.
12+
113
## [0.3.0-dev.1] - June 10, 2024
214
MAJOR UPDATE: First taste of the new editor pipeline.
315

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.1
3+
version: 0.3.0-dev.2
44
homepage: https://github.com/superlistapp/super_editor
55

66
screenshots:

0 commit comments

Comments
 (0)