Skip to content

Commit

Permalink
Prepare 1.5.0 preview to pub
Browse files Browse the repository at this point in the history
  • Loading branch information
tneotia committed Mar 1, 2021
1 parent 08efd8b commit a012a82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.5.0] - 2021-03-01
* Nullsafety preview
* Added Flutter's Hybrid Composition to the HTML Editor. This significantly improves the keyboard experience on Android.

## [1.4.0] - 2021-03-01
* [BREAKING] removed `HtmlParser` for calling methods, instead you now must pass an `HtmlEditorController` to the plugin (like a `TextField`). All methods are accessible from that controller. See the usage section in the README for an example.
* This allows you to have multiple independent editors on a page, whereas earlier the package would not know which editor the method should be called on.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ More is on the way! File a feature request or contribute to the project if you'd

## Setup

Add `html_editor_enhanced: ^1.4.0` as dependency to your pubspec.yaml
Add `html_editor_enhanced: ^1.5.0` as dependency to your pubspec.yaml

Additional setup is required to allow the user to pick images via `<input type="file">`:

Expand Down
2 changes: 0 additions & 2 deletions lib/utils/plugins.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:flutter/foundation.dart';

/// Abstract class that all the plguin classes extend
abstract class Plugins {
const Plugins();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: html_editor_enhanced
description: HTML Editor Enhanced is a feature-packed HTML rich text editor for Android, iOS, and Web, backed by the Summernote library.
version: 1.4.0
version: 1.5.0
homepage: https://github.com/tneotia/html-editor-enhanced

environment:
Expand Down

0 comments on commit a012a82

Please sign in to comment.