From 8cad8a83a63ab36e1f1d60f2c5c2efb9181a4103 Mon Sep 17 00:00:00 2001 From: pewsheen Date: Tue, 21 May 2024 04:08:18 +0000 Subject: [PATCH] apply version updates --- .changes/child-webview-size.md | 5 ----- .changes/child-webview.md | 5 ----- .changes/disable-script-inject-subframe.md | 5 ----- .changes/fix-macos-ipc-empty-body-crash.md | 5 ----- .changes/fix-macos-key-equivalent.md | 5 ----- .changes/macos_default_print_margins.md | 5 ----- .changes/macos_print_margin_options.md | 5 ----- .changes/webview-drag-client-region.md | 5 ----- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 10 files changed, 12 insertions(+), 41 deletions(-) delete mode 100644 .changes/child-webview-size.md delete mode 100644 .changes/child-webview.md delete mode 100644 .changes/disable-script-inject-subframe.md delete mode 100644 .changes/fix-macos-ipc-empty-body-crash.md delete mode 100644 .changes/fix-macos-key-equivalent.md delete mode 100644 .changes/macos_default_print_margins.md delete mode 100644 .changes/macos_print_margin_options.md delete mode 100644 .changes/webview-drag-client-region.md diff --git a/.changes/child-webview-size.md b/.changes/child-webview-size.md deleted file mode 100644 index b622993e0..000000000 --- a/.changes/child-webview-size.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, fix child webview invisible after creation because it was created with `0,0` size diff --git a/.changes/child-webview.md b/.changes/child-webview.md deleted file mode 100644 index 1e7e50383..000000000 --- a/.changes/child-webview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, create child webview at the top of z-order to align with other platforms. diff --git a/.changes/disable-script-inject-subframe.md b/.changes/disable-script-inject-subframe.md deleted file mode 100644 index 110d1b68a..000000000 --- a/.changes/disable-script-inject-subframe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, disable initialization script injection into subframes. diff --git a/.changes/fix-macos-ipc-empty-body-crash.md b/.changes/fix-macos-ipc-empty-body-crash.md deleted file mode 100644 index 268dbecd7..000000000 --- a/.changes/fix-macos-ipc-empty-body-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, fixed a crash when sending empty body by IPC. diff --git a/.changes/fix-macos-key-equivalent.md b/.changes/fix-macos-key-equivalent.md deleted file mode 100644 index 59a100f15..000000000 --- a/.changes/fix-macos-key-equivalent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": patch ---- - -On macOS, fixed an issue of not being able to listen to the cmd+key event in javascript in single WebView. diff --git a/.changes/macos_default_print_margins.md b/.changes/macos_default_print_margins.md deleted file mode 100644 index ba5fd2723..000000000 --- a/.changes/macos_default_print_margins.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -Default the margin when printing on MacOS to 0 so it is closer to the behavior of when printing on the web. \ No newline at end of file diff --git a/.changes/macos_print_margin_options.md b/.changes/macos_print_margin_options.md deleted file mode 100644 index e2ed47988..000000000 --- a/.changes/macos_print_margin_options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": minor ---- - -Add `WebViewExtMacOS::print_with_options` which allows to modify the margins that will be used on the print dialog. \ No newline at end of file diff --git a/.changes/webview-drag-client-region.md b/.changes/webview-drag-client-region.md deleted file mode 100644 index 4e116cdd9..000000000 --- a/.changes/webview-drag-client-region.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -On Windows, enable webview2 [non client region support](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2settings9?view=webview2-1.0.2478.35#get_isnonclientregionsupportenabled) which allows using `app-region` CSS style. diff --git a/CHANGELOG.md b/CHANGELOG.md index dab6f2195..b1fc03405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[0.40.0] + +- [`a424a0b`](https://github.com/tauri-apps/wry/commit/a424a0b234cb20b3ca7305d87e82aba3c8b2bd41)([#1270](https://github.com/tauri-apps/wry/pull/1270)) On Windows, fix child webview invisible after creation because it was created with `0,0` size +- [`d6f8dd7`](https://github.com/tauri-apps/wry/commit/d6f8dd7b6c0485fbb96fed34717969540eef2b96)([#1271](https://github.com/tauri-apps/wry/pull/1271)) On Windows, create child webview at the top of z-order to align with other platforms. +- [`03d2535`](https://github.com/tauri-apps/wry/commit/03d25357d2c20a21640871cfca9d5f6a39c7afc8)([#1269](https://github.com/tauri-apps/wry/pull/1269)) On macOS, disable initialization script injection into subframes. +- [`1e65049`](https://github.com/tauri-apps/wry/commit/1e65049d4842947ced6a807b93211542c46ca771)([#1267](https://github.com/tauri-apps/wry/pull/1267)) On macOS, fixed a crash when sending empty body by IPC. +- [`0f3c886`](https://github.com/tauri-apps/wry/commit/0f3c886a224a1b52980ef90667860e58a6ad669a)([#1260](https://github.com/tauri-apps/wry/pull/1260)) On macOS, fixed an issue of not being able to listen to the cmd+key event in javascript in single WebView. +- [`0f14e2a`](https://github.com/tauri-apps/wry/commit/0f14e2a540a1d54f82bdee2a3c2f93c43c593959)([#1259](https://github.com/tauri-apps/wry/pull/1259)) Default the margin when printing on MacOS to 0 so it is closer to the behavior of when printing on the web. +- [`0f14e2a`](https://github.com/tauri-apps/wry/commit/0f14e2a540a1d54f82bdee2a3c2f93c43c593959)([#1259](https://github.com/tauri-apps/wry/pull/1259)) Add `WebViewExtMacOS::print_with_options` which allows to modify the margins that will be used on the print dialog. +- [`f516122`](https://github.com/tauri-apps/wry/commit/f5161225940c545dd457af1178c73f36dfe63710)([#1262](https://github.com/tauri-apps/wry/pull/1262)) On Windows, enable webview2 [non client region support](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2settings9?view=webview2-1.0.2478.35#get_isnonclientregionsupportenabled) which allows using `app-region` CSS style. + ## \[0.39.5] - [`4c88c66`](https://github.com/tauri-apps/wry/commit/4c88c66fb79fc3742f4592252c260e7e012d5fcf)([#1247](https://github.com/tauri-apps/wry/pull/1247)) Force the IPC and custom protocol tracing spans to have no parent. diff --git a/Cargo.toml b/Cargo.toml index c9ae89da4..0ff6b2516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "wry" -version = "0.39.5" +version = "0.40.0" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" license = "Apache-2.0 OR MIT"