From b2d0f7b9accdc72673645d7237222cf64fd5295f Mon Sep 17 00:00:00 2001 From: X Code Date: Fri, 8 Jul 2022 12:12:31 -0700 Subject: [PATCH] Upgrade to 5.0.4 --- CHANGELOG.md | 3 +++ lib/src/models/documents/nodes/node.dart | 4 +++- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ec0e9a..bc8b6df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [5.0.4] +* Added onVideoInit callback for video documents. + # [5.0.3] * Update dependencies. diff --git a/lib/src/models/documents/nodes/node.dart b/lib/src/models/documents/nodes/node.dart index 6805a3be..9fbbbf15 100644 --- a/lib/src/models/documents/nodes/node.dart +++ b/lib/src/models/documents/nodes/node.dart @@ -101,7 +101,9 @@ abstract class Node extends LinkedListEntry { super.unlink(); } - void adjust() {/* no-op */} + void adjust() { + /* no-op */ + } /// abstract methods begin diff --git a/pubspec.yaml b/pubspec.yaml index cf335fcf..830c86e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 5.0.3 +version: 5.0.4 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill