tauri/examples/api/src-tauri
Lucas Fernandes Nogueira f0da0bde87
feat(core): add WebviewWindow::resolve_command_scope (#11439)
* feat(core): add WebviewWindow::resolve_command_scope

This new functionality exposes the `CommandScope` resolution as a function (currently only commands can resolve them as a dependency injection via CommandItem)

This function is useful to validate the configuration at runtime (do some asserts at setup phase to ensure capabilities are properly configured) and to resolve scopes in a separate thread or context

* adjust return type
2024-10-21 15:16:08 -03:00
..
capabilities feat: add Window::set_enabled and Window::is_enabled (#11154) 2024-09-27 14:35:01 -03:00
locales feat(bundler): wix localization, closes #3174 (#3179) 2022-02-05 15:13:07 -03:00
permissions fix(core): fix raw invoke body for isolation pattern (#10167) 2024-07-12 09:52:53 -03:00
src feat(cli): enhance iOS logs (#10961) 2024-09-15 07:37:56 -03:00
tauri-plugin-sample feat(core): add WebviewWindow::resolve_command_scope (#11439) 2024-10-21 15:16:08 -03:00
.gitignore fix(cli): do not generate .cargo/config file (#10785) 2024-08-26 22:15:08 -03:00
.taurignore chore(examples): ignore changes on tauri-plugin-sample on dev watcher 2023-02-24 10:22:43 -03:00
build.rs Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
Cargo.toml fix: downgrade MSRV to 1.77.2 to support Windows 7 (#11205) 2024-10-03 08:07:50 -03:00
Cross.toml Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
Info.plist feat(core): inject src-tauri/Info.plist file on dev and merge on bundle, closes #1570 #2338 (#2444) 2021-08-15 21:36:43 -03:00
tauri.conf.json Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00