Skip to content

v10.8.1

Compare
Choose a tag to compare
@EchoEllet EchoEllet released this 27 Sep 20:57
· 5 commits to master since this release
f14eb58
  • This release fixes the compilation issue when building the project with Flutter/Wasm target on the web. Also, update the conditional import check to avoid using dart.library.html:

    import 'web/quill_controller_web_stub.dart'
        if (dart.library.html) 'web/quill_controller_web_real.dart';

    To fix critical bugs that prevent using the editor on Wasm.

    Flutter/Wasm is stable as of Flutter 3.22 though it's likely that you might experience some issues when using this new target, if you experienced any issues related to Wasm support related to Flutter Quill, feel free to open an issue.

    Issue #1889 is fixed by temporarily replacing the plugin flutter_keyboard_visibility with flutter_keyboard_visibility_temp_fork since flutter_keyboard_visibility depend on dart:html. Also updated the compileSdkVersion to 34 instead of 31 as a workaround to Flutter #63533.

  • Support for Hungarian (hu) localization was added by @G-Greg in #2291.

  • dart_quill_delta has been moved to FlutterQuill/dart-quill-delta (outside of this repo) and they have separated version now.

New Contributors

Full Changelog: v10.8.0...v10.8.1