"10.8.1": "- This release fixes the compilation issue when building the project with [Flutter/Wasm](https://docs.flutter.dev/platform-integration/web/wasm) target on the web. Also, update the conditional import check to avoid using `dart.library.html`:\r\n\r\n ```dart\r\n import 'web/quill_controller_web_stub.dart'\r\n if (dart.library.html) 'web/quill_controller_web_real.dart';\r\n ```\r\n \r\n To fix critical bugs that prevent using the editor on Wasm.\r\n \r\n > Flutter/Wasm is stable as of [Flutter 3.22](https://medium.com/flutter/whats-new-in-flutter-3-22-fbde6c164fe3) 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](https://github.com/singerdmx/flutter-quill/issues).\r\n \r\n Issue #1889 is fixed by temporarily replacing the plugin [flutter_keyboard_visibility](https://pub.dev/packages/flutter_keyboard_visibility) with [flutter_keyboard_visibility_temp_fork](https://pub.dev/packages/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](https://github.com/flutter/flutter/issues/63533).\r\n\r\n- Support for Hungarian (hu) localization was added by @G-Greg in https://github.com/singerdmx/flutter-quill/pull/2291.\r\n- [dart_quill_delta](https://pub.dev/packages/dart_quill_delta/) has been moved to [FlutterQuill/dart-quill-delta](https://github.com/FlutterQuill/dart-quill-delta) (outside of this repo) and they have separated version now.\r\n\r\n\r\n## New Contributors\r\n* @G-Greg made their first contribution at https://github.com/singerdmx/flutter-quill/pull/2291\r\n\r\n**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v10.8.0...v10.8.1",
0 commit comments