Skip to content

Apply Version Updates From Current Changes#8064

Merged
lucasfernog merged 1 commit intodevfrom
release/version-updates
Oct 28, 2023
Merged

Apply Version Updates From Current Changes#8064
lucasfernog merged 1 commit intodevfrom
release/version-updates

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Oct 19, 2023

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

@tauri-apps/api

[2.0.0-alpha.10]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Bug Fixes

  • 287066b2(#8071) No longer crashing in tests without mocks when clearMocks is defined in afterEach hook.

tauri-utils

[2.0.0-alpha.10]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • c7c2507d(#8035) Update windows to version 0.51 and webview2-com to version 0.27

tauri-bundler

[2.0.0-alpha.11]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.
  • cfe6fa6c(#8061) Added German language support to the NSIS bundler.

Dependencies

  • Upgraded to tauri-utils@2.0.0-alpha.10

tauri-runtime

[1.0.0-alpha.4]

New Features

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-utils@2.0.0-alpha.10
  • 9580df1d(#8084) Upgrade gtk to 0.18.
  • c7c2507d(#8035) Update windows to version 0.51 and webview2-com to version 0.27

tauri-runtime-wry

[1.0.0-alpha.5]

New Features

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-utils@2.0.0-alpha.10
  • Upgraded to tauri-runtime@1.0.0-alpha.4
  • 9580df1d(#8084) Upgrade gtk to 0.18.
  • c7c2507d(#8035) Update windows to version 0.51 and webview2-com to version 0.27
  • 9580df1d(#8084) Updated to wry@0.34, removing the dox feature flag.

tauri-codegen

[2.0.0-alpha.10]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-utils@2.0.0-alpha.10

tauri-macros

[2.0.0-alpha.10]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-codegen@2.0.0-alpha.10
  • Upgraded to tauri-utils@2.0.0-alpha.10

tauri-build

[2.0.0-alpha.11]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-codegen@2.0.0-alpha.10
  • Upgraded to tauri-utils@2.0.0-alpha.10

tauri

[2.0.0-alpha.17]

Enhancements

  • b89de9fa(#8092) Add support for onResume and onPause events in android plugins.
  • c6c59cf2 Pull changes from Tauri 1.5 release.
  • 198abe3c(#8076) Mobile plugins can now resolve using an arbitrary object instead of using the JSObject class via Invoke.resolve on iOS and Invoke.resolveObject on Android.

Bug Fixes

  • 22f26882(#8049) Prevent crash on iOS when the Swift plugin data is not a valid JSON string.

Dependencies

  • Upgraded to tauri-build@2.0.0-alpha.11
  • Upgraded to tauri-macros@2.0.0-alpha.10
  • Upgraded to tauri-utils@2.0.0-alpha.10
  • Upgraded to tauri-runtime@1.0.0-alpha.4
  • Upgraded to tauri-runtime-wry@1.0.0-alpha.5
  • 9580df1d(#8084) Upgrade gtk to 0.18.
  • c7c2507d(#8035) Update windows to version 0.51 and webview2-com to version 0.27
  • 9580df1d(#8084) Updated to wry@0.34, removing the dox feature flag.

Breaking Changes

  • 198abe3c(#8076) The Android PluginManager.loadConfig now takes a third parameter to define the class type of the config object.

  • 198abe3c(#8076) Mobile plugins now have access to a parser for the invoke arguments instead of relying on the Invoke#get${TYPE} methods.

  • 74d2464d(#8116) Added WindowBuilder::on_page_load and refactored the Builder::on_page_load handler to take references.
    The page load hook is now triggered for load started and finished events, to determine what triggered it see PageLoadPayload::event.

  • 93c8a77b(#7996) The event system APIS on Rust is recieving a few changes for consistency and quality of life improvements:

    • Renamed Manager::emit_all to just Manager::emit and will now both trigger the events on JS side as well as Rust.
    • Removed Manager::trigger_global, use Manager::emit
    • Added Manager::emit_filter.
    • Removed Window::emit, and moved the implementation to Manager::emit.
    • Removed Window::emit_and_trigger and Window::trigger, use Window::emit instead.
    • Changed Window::emit_to to only trigger the target window listeners so it won't be catched by Manager::listen_global

@tauri-apps/cli

[2.0.0-alpha.17]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-cli@2.0.0-alpha.17

Breaking Changes

  • 198abe3c(#8076) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes.

tauri-cli

[2.0.0-alpha.17]

Enhancements

  • c6c59cf2 Pull changes from Tauri 1.5 release.

Dependencies

  • Upgraded to tauri-bundler@2.0.0-alpha.11
  • Upgraded to tauri-utils@2.0.0-alpha.10

Breaking Changes

  • 198abe3c(#8076) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes.

@github-actions github-actions bot requested a review from a team as a code owner October 19, 2023 23:19
@github-actions github-actions bot force-pushed the release/version-updates branch 14 times, most recently from 102ce23 to aa5dbfd Compare October 26, 2023 19:06
@github-actions github-actions bot force-pushed the release/version-updates branch 3 times, most recently from e82303e to 06df5ea Compare October 28, 2023 11:25
@lucasfernog lucasfernog force-pushed the release/version-updates branch from 06df5ea to f94f08a Compare October 28, 2023 16:36
@github-actions github-actions bot force-pushed the release/version-updates branch from f94f08a to 9af69e4 Compare October 28, 2023 17:59
@lucasfernog lucasfernog force-pushed the release/version-updates branch from 9af69e4 to 74c99a5 Compare October 28, 2023 18:01
@lucasfernog lucasfernog merged commit 618c453 into dev Oct 28, 2023
@lucasfernog lucasfernog deleted the release/version-updates branch October 28, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🔎 In audit

Development

Successfully merging this pull request may close these issues.

1 participant