wry v0.14.0
·
634 commits
to dev
since this release
[0.14.0]
- Added
close_devtoolsfunction toWebview. - Hide the devtool functions behind the
any(debug_assertions, feature = "devtools")flag. - Breaking change: Renamed the
devtoolfunction toopen_devtools. - Enable tab navigation on macOS.
- Added
is_devtools_openfunction toWebview. -
- Expose methods to access the underlying native handles of the webview.
- Breaking change:
WebviewExtWindows::controllernow returns the controller directley and not wrapped in anOption - e54afec feat: expose webview native handles, closes #495 (#513) on 2022-03-03
- Add navigation handler to decide if a url is allowed to navigate.
- Breaking change: Renamed the
devtoolfeature todevtools. - Breaking change: Renamed the
with_dev_toolfunction towith_devtools. - 52cbd4e feat: add initial Android support (#510) on 2022-03-10