Skip to content

Releases: nvh95/vitest-preview

[email protected]

27 Sep 15:25
f08a643

Choose a tag to compare

What's Changed

  • Add CLI for Automatic Mode (a.k.a: auto run debug on test fails). Work as a codemod.
vitest-preview setup --automaticMode

PRs

Full Changelog: https://github.com/nvh95/vitest-preview/compare/[email protected]@0.0.3

[email protected]

23 Sep 15:48
2d0be98

Choose a tag to compare

Vitest Preview v0.0.2

What's changed

New features

  • Better support CSS-in-JS to support CSSOM insertRule (e.g: emotion, Chakra, Material UI...)
  • Expose Vitest Preview Dashboard to network
  • Allow to configure externalCss
  • Expose startServer, stopServer APIs
  • Auto choose available port
  • No need to add .vitest-preview to .gitignore

Misc

  • Add more examples: chakra-react, mui-react, react-testing-library, svelte-testing-library, vue-test-utils
  • Build pipeline uses pkgroll
  • Chinese documentation translations
  • Better print Vitest Preview Server local and network URLs

PRs

  • Create LICENSE by @nvh95 in #10
  • 🪄 feat: use symbolic link for README.md and packages/vitest-preview/README.md by @nvh95 in #11
  • 🙌 example: add svelte-testing-library example by @nvh95 in #12
  • [ImgBot] Optimize images by @imgbot[bot] in #13
  • docs: add nvh95 as a contributor for code by @allcontributors[bot] in #16
  • docs: add KatFishSnake as a contributor for example by @allcontributors[bot] in #18
  • doc: Add translation for Simplified Chinese(zh-CN) by @rivertwilight in #19
  • docs: add RiverTwilight as a contributor for translation by @allcontributors[bot] in #20
  • chore: change buildsteps, update dependencies by @nknapp in #32
  • chore: add favicon for website by @nvh95 in #40
  • docs: add nknapp as a contributor for code by @allcontributors[bot] in #42
  • chore: miscelaneous improvements by @nvh95 in #41
  • feat: expose vitest preview server to network by @nvh95 in #43
  • chore: add MUI and Chakra example by @nvh95 in #44
  • feat: support CSSOM by @nvh95 in #46
  • chore(deps-dev): bump vite from 5.3.1 to 5.4.20 by @dependabot[bot] in #45
  • chore(deps-dev): bump svelte from 4.2.18 to 4.2.19 by @dependabot[bot] in #47
  • feat: add configure externalCss by @nvh95 in #48
  • docs: add tarjei as a contributor for ideas by @allcontributors[bot] in #49
  • feat: export node commands startServer, stopServer, registerCleanup by @nvh95 in #50

New Contributors

Full Changelog: https://github.com/nvh95/vitest-preview/compare/[email protected]

v0.0.1: React Advanced 2022

23 Oct 18:29
0743c1d

Choose a tag to compare

Hello world

Hey, this is the first release of Vitest Preview. It's a younger little brother of Jest Preview, but built on top of Vite and optimized for Vitest.

What's Changed

  • 🔨 feat(vitest-preview): implementing preview.debug() by @nvh95 in #1
  • feat: Implement previewServer (powered by Vite) by @nvh95 in #4
  • docs: add README.md + use changeset by @nvh95 in #5
  • Improve build by @nvh95 in #6
  • example: add @vue/test-utils example by @nvh95 in #7
  • feat: add documentation site by @nvh95 in #8

New Contributors

  • @nvh95 made their first contribution in #1

Full Changelog: https://github.com/nvh95/vitest-preview/commits/v0.0.1