Skip to content

Commit

Permalink
Release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Dec 1, 2023
1 parent 5bac76d commit 1fbc97c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
11 changes: 8 additions & 3 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## 1.11.0

* Support for Flutter 3.16
* [Fix] exception thrown when inserting new line with toggles inline styles

## 1.10.0

* Support for Flutter 3.13

## 1.9.1

* Fix light theme inline code background color for Material 3
* Fix wrong bounding box for text lines in block
* Fix alignment and direction in blocks
* [Fix] light theme inline code background color for Material 3
* [Fix] wrong bounding box for text lines in block
* [Fix] alignment and direction in blocks

## 1.9.0

Expand Down
2 changes: 1 addition & 1 deletion 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.10.0
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather
publish_to: none

Expand Down
5 changes: 5 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.11.0

* Add support for strike-through in Markdown codec
* [Fix] HTML encoder for tangled inline tags

## 1.9.0

* Migrated to Dart 3
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.9.0
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather

environment:
Expand Down

0 comments on commit 1fbc97c

Please sign in to comment.