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

Breaking changes introduced on tauri-v2.0.0-beta.9 features #24

Open liyasthomas opened 3 months ago

liyasthomas commented 3 months ago

tauri v2.0.0-beta.9 introduced these breaking changes:

tauri-controls still uses icon-ico and icon-png feature flags, breaking usage on versions on and after tauri v2.0.0-beta.9.

Fix

Rename icon-ico and icon-png feature flags to image-ico and image-png respectively.

sultaniman commented 2 months ago

Hey @agmmnn, thanks for creating and maintaining this package, I wonder when do you plan to make updates, while it is not critical I would very much like to use it in my project.