Skip to content

vitest-preview@0.0.2

Choose a tag to compare

@nvh95 nvh95 released this 23 Sep 15:48
· 16 commits to main since this release
2d0be98

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/v0.0.1...vitest-preview@0.0.2