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 #18

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

Version Updates

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

tauri-utils

[1.0.0-rc.4]

  • Use the default value for MacConfig.minimumSystemVersion if the value is set to an empty string.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13

tauri-bundler

[1.0.0-rc.4]

  • Use the default value for MacConfig.minimumSystemVersion if the value is set to an empty string.
    • Bumped due to a bump in tauri-utils.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13

tauri-runtime

[0.3.4-rc.0]

  • The file drop event is now part of the WindowEvent enum instead of a having a dedicated handler.
  • Added create_proxy to the Runtime and RuntimeHandle traits.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Breaking change: Move the FileDropEvent struct to the window module.
  • Allow specifying a user event type for the event loop message.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Added the WindowEvent::FileDrop variant.

tauri-runtime-wry

[0.3.4-rc.0]

  • The file drop event is now part of the WindowEvent enum instead of a having a dedicated handler.
  • Added create_proxy to the Runtime and RuntimeHandle traits.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Allow specifying a user event type for the event loop message.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Use a random window id instead of tao::window::WindowId to not block the thread waiting for the event loop to process the window creation.
    • 7cd39c70 refactor(core): use random window id to simplify window creation, closes #3645 #3597 (#3684) on 2022-03-15
  • Added the WindowEvent::FileDrop variant.

tauri-codegen

[1.0.0-rc.4]

  • Use the default value for MacConfig.minimumSystemVersion if the value is set to an empty string.
    • Bumped due to a bump in tauri-utils.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13

tauri-macros

[1.0.0-rc.4]

  • Use the default value for MacConfig.minimumSystemVersion if the value is set to an empty string.
    • Bumped due to a bump in tauri-utils.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13

tauri-build

[1.0.0-rc.5]

  • Print error context on the build panic.
    • 49546c52 feat(build): print error context (#3644) on 2022-03-09

tauri

[1.0.0-rc.5]

  • Properly apply the CSP when loading a route that fallbacks to index.html.
    • bcd43168 fix(core): properly add CSP header to fallback routes (#3641) on 2022-03-08
  • Fix CSP usage on Linux when changing it via the on_web_resource_request handler.
    • f5efc248 fix(core): runtime CSP changes on Linux on 2022-03-07
  • Breaking change: The tauri:// events are no longer emitted to listeners using Window::listen. Use the App::run closure, Window::on_window_event and Window::on_menu_event instead.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Implement Debug for tauri::State.
  • Breaking change: The Manager::manage function now returns a bool indicating whether the type is already managed or not.
    • 263b45e1 refactor(core): return boolean on Manager::manage (#3682) on 2022-03-13
  • Send updater events to the App::run closure.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Run the updater on startup even if no window was created.
    • c4ca80f9 feat(core): use AppHandle instead of Window on the updater logic (#3702) on 2022-03-15
  • Added the WindowEvent::FileDrop variant.

cli.js

[1.0.0-rc.8]

  • Allows the tauri.conf.json file to be git ignored on the path lookup function.
    • cc7c2d77 feat(cli): allow conf path to be gitignored, closes #3636 (#3683) on 2022-03-13
  • Remove minimumSystemVersion: null from the application template configuration.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Improve readability of the info subcommand output.
  • Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
    • 4c84559e fix(cli): root resource bundling on Windows, closes #3539 (#3685) on 2022-03-13

cli.rs

[1.0.0-rc.8]

  • Allows the tauri.conf.json file to be git ignored on the path lookup function.
    • cc7c2d77 feat(cli): allow conf path to be gitignored, closes #3636 (#3683) on 2022-03-13
  • Remove minimumSystemVersion: null from the application template configuration.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Improve readability of the info subcommand output.
  • Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
    • 4c84559e fix(cli): root resource bundling on Windows, closes #3539 (#3685) on 2022-03-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.

0 participants