docs: Update CHANGELOG.md

pull/1530/head
Ellet 1 year ago
parent eb5efd98fb
commit 49db2ef5cf
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 5
      flutter_quill_extensions/CHANGELOG.md
  2. 1
      flutter_quill_extensions/lib/presentation/embeds/editor/image/image_web.dart
  3. 1
      flutter_quill_extensions/lib/presentation/embeds/editor/video/video_web.dart
  4. 2
      flutter_quill_extensions/pubspec.yaml

@ -1,3 +1,8 @@
## 0.6.9
- Feature: Add supprot for formula for web
- Remove duplicated class
- Improve the image and video embed builder for both web and other platforms
## 0.6.8
- Feature: Allow the developer to override the `assetsPrefix` and default value is `assets`, you should define this correctly if you planning on using asset images in the `QuillEditor`, take a look at `QuillSharedExtensionsConfigurations` class for more info

@ -1,6 +1,5 @@
import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/widgets.dart';
import 'package:flutter_quill/extensions.dart' as base;
import 'package:flutter_quill/flutter_quill.dart';
import 'package:universal_html/html.dart' as html;

@ -1,5 +1,4 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_quill/extensions.dart' as base;
import 'package:flutter_quill/flutter_quill.dart';
import 'package:universal_html/html.dart' as html;
import 'package:youtube_player_flutter/youtube_player_flutter.dart'

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.6.8
version: 0.6.9
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions

Loading…
Cancel
Save