Skip to content
Permalink
main
Switch branches/tags

Commits on Jul 18, 2022

  1. chore: update snapshot

    sodatea committed Jul 18, 2022
  2. 3.3.0

    sodatea committed Jul 18, 2022
  3. fix: wait on localhost:4173 instead of 127.0.0.1

    As Vite 3 has changed the default host to `localhost`
    sodatea committed Jul 18, 2022
  4. ci: add Node.js 18 CI

    sodatea committed Jul 18, 2022
  5. chore!: bump minimum Node.js version requirement

    To be inline with Vite 3
    sodatea committed Jul 18, 2022
  6. feat!: update to vite 3

    sodatea committed Jul 18, 2022

Commits on Jul 13, 2022

  1. chore: update snapshot

    sodatea committed Jul 13, 2022
  2. 3.2.3

    sodatea committed Jul 13, 2022

Commits on Jul 12, 2022

  1. feat: import main.css in Cypress Component Testing page

    so that the components mounted in the playground looks the same as
    when they are actually used in the app.
    sodatea committed Jul 12, 2022
  2. refactor: move global styles to main.css; use only scoped styles in…

    … `App.vue`
    
    - `base.css` contains CSS resets and variables
    - `main.css` is the global styles of the app, to be imported by `main.js`
    - `App.vue` only contains the styles for the root `App` component
    sodatea committed Jul 12, 2022
  3. refactor: all code templates share the same src/assets folder

    So it's extracted, to reduce duplication
    sodatea committed Jul 12, 2022
  4. chore: remove unused types

    sodatea committed Jul 12, 2022

Commits on Jul 11, 2022

  1. chore: update vitest

    sodatea committed Jul 11, 2022
  2. chore: update dependencies

    sodatea committed Jul 11, 2022

Commits on Jun 21, 2022

  1. chore: update snapshot

    sodatea committed Jun 21, 2022
  2. 3.2.2

    sodatea committed Jun 21, 2022
  3. feat: update some major dependences, too.

    The only notable breaking changes seems to be in vue-tsc 0.37 regarding
    Vue 2 support:
    
    https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#0370-202266
    sodatea committed Jun 21, 2022
Older