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