mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-11 11:53:21 +03:00
cad5192e31
Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
3.8 KiB
3.8 KiB
Changelog
[1.0.0-beta-rc.4]
- Manually set
tauri
script instead of usingnpm set-script
for compatabilty with older npm versions
[1.0.0-beta-rc.3]
- Remove
lodash
dependency and replace with es6 builtins - Remove
tauri
dependency from vanilla recipe - Fix adding
tauri
script to package.json
[1.0.0-beta-rc.2]
- CTA also needs the template directory published as it doesn't get bundled into the
dist
directory.
[1.0.0-beta-rc.1]
- CTA was missing the
files
property in the package.json which mean that thedist
directory was not published and used.
[1.0.0-beta-rc.0]
- Add vanilla javascript option to
create-tauri-app
through templating. - Use a test based on an npm env var to determine which package manager to use.
- 6e0598c feat: derive package manager from env var on 2021-04-12
- Add initial
vite
support starting withvue
andvue-ts
- Revert
tauri create
deletion and shift remaining pieces that weren't deleted tocreate-tauri-app
.