Skip to content

Refactor to Core + Adapters architecture with Tauri v2 stable support - #41

Open
agmmnn wants to merge 2 commits into
masterfrom
new-system
Open

Refactor to Core + Adapters architecture with Tauri v2 stable support#41
agmmnn wants to merge 2 commits into
masterfrom
new-system

Conversation

@agmmnn

@agmmnn agmmnn commented Feb 27, 2026

Copy link
Copy Markdown
Owner

Refactor to Core + Adapters architecture with Tauri v2 stable support.

  • New @tauri-controls/core package with shared logic (OS detection, window API, icons, styles, types)
  • All framework adapters (React, Solid, Svelte, Vue) rewritten as thin wrappers around core
  • Upgraded to Tauri v2 stable (@tauri-apps/api ^2.0.0, @tauri-apps/plugin-os ^2.0.0)
  • Capabilities now require core: prefix for window permissions
  • type() from @tauri-apps/plugin-os is now synchronous
  • getCurrentWindow() from @tauri-apps/api/window replaces legacy imports

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.

1 participant