diff --git a/.changes/accept-first-mouse-subsequent.md b/.changes/accept-first-mouse-subsequent.md deleted file mode 100644 index fa7b2fea21..0000000000 --- a/.changes/accept-first-mouse-subsequent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Fix `WebViewBuilder::with_accept_first_mouse` taking behavior of first initalized webview. diff --git a/.changes/webview-remove.md b/.changes/webview-remove.md deleted file mode 100644 index 24c2d3ac24..0000000000 --- a/.changes/webview-remove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, remove webview from window's NSView before dropping. diff --git a/CHANGELOG.md b/CHANGELOG.md index d4aa6b16f9..3cdc604957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.22.1] + +- Fix `WebViewBuilder::with_accept_first_mouse` taking behavior of first initalized webview. + - [0647c0e](https://github.com/tauri-apps/wry/commit/0647c0efe131566ffbab0729e9d74355155c3c32) fix(macos): fix `acceptFirstMouse` for subsequent webviews, closes [#751](https://github.com/tauri-apps/wry/pull/751) ([#752](https://github.com/tauri-apps/wry/pull/752)) on 2022-11-13 +- On macOS, remove webview from window's NSView before dropping. + - [3d3ea80](https://github.com/tauri-apps/wry/commit/3d3ea80808a327c546d8bbd97e06ef4b8feb32d0) On macOS, remove webview from window's NSView before dropping ([#754](https://github.com/tauri-apps/wry/pull/754)) on 2022-11-14 + ## \[0.22.0] - Added `WebViewAttributes::with_accept_first_mouse` method for macOS. diff --git a/Cargo.toml b/Cargo.toml index 99512e510c..e7bd423349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.22.0" +version = "0.22.1" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"