From 15768ed1c2219e29a165e7816f3ae70909f479b7 Mon Sep 17 00:00:00 2001 From: tanay Date: Fri, 19 Feb 2021 17:31:05 -0500 Subject: [PATCH] 1.1.1 changelog and release --- CHANGELOG.md | 3 +++ pubspec.lock | 73 +++++----------------------------------------------- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 68 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bfad61..20c70d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.1] - 2021-02-19 +* Minor update to add documentation to code and completely refactor/reorganize code + ## [1.1.0] - 2021-02-19 * Switch webview dependency to `flutter_inappwebview` * Remove localserver, instead get Summernote HTML directly from assets (improves performance and loading speeds) diff --git a/pubspec.lock b/pubspec.lock index bd99ce7b..f29c14de 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,20 +1,6 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: - async: - dependency: transitive - description: - name: async - url: "https://pub.dartlang.org" - source: hosted - version: "2.5.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" characters: dependency: transitive description: @@ -29,13 +15,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.2.0" - clock: - dependency: transitive - description: - name: clock - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" collection: dependency: transitive description: @@ -57,13 +36,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.5" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" flutter: dependency: "direct main" description: flutter @@ -82,47 +54,35 @@ packages: name: flutter_plugin_android_lifecycle url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" + version: "2.0.0-nullsafety.2" http: dependency: transitive description: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.2" + version: "0.13.0" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.4" + version: "4.0.0" image_picker: dependency: "direct main" description: name: image_picker url: "https://pub.dartlang.org" source: hosted - version: "0.6.7+22" + version: "0.7.0-nullsafety" image_picker_platform_interface: dependency: transitive description: name: image_picker_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" - matcher: - dependency: transitive - description: - name: matcher - url: "https://pub.dartlang.org" - source: hosted - version: "0.12.10" + version: "2.0.0-nullsafety" meta: dependency: transitive description: @@ -169,21 +129,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - url: "https://pub.dartlang.org" - source: hosted - version: "1.10.0" - stream_channel: - dependency: transitive - description: - name: stream_channel - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" + version: "1.8.1" string_scanner: dependency: transitive description: @@ -198,13 +144,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.2.0" - test_api: - dependency: transitive - description: - name: test_api - url: "https://pub.dartlang.org" - source: hosted - version: "0.2.19" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index acd450ea..97b1e991 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: html_editor_enhanced description: HTML Editor Enhanced is a text editor for Android and iOS to help write WYSIWYG HTML code using Summernote. Initially created by @xrb21, enhanced version maintained by @tneotia. -version: 1.1.0 +version: 1.1.1 homepage: https://github.com/tneotia/html-editor-enhanced environment: