[2.1.1]
- Add an optimized macOS icon so that building from a template doesn't cause errors.
- Fix solid template IDE type errors by changing
className
toclass
- Fixed yew template "beforeDevCommand" from "trunk build" to "trunk serve". Before when you called "tauri dev" infinite loop will occur waiting for dev server to become available at "http://localhost:1420".
- Changed "withGlobalTauri" for yew template from "false" to "true" so example frontend can actually "invoke" backend methods