agmmnn / tauri-controls

🚥 Native-looking window controls for Tauri 2. React, Solid, Vue, Svelte+Tailwind.
https://npmjs.com/package/tauri-controls
MIT License
581 stars 21 forks source link

fix: compatibility with the latest Tauri release #14

Closed flerouwu closed 9 months ago

flerouwu commented 9 months ago

Issue

Currently, tauri-controls doesn't work with the latest versions of @tauri-apps/plugin-window due to a refactor..

Links

Solution

Bumping each package's version of @tauri-apps/plugin-window to 2.0.0-alpha.1, as well as modifying code to adjust for the refactor has fixed this issue.

Notes

agmmnn commented 9 months ago

Thanks for the PR. 🙏

Currently, tauri-controls doesn't work with the latest versions of @tauri-apps/plugin-window due to a refactor..

Yes, I was planning to work on it, but I was on vacation and just got back.

flerouwu commented 9 months ago

Thanks for the PR. 🙏

Currently, tauri-controls doesn't work with the latest versions of @tauri-apps/plugin-window due to a refactor..

Yes, I was planning to work on it, but I was on vacation and just got back.

All good! Hope you enjoyed your vacation!

Hope this PR helps. Feel free to take your time reviewing it.

agmmnn commented 9 months ago

I'll look into it, but I'm stuck with this issue on Windows. I can only move forward if this problem is fixed. :/

https://github.com/tauri-apps/tauri/issues/7784 https://discord.com/channels/616186924390023171/1149396631070982274

agmmnn commented 9 months ago

Related issues: #13

agmmnn commented 9 months ago

I'll look into it, but I'm stuck with this issue on Windows. I can only move forward if this problem is fixed. :/

tauri-apps/tauri#7784 discord.com/channels/616186924390023171/1149396631070982274

https://github.com/tauri-apps/tauri/issues/7801 https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.0.0-alpha.14