tauri/tooling/create-tauri-app/CHANGELOG.md
github-actions[bot] 5353379d15
Apply Version Updates From Current Changes (#1823)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2021-06-23 16:56:16 -03:00

6.0 KiB

Changelog

[1.0.0-beta.2]

  • Fixes the beforeDevCommand on vite recipe.
    • 3c21ddc7 fix(cta): use correct beforeDevCommand for vite recipe (#1931) on 2021-06-01

[1.0.0-beta.1]

  • Work around bugs between esbuild and npm by installing directly at the end of the sequence. Also default to using the latest on all of the installs instead of npx's cache.
    • 8a164d0 fix: CTA cache and vite build (#1806) on 2021-05-12

[1.0.0-beta.0]

  • Explicitly install deps after a vite recipe.
    • 397b7af chore: CTA defaults in CI mode (#1671) on 2021-05-05
  • Shift everything out of the bin and into .ts so we can apply Typescript types.
    • c3acbd6 chore: shift CTA from bin to .ts (#1651) on 2021-04-29
  • We setup an e2e type test suite for CTA. It is mostly an internal change, but should help with stability moving forward.
  • Add support for all vite templates
    • cea3ba9 feat(cta): add support for all vite templates (#1670) on 2021-05-07
  • Add a welcome prompt to let the user know about the process and links to more info including prerequisite setup steps. Also add links to each of the templates to give the user more context what they are getting into.
    • ea28d01 create-tauri-app welcome prompt and recipes links (#1748) on 2021-05-09

[1.0.0-beta-rc.4]

  • Manually set tauri script instead of using npm set-script for compatabilty with older npm versions
    • f708ff8 fix(CTA): #1569, manually set tauri script for compatability with older npm (#1572) on 2021-04-22

[1.0.0-beta-rc.3]

  • Remove lodash dependency and replace with es6 builtins
    • edab7a6 chore(deps): remove lodash from create-tauri-app (#1532) on 2021-04-18
  • Remove tauri dependency from vanilla recipe
    • 3998046 fix(cta): remove tauri dep from vanilla recipe (#1502) on 2021-04-15
  • Fix adding tauri script to package.json
    • 6c00e88 fix(cta): fix adding tauri script to package.json (#1501) on 2021-04-15
    • 345f2db Apply Version Updates From Current Changes (#1499) on 2021-04-14
    • 098b729 chore: CTA version was decremented, fix and adjust changelog to compensate (#1530) on 2021-04-18

[1.0.0-beta-rc.2]

  • CTA also needs the template directory published as it doesn't get bundled into the dist directory.
    • 7b6108e fix: cta templates dir missing (#1496) on 2021-04-14

[1.0.0-beta-rc.1]

  • CTA was missing the files property in the package.json which mean that the dist directory was not published and used.

[1.0.0-beta-rc.0]

  • Add vanilla javascript option to create-tauri-app through templating.
    • c580338 feat(cli): add create-tauri-app (#1106) on 2021-03-07
  • 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 with vue and vue-ts
    • 80b7bd7 feat(CTA): add initial vite support with vue and vue-ts (#1467) on 2021-04-13
  • Revert tauri create deletion and shift remaining pieces that weren't deleted to create-tauri-app.
    • 4ec20a4 feat: shift tauri create [not wired up] (#1330) on 2021-03-07
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12