tauri/crates
Lucas Fernandes Nogueira eb61d44f9f
feat(core): fallback to Window and AppHandle resource table on close (#11398)
this changes the resource plugin close() API to fallback to the parent window and AppHandle resource tables, letting the JS to delete global resources.
The need for this was brought up on https://github.com/tauri-apps/plugins-workspace/pull/1860#issuecomment-2419175001
the store plugin stores the resources in the AppHandle, and we want the existing close() API to work on global resources otherwise every consumer needs their own resource close commands
2024-10-17 12:37:35 -03:00
..
tauri feat(core): fallback to Window and AppHandle resource table on close (#11398) 2024-10-17 12:37:35 -03:00
tauri-build chore(deps) Update Rust crate json-patch to v3 (#11377) 2024-10-17 08:38:19 -03:00
tauri-bundler feat(bundler): add `wix > version` option (#11388) 2024-10-17 12:37:15 -03:00
tauri-cli feat(bundler): add `wix > version` option (#11388) 2024-10-17 12:37:15 -03:00
tauri-codegen chore(deps) Update Rust crate brotli to v7 (#11195) 2024-10-17 10:21:30 -03:00
tauri-driver apply version updates (#11207) 2024-10-03 09:01:02 -03:00
tauri-macos-sign apply version updates (#11207) 2024-10-03 09:01:02 -03:00
tauri-macros apply version updates (#11207) 2024-10-03 09:01:02 -03:00
tauri-plugin apply version updates (#11207) 2024-10-03 09:01:02 -03:00
tauri-runtime Apply Version Updates From Current Changes (#11255) 2024-10-12 12:28:16 -03:00
tauri-runtime-wry apply version updates (#11361) 2024-10-14 22:46:51 -03:00
tauri-schema-generator feat(bundler): add `wix > version` option (#11388) 2024-10-17 12:37:15 -03:00
tauri-schema-worker refactor(cli/node): migrate `jest` to `vitest` for tests (#11034) 2024-09-17 07:36:03 -03:00
tauri-utils feat(bundler): add `wix > version` option (#11388) 2024-10-17 12:37:15 -03:00
tests refactor(core)!: change Assets::iter item to use Cow (#10907) 2024-09-05 13:42:22 -03:00