Skip to content

Latest commit

 

History

History
114 lines (44 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

114 lines (44 loc) · 3.07 KB

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