Skip to content

Commit cc0ea76

Browse files
authored
Release v1.12.0 (#193)
* Release v1.12.0
1 parent 50baf00 commit cc0ea76

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

packages/fleather/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.12.0
2+
3+
* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
4+
* Show context menu on desktop
5+
* Add unset background and text color option
6+
* Handle more text editing intents (See #180 for the list)
7+
* [Fix] toolbar button design
8+
* [Fix] preserve line style on new line
9+
* [Fix] example app build for Android
10+
111
## 1.11.0
212

313
* Support for Flutter 3.16

packages/fleather/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add Fleather to your dependencies.
2828
dependencies:
2929
flutter:
3030
sdk: flutter
31-
fleather: ^1.11.0
31+
fleather: ^1.12.0
3232
```
3333
3434
## Usage

packages/fleather/pubspec.yaml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: fleather
22
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3-
version: 1.11.0
4-
homepage: https://github.com/fleather-editor/fleather
3+
version: 1.12.0
4+
homepage: https://fleather-editor.github.io
5+
repository: https://github.com/fleather-editor/fleather
6+
issue_tracker: https://github.com/fleather-editor/fleather/issues
7+
screenshots:
8+
- description: 'Banner'
9+
path: ../../images/banner.png
10+
topics:
11+
- editor
12+
- text
13+
- widgets
514
publish_to: none
615

716
environment:

packages/parchment/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.12.0
2+
* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
3+
* [Fix] preserve line style on new line
4+
15
## 1.11.0
26

37
* Add support for strike-through in Markdown codec

packages/parchment/pubspec.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: parchment
22
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
3-
version: 1.11.0
4-
homepage: https://github.com/fleather-editor/fleather
3+
version: 1.12.0
4+
homepage: https://fleather-editor.github.io
5+
repository: https://github.com/fleather-editor/fleather
6+
issue_tracker: https://github.com/fleather-editor/fleather/issues
57

68
environment:
79
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)