Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated CHANGELOG and pubspec.yaml for super_editor release v0.3.0-dev.12 #2487

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions super_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.3.0-dev.12] - Dec 23, 2024
* FEATURE: Added support for inline widgets.
* FEATURE: Created a `ClearDocumentRequest`, which deletes all content and moves caret to the start.
* FIX: Web - option + arrow selection changes.
* FIX: `SuperTextField` (iOS) - native content menu focal point was wrong.
* FIX: Action tag not identified and triggered in expected situations.
* ADJUSTMENT: `KeyboardPanelScaffold` supports opening a panel before opening the software keyboard.
* ADJUSTMENT: `getDocumentPositionAfterExpandedDeletion` returns `null` for collapsed selections.
* ADJUSTMENT: `TaskNode` checkbox sets visual density based on `ThemeData.visualDensity`.

## [0.3.0-dev.11] - Nov 26, 2024
* FEATURE: Add an (optional) tap handler that automatically inserts empty paragraph
when user taps at the end of the document.
Expand Down
2 changes: 1 addition & 1 deletion 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.11
version: 0.3.0-dev.12
homepage: https://github.com/superlistapp/super_editor
funding:
- https://flutterbountyhunters.com
Expand Down
Loading