Skip to content

Commit

Permalink
Publish New Versions (#919)
Browse files Browse the repository at this point in the history
Co-authored-by: wusyong <[email protected]>
  • Loading branch information
github-actions[bot] and wusyong authored Apr 10, 2023
1 parent c3f7304 commit 8c680ef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/as_incognito.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-webcontext.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/inspector-ios-16.4-macos-13.3.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.27.3]

- Adds a way to launch a WebView as incognito through a new API at WebViewBuilder named as `with_incognito`.
- [8698836](https://github.com/tauri-apps/wry/commit/86988368a4e833b21089d119c934529ecfe306b7) feat: Add a way to launch WebViews as incognito `WebView::as_incognito`, closes [#908](https://github.com/tauri-apps/wry/pull/908) ([#916](https://github.com/tauri-apps/wry/pull/916)) on 2023-04-06
- On macOS and iOS, remove webcontext implementation since we don't actually use it. This also fix segfault if users drop webcontext early.
- [3cc45cb](https://github.com/tauri-apps/wry/commit/3cc45cb86b93c56cf2444bfc37dc6ba229d4222e) Remove webcontext implementation on wkwebview ([#922](https://github.com/tauri-apps/wry/pull/922)) on 2023-04-07
- Use the new WKWebView `inspectable` property if available (iOS 16.4, macOS 13.3).
- [c3f7304](https://github.com/tauri-apps/wry/commit/c3f7304dbfd45d1e1c27b53be2369c737e946b69) feat(macos): use WKWebView's inspectable property ([#923](https://github.com/tauri-apps/wry/pull/923)) on 2023-04-08

## \[0.27.2]

- On Android, Add support for native back button navigation.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.27.2"
version = "0.27.3"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 8c680ef

Please sign in to comment.