Skip to content

Commit

Permalink
Release v1.12.0 (#193)
Browse files Browse the repository at this point in the history
* Release v1.12.0
  • Loading branch information
Amir-P authored Dec 10, 2023
1 parent 50baf00 commit cc0ea76
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
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.12.0

* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
* Show context menu on desktop
* Add unset background and text color option
* Handle more text editing intents (See #180 for the list)
* [Fix] toolbar button design
* [Fix] preserve line style on new line
* [Fix] example app build for Android

## 1.11.0

* Support for Flutter 3.16
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.11.0
fleather: ^1.12.0
```
## Usage
Expand Down
13 changes: 11 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather
version: 1.12.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
screenshots:
- description: 'Banner'
path: ../../images/banner.png
topics:
- editor
- text
- widgets
publish_to: none

environment:
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.12.0
* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
* [Fix] preserve line style on new line

## 1.11.0

* Add support for strike-through in Markdown codec
Expand Down
6 changes: 4 additions & 2 deletions packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: parchment
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather
version: 1.12.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit cc0ea76

Please sign in to comment.