diff --git a/.changes/element-focus.md b/.changes/element-focus.md deleted file mode 100644 index ec8200fab..000000000 --- a/.changes/element-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wry': 'patch:enhance' ---- - -Allow the use of TAB to cycle through focus elements in an HTML document. \ No newline at end of file diff --git a/.changes/objc2-v6.md b/.changes/objc2-v6.md deleted file mode 100644 index 77cb46917..000000000 --- a/.changes/objc2-v6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -wry: patch ---- - -Update to `objc2` v0.6. - -This bumps MSRV on macOS/iOS to 1.71. diff --git a/.changes/webview2-0.35-windows-0.59.md b/.changes/webview2-0.35-windows-0.59.md deleted file mode 100644 index 8fb5f76db..000000000 --- a/.changes/webview2-0.35-windows-0.59.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wry: minor ---- - -Updated `webview2-com` to `0.35`, `windows` to `0.59`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a05377c0..e069e609d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[0.49.0] + +- [`c27b4ff`](https://github.com/tauri-apps/wry/commit/c27b4ffc05b6bc9bb3748a1203116342cfec680d) ([#1468](https://github.com/tauri-apps/wry/pull/1468) by [@madsmtm](https://github.com/tauri-apps/wry/../../madsmtm)) Update to `objc2` v0.6. + + This bumps MSRV on macOS/iOS to 1.71. +- [`95a9319`](https://github.com/tauri-apps/wry/commit/95a9319f24cb62add69d468ec0f60530b608fe6b) ([#1454](https://github.com/tauri-apps/wry/pull/1454) by [@Legend-Master](https://github.com/tauri-apps/wry/../../Legend-Master)) Updated `webview2-com` to `0.35`, `windows` to `0.59`. + +### enhance + +- [`0185644`](https://github.com/tauri-apps/wry/commit/0185644040184c43084814cb8692acb4e1004d86) ([#1452](https://github.com/tauri-apps/wry/pull/1452) by [@mzdk100](https://github.com/tauri-apps/wry/../../mzdk100)) Allow the use of TAB to cycle through focus elements in an HTML document. + ## \[0.48.1] - [`cbbcccc`](https://github.com/tauri-apps/wry/commit/cbbcccc38af7d900a0f8f7fa5ea5e6667765ed81) ([#1446](https://github.com/tauri-apps/wry/pull/1446) by [@FabianLars](https://github.com/tauri-apps/wry/../../FabianLars)) Add functionality to set the traffic light inset on macOS. This is required to prevent flickers if the WebView is injected via `build()` instead of `build_as_child()`. diff --git a/Cargo.toml b/Cargo.toml index 7590c1212..1d22d2245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.48.1" +version = "0.49.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"