Skip to content
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 packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.25.0

- Upgrade to Flutter 3.35
- Add attributes to images
- Support `TextWidthBasis.longestLine`
- Support custom `StrutStyle`
- Built-in emoji shortcuts
- [Fix] Corrupted cursor position when deleting blocks
- [Fix] Error when using multi-level lists of different nature

## 1.24.0+1

* Use Flutter context menu when read-only on iOS
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.24.0+1
fleather: ^1.25.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.24.0+1
version: 1.25.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand All @@ -26,7 +26,7 @@ dependencies:
sdk: flutter
collection: ^1.19.1
parchment_delta: ^1.0.0
parchment: ^1.24.0
parchment: ^1.25.0
intl: ">=0.19.0 <0.21.0"

dependency_overrides:
Expand Down
4 changes: 4 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.25.0

* [Fix] Incorrect `Node` cached offset when moving `Node`s

## 1.24.0

* [Fix] regex for ul in Markdown decoder
Expand Down
2 changes: 1 addition & 1 deletion packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parchment
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
version: 1.24.0
version: 1.25.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand Down