Releases: MixinNetwork/flutter-plugins
desktop_webview_window-v0.3.0
0.3.0
BREAKING CHANGES
-
Require Dart 3.5 or later.
-
Require macOS 10.13 or later for the macOS plugin.
-
Change
OnUrlRequestCallbackto return aboolso navigation requests can be allowed or blocked. -
Replace
addOnUrlRequestCallbackandremoveOnUrlRequestCallbackwithsetOnUrlRequestCallback. -
Remove the
onErrorparameter fromrunWebViewTitleBarWidget. -
Add
maximizedparameter tobringToForeground#282
by Iri-Hor -
Add Linux support for
registerJavaScriptMessageHandlerandunregisterJavaScriptMessageHandler#452
by Carapacik -
Add backward compatibility with webkit2gtk-4.0 on Linux #311
by prateekmedia -
Use deprecated WebKitGTK functions only on versions older than 2.40 #334
by prateekmedia -
Add WebView window safety fixes for Windows and macOS #451
by paulanatoleclaudot-betclic -
Update README #313
by tanvirulislam
mixin_markdown_widget-v0.3.1
0.3.1
- mixin_markdown_widget: fix contextual inline styling
mixin_markdown_widget-v0.3.0
0.3.0
BREAKING CHANGE
- remove
MarkdownDocument.sourceTextfrom the public document model - add
MixinSelectionAreaand shared selection scope for composite selections - improve composite selection across quotes, lists, tables, and mixed selectable widgets
- improve inline code wrapping and decorated inline selection geometry
- improve incremental append parsing, footnote handling, and local image fallback
- add debug logging support and expand example and regression coverage
ogg_opus_player-v0.8.0
0.8.0
- [iOS/macOS] break change: raise the minimum supported versions to iOS 13.0 and macOS 10.15.
- [iOS/macOS] share the native implementation through Flutter's Darwin plugin layout.
- [iOS/macOS] add speech recognition APIs for Ogg Opus file transcription.
- [iOS/macOS] add optional live transcription support while recording.
- [iOS/macOS] update the example app and setup documentation for speech recognition permissions.
mixin_markdown_widget-v0.2.1
0.2.1
- [mixin_markdown_widget] enhance Markdown rendering #476
mixin_markdown_widget-v0.2.0
0.2.0
BREAKING CHANGE
- [mixin_markdown_widget]: improve text wrapping and boundary handling for decorated inline elements
- mixin_markdown_widget: improve block spacing logic and adjust theme defaults
- [mixin_markdown_widget]: improve code highlight cache with presentation signature
- [mixin_markdown_widget]: add horizontal scrolling support for wide tables and code blocks
- feat: enhance Markdown widget with new themes
- feat: add nested scrollable repaint listeners and viewport clipping for selection rects
- feat: add pub.dev metadata for mixin_markdown_widget
desktop_drop-v0.7.1
0.7.1
- update worksapce
- [desktop_drop_web] fix: loop readEntries() to retrieve all directory children on web #473
by TerryHuangHD - [desktop_drop]:
on_focus_in_eventshould returngboolean#472
by imnotlxy - [worksapce]: fix foramt
- Handle SMB URIs in Linux desktop_drop path parsing #474
by app/copilot-swe-agent
pasteboard-v0.5.0
What's Changed
- Added SPM Support by @vicajilau in #463
Full Changelog: pasteboard-v0.4.0...pasteboard-v0.5.0
desktop_drop-v0.7.0
What's Changed
- [desktop_drop] macOS: robust multi-source drag & drop (file URLs, promises, directories) — 0.7.0 by @omar-hanafy in #434
- Upgrade Android compileSdk and Kotlin version by @mauriziopinotti in #444
New Contributors
- @omar-hanafy made their first contribution in #434
- @mauriziopinotti made their first contribution in #444
Full Changelog: desktop_drop-v0.6.1...desktop_drop-v0.7.0
mixin_logger-v0.1.3
What's Changed
- [mixin_logger] support android 15 16k page size