Skip to content

feat(core): add WebviewWindow::resolve_command_scope#11439

Merged
lucasfernog merged 2 commits intodevfrom
feat/resolve_command_scope
Oct 21, 2024
Merged

feat(core): add WebviewWindow::resolve_command_scope#11439
lucasfernog merged 2 commits intodevfrom
feat/resolve_command_scope

Conversation

@lucasfernog
Copy link
Member

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

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
@lucasfernog lucasfernog requested a review from a team as a code owner October 21, 2024 13:59
@github-actions
Copy link
Contributor

Package Changes Through f6d39d5

There are 1 changes which include tauri with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri 2.0.6 2.0.7

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit f0da0bd into dev Oct 21, 2024
@lucasfernog lucasfernog deleted the feat/resolve_command_scope branch October 21, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants