Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish New Versions #278

Merged
merged 1 commit into from
Jun 22, 2021
Merged

Publish New Versions #278

merged 1 commit into from
Jun 22, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 19, 2021

Version Updates

Merging this PR will bump all of the applicable packages based on your change files.

wry

[0.10.0]

  • Add WebViewAttributes
  • Add with_web_context method that can work well with builder pattern.
    • 48f53a3 Add with_web_context method (#292) on 2021-06-13
  • Change the custom protocol handler on macOS so it returns a response on error and a status code on success.
    • 6b869b1 fix(macos): custom protocol response with status code + error response (#279) on 2021-05-20
  • Update signature of custom protocol closure. It should return a mime type string now.
    • cc9fc4b Add mimetype to return type of custom protocol (#296) on 2021-06-13
  • Fix webview creation when using new_any_thread of event loop.
    • 4d62cf5 Fix webview creation when using new_any_thread on Windows (#298) on 2021-06-18
  • Remove Dispatcher, dispatch_script and dispatcher in the webview module and add a js parameter to evaluate_script.
    • de4a5fa refactor: remove Dispatcher and related methods, closes #290 (#291) on 2021-06-09
  • Removes the image dependency.
    • 1d5cc59 chore(deps): remove image dependency (#274) on 2021-05-19
  • Bump tao to 0.3 and add more examples.

For more details, please refer to tao changelog.

  • cd4697e bump tao to 0.3 with examples (#294) on 2021-06-21
  • Add wry::webview::WebContext. It's now a required argument on WebViewBuilder::build.

@github-actions github-actions bot requested a review from a team as a code owner May 19, 2021 13:11
@github-actions github-actions bot force-pushed the release branch 2 times, most recently from 38a475d to 3a9913e Compare May 22, 2021 11:16
@github-actions github-actions bot force-pushed the release branch 3 times, most recently from abd5398 to 2eec985 Compare June 9, 2021 04:34
@github-actions github-actions bot force-pushed the release branch 5 times, most recently from ee824bc to 98dd349 Compare June 18, 2021 03:09
@wusyong wusyong merged commit a01f163 into dev Jun 22, 2021
@wusyong wusyong deleted the release branch June 22, 2021 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Dispatcher and related methods
2 participants