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

Apply Version Updates From Current Changes #10179

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 2, 2024

Version Updates

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

@tauri-apps/api

[2.0.0-beta.15]

New Features

Enhancements

Bug Fixes

Breaking Changes

  • 261c9f9 (refactor!(core & api): rename drag events for better consistency and clarity #10170 by @amrbashir) Renamed drag and drop events in TauriEvent enum to better convey when they are triggered:

    • TauriEvent.DRAG -> TauriEvent.DRAG_ENTER
    • TauriEvent.DROP_OVER -> TauriEvent.DRAG_OVER
    • TauriEvent.DROP -> TauriEvent.DRAG_DROP
    • TauriEvent.DROP_CANCELLED -> TauriEvent::DRAG_LEAVE

    Also the type field values in Window/Webview/WebviewWindow.onDropEvent and DragDropEvent have changed:

    • dragged -> enter
    • dragOver -> over
    • dropped -> drop
    • cancelled -> leave
  • 2b1ceb4 (refactor(api)!: renamed getCurrent functions to avoid ambiguity #10229 by @amrbashir) Renamed the JS getCurrent and getAll functions to a clearer name to avoid ambiguity:

    • getCurrent in window module has been renamed to getCurrentWindow
    • getCurrent in webview module has been renamed to getCurrentWebview
    • getCurrent in webviewWindow module has been renamed to getCurrentWebviewWindow
    • getAll in window module has been renamed to getAllWindows
    • getAll in webview module has been renamed to getAllWebviews
    • getAll in webviewWindow module has been renamed to getAllWebviewWindows

tauri-utils

[2.0.0-beta.19]

New Features

tauri-macos-sign

[0.1.0-beta.0]

New Features

tauri-bundler

[2.0.1-beta.18]

New Features

Bug Fixes

Dependencies

Breaking Changes

tauri-runtime

[2.0.0-beta.20]

Dependencies

tauri-runtime-wry

[2.0.0-beta.20]

Bug Fixes

Dependencies

tauri-codegen

[2.0.0-beta.19]

Bug Fixes

What's Changed

Dependencies

tauri-macros

[2.0.0-beta.19]

What's Changed

Dependencies

tauri-plugin

[2.0.0-beta.19]

Dependencies

tauri-build

[2.0.0-beta.19]

Bug Fixes

Dependencies

tauri

[2.0.0-beta.24]

New Features

Enhancements

Bug Fixes

Dependencies

Breaking Changes

  • ba9590a (feat!: add Listener and Emitter traits #9640 by @amrbashir) Added Emitter and Listener traits that defines what an emitter or a listener can do, this however comes with a few breaking changes:

    • Removed Manager::listen_any, use Listener::listen_any instead.
    • Removed Manager::once_any, use Listener::once_any instead.
    • Removed Manager::unlisten, use Listener::unlisten instead.
    • Removed Manager::emit, use Emitter::emit instead.
    • Removed Manager::emit_to, use Emitter::emit_to instead.
    • Removed Manager::emit_filter, use Emitter::emit_filter instead.
    • Removed App/AppHandle::listen, WebviewWindow::listen, Window::listen and Webview::listen, use Listener::listen instead.
    • Removed App/AppHandle::once, WebviewWindow::once, Window::once and Webview::once, use Listener::once instead.
    • Removed App/AppHandle::unlisten, WebviewWindow::unlisten, Window::unlisten and Webview::unlisten, use Listener::unlisten instead.
  • 261c9f9 (refactor!(core & api): rename drag events for better consistency and clarity #10170 by @amrbashir) Renamed DragDropEvent enum variants to better convey when they are triggered:

    • DragDropEvent::Dragged -> DragDropEvent::Enter
    • DragDropEvent::DragOver -> DragDropEvent::Over
    • DragDropEvent::Dropped -> DragDropEvent::Drop
    • DragDropEvent::Cancelled -> DragDropEvent::Leave

    This also comes with a change in the events being emitted to JS and Rust event listeners:

    • tauri://drag -> tauri://drag-enter
    • tauri://drop-over -> tauri://drag-over
    • tauri://drop -> tauri://drag-drop
    • tauri://drag-cancelled -> tauri://drag-leave
  • 2b1ceb4 (refactor(api)!: renamed getCurrent functions to avoid ambiguity #10229 by @amrbashir) Renamed the JS getCurrent and getAll functions to a clearer name to avoid ambiguity:

    • getCurrent in window module has been renamed to getCurrentWindow
    • getCurrent in webview module has been renamed to getCurrentWebview
    • getCurrent in webviewWindow module has been renamed to getCurrentWebviewWindow
    • getAll in window module has been renamed to getAllWindows
    • getAll in webview module has been renamed to getAllWebviews
    • getAll in webviewWindow module has been renamed to getAllWebviewWindows
  • 57612ab (feat: add TSend generic to Channel #10139 by @Brendonovich) Add TSend generic to ipc::Channel for typesafe send calls and type inspection in tauri-specta

@tauri-apps/cli

[2.0.0-beta.22]

New Features

Enhancements

Bug Fixes

Dependencies

tauri-cli

[2.0.0-beta.22]

New Features

Enhancements

Bug Fixes

Dependencies

@github-actions github-actions bot requested a review from a team as a code owner July 2, 2024 11:17
@github-actions github-actions bot force-pushed the release/version-updates branch 9 times, most recently from ab921a9 to e0769ed Compare July 9, 2024 09:21
@github-actions github-actions bot force-pushed the release/version-updates branch 16 times, most recently from a3f0453 to 15334fe Compare July 12, 2024 14:26
@lucasfernog lucasfernog force-pushed the release/version-updates branch from 15334fe to 50d6d28 Compare July 12, 2024 14:40
@lucasfernog lucasfernog merged commit 6d965e9 into dev Jul 12, 2024
33 of 34 checks passed
@lucasfernog lucasfernog deleted the release/version-updates branch July 12, 2024 19:37
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.

1 participant