Skip to content

Commit 35ce6e4

Browse files
committed
[desktop_webview_window] bump version to 0.2.1
1 parent 590cabb commit 35ce6e4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/desktop_webview_window/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.2.1
2+
3+
* add Windows attentions to readme.
4+
* fix linux close sub window cause app exited.
5+
* fix linux webview title bar expanded unexpected.
6+
* More control over webview position and size under windows. [#206](https://github.com/MixinNetwork/flutter-plugins/pull/206) by [Lukas Heinze](https://github.com/Iri-Hor)
7+
* fix zone mismatch [#250](https://github.com/MixinNetwork/flutter-plugins/pull/250) by [CD](https://github.com/459217974)
8+
* fix linux webkit2gtk deprecated error [#246](https://github.com/MixinNetwork/flutter-plugins/pull/246) by [Zhiqiang Zhang](https://github.com/zhangzqs)
9+
110
## 0.2.0
211

312
* BREAK CHANGE: bump linux webkit2gtk version to 4.1

packages/desktop_webview_window/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: desktop_webview_window
22
description: Show a webview window on your flutter desktop application.
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_webview_window
55

66
environment:

0 commit comments

Comments
 (0)