Skip to content

Commit 3807378

Browse files
committed
release v0.0.5
1 parent f6d54eb commit 3807378

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.0.5] - 2022-05-18
2+
- New feature: edit / add links
3+
- New feature: color document foreground and background
4+
- New feature: replace text (parts) using the `HtmlEditorApi`.
5+
- Use cupertino look and feel on iOS
6+
- Improve code style and documentation
7+
- Ensure compatibility with Flutter 3.0
8+
19
## [0.0.4] - 2021-04-28
210
- Support dark theme
311
- Simpler usage with `PackagedHtmlEditor` #2

pubspec.yaml

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
name: enough_html_editor
22
description: Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.
3-
version: 0.0.4
3+
version: 0.0.5
44
homepage: https://github.com/Enough-Software/enough_html_editor
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
enough_platform_widgets: #^0.3.0
12-
git:
13-
url: https://github.com/Enough-Software/enough_platform_widgets.git
11+
enough_platform_widgets: ^0.3.0
1412
flutter:
1513
sdk: flutter
1614
flutter_colorpicker: ^1.0.3
1715
flutter_inappwebview: ^5.4.3+7
18-
image: ^3.1.1
16+
image: ^3.1.3
1917

2018

2119
dependency_overrides:
22-
# uncomment path for local development
23-
enough_platform_widgets:
24-
git:
25-
url: https://github.com/Enough-Software/enough_platform_widgets.git
20+
# uncomment path for git/ local development
21+
# enough_platform_widgets:
22+
# git:
23+
# url: https://github.com/Enough-Software/enough_platform_widgets.git
2624
# path: ../enough_platform_widgets
2725

2826
dev_dependencies:
2927
flutter_test:
3028
sdk: flutter
31-
lints: ^1.0.1
29+
lints: ^2.0.0
3230

3331
# For information on the generic Dart part of this file, see the
3432
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)