Skip to content

create-tauri-app@2.1.1

Aug 30, 2022
  • Add an optimized macOS icon so that building from a template doesn't cause errors.
    • a28848c fix: add missing icon.icns file, closes #143 (#152) on 2022-08-30
  • Fix solid template IDE type errors by changing className to class
    • ea9a90c fix(cli/fragments): change solid's className to class, closes #144 (#150) on 2022-08-30
  • 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".
    • 675b091 fix(cli/fragments): fix yew fragment beforeDevCommand and withGlobalTauri (#147) on 2022-08-30
  • Changed "withGlobalTauri" for yew template from "false" to "true" so example frontend can actually "invoke" backend methods
    • 675b091 fix(cli/fragments): fix yew fragment beforeDevCommand and withGlobalTauri (#147) on 2022-08-30

© 2026 Tauri Contributors. CC-BY / MIT