Skip to content

Latest commit

 

History

History
342 lines (125 loc) · 12 KB

CHANGELOG.md

File metadata and controls

342 lines (125 loc) · 12 KB

2.4.4 (2021-06-22)

Bug Fixes

2.4.3 (2021-06-16)

Bug Fixes

  • create-app: improve prompt message (#3769) (9703bcd)
  • create-app: update svelte templates to use named export of vite-… (#3760) (c69f836)

2.4.2 (2021-06-08)

Features

  • create-app: update svelte-ts template to use @tsconfig/svelte a… (#3668) (5c3b668)

2.4.1 (2021-06-01)

Bug Fixes

2.4.0 (2021-06-01)

2.3.2 (2021-05-25)

Features

2.3.1 (2021-05-17)

Bug Fixes

  • create-app: lit-element templates package.json (#3435) (74986d3)

2.3.0 (2021-05-11)

Features

  • create-app: bump vite version to 2.3 (f8315c9)

2.2.5 (2021-04-25)

Features

  • create-app: improve non-empty message for current dir (#3117) (c0a0a84)

2.2.4 (2021-04-15)

Bug Fixes

  • create-app: change index.html templates' favicon.svg href to absolute URL (#2620) (3816f6e)
  • create-app: the node in the svelte template is incorrectly mounted (#2947) (0825f7e)

Features

  • create-app: add template vanilla-ts (#2023) (89898d3)
  • create-app: two-level prompt for framework and variants (#2941) (176e55d)

2.2.3 (2021-03-31)

Features

  • create-app: improved package name validation (#2772) (9fa282e)

2.2.2 (2021-03-25)

2.2.1 (2021-03-25)

2.2.0 (2021-03-16)

Features

  • create-app: add 'svelte' and 'svelte-ts' options (#2537) (e441f23)

2.1.0 (2021-03-15)

Bug Fixes

  • create-app: ensure valid package name when creating project (1dbf246), closes #2360

Features

  • create-app: add vue-tsc for vue-ts template (#2498) (b3b3c01)

2.0.2 (2021-03-02)

Bug Fixes

2.0.1 (2021-02-20)

Bug Fixes

  • create-app: prompt the user on supplying an invalid template (#2072) (ea31690)
  • create-app: update prompt message based on user input (#2103) (038f786)

2.0.0 (2021-02-16)

Features

  • create-app: bump to vite 2.0 (81c72bb)

1.8.0 (2021-02-15)

Bug Fixes

  • create-app: add declaration tsconfig option (7b3da03), closes #2010

Features

  • create-app: closer parity on preact typescript template to preact template (#1996) (c2622de)

1.7.1 (2021-02-12)

Bug Fixes

  • ensure intellisense for all create-app templates (589b295)
  • create-app: Adds a newline before "Scaffolding project in..." (#1945) (8a1c602)

1.7.0 (2021-02-08)

Features

  • create-app: add favicons for all templates that are missing one (#1935) (3fa1d39)

1.6.0 (2021-02-05)

Bug Fixes

  • create-app: add resolveJsonModule to tsconfig.json for vue-ts template (#1879) (2c914a5)

Features

  • create-app: clearer vue-ts setup recommend (#1896) [skip ci] (d6bf066)

1.5.2 (2021-02-03)

Features

  • create-app: more detailed instructions for vue-ts template (79dd32c)

1.5.1 (2021-01-27)

Features

  • add link to config docs (ce71d71)

1.5.0 (2021-01-25)

Features

1.4.0 (2021-01-24)

1.3.0 (2021-01-23)

Features

  • add colors to create-app options (cf7e43f)

1.2.0 (2021-01-08)

Features

  • add colors to create-app options (870f57a)

1.1.0 (2021-01-08)

Features

1.0.6 (2021-01-05)

Code Refactoring

  • update client type usage (245303c)

BREAKING CHANGES

  • client types are now exposed under vite/client.d.ts. It can now be included via the following tsconfig.json:

    {
      "compilerOptions": {
        "types": ["vite/client"]
      }
    }

1.0.5 (2021-01-05)

Features

  • create-app: include env shim (4802c1a)

1.0.4 (2021-01-04)

Bug Fixes

  • create-app: remove favicon link in vanilla template (d9df7eb), closes #1340

1.0.3 (2021-01-02)

Bug Fixes

1.0.2 (2021-01-02)

1.0.1 (2021-01-02)

Bug Fixes

  • include template in dist files (8d0ddf9)

1.0.0 (2021-01-02)

Features