Skip to content

Commit

Permalink
Merge branch 'dev' into fix-clear-residual-listeners-tauri-apps#8916
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Feb 22, 2024
2 parents 65b4e8c + d75713a commit 21de9a4
Show file tree
Hide file tree
Showing 45 changed files with 318 additions and 784 deletions.
6 changes: 6 additions & 0 deletions .changes/ios-signing-optional.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tauri-apps/cli": patch:enhance
"tauri-cli": patch:enhance
---

Setting up code signing is no longer required on iOS when using the simulator.
4 changes: 4 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
".changes/context-runtime-authority.md",
".changes/core-center-window.md",
".changes/core-js-event-anytarget.md",
".changes/core-once-event-return-event-id.md",
".changes/downgrade-minisign.md",
".changes/enhance-resource-dir-resolution.md",
".changes/fix-capability-schema-definitions.md",
Expand All @@ -30,8 +31,11 @@
".changes/fix-webview-close.md",
".changes/handle-empty-permissions.md",
".changes/inline-plugins.md",
".changes/ios-signing-optional.md",
".changes/progress-bar-state-refactor.md",
".changes/refactor-capabilities-schema.md",
".changes/refactor-capability-remote-option.md",
".changes/remove-unit-uri.md",
".changes/rerun-if-permission-created.md",
".changes/runtime-add-capability.md",
".changes/rwh-06.md",
Expand Down
6 changes: 6 additions & 0 deletions .changes/progress-bar-state-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": patch:breaking
"tauri-utils": patch:breaking
---

Moved `ProgressBarState` from `tauri-utils` to the `tauri::window` module and removed the `unity_uri` field.
5 changes: 5 additions & 0 deletions .changes/remove-unit-uri.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:breaking
---

Removed the `unityUri` option from the progress bar state, no longer required.
5 changes: 5 additions & 0 deletions .changes/wry-0.37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-runtime-wry": patch:deps
---

Upgraded to `wry@0.37.0`

0 comments on commit 21de9a4

Please sign in to comment.