Releases: nvh95/vitest-preview
Releases · nvh95/vitest-preview
[email protected]
What's Changed
- Add CLI for Automatic Mode (a.k.a: auto run
debugon test fails). Work as a codemod.
vitest-preview setup --automaticMode- But still need to review the detailed guide here: https://www.vitest-preview.com/guide/automatic-mode
PRs
- docs: add ntt261298 as a contributor for review by @allcontributors[bot] in #52
- docs: add heath-freenome as a contributor for bug by @allcontributors[bot] in #53
- feat: add Automatic Mode CLI and docs by @nvh95 in #54
Full Changelog: https://github.com/nvh95/vitest-preview/compare/[email protected]@0.0.3
[email protected]
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,stopServerAPIs - Auto choose available port
- No need to add
.vitest-previewto.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.mdandpackages/vitest-preview/README.mdby @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
configureexternalCssby @nvh95 in #48 - docs: add tarjei as a contributor for ideas by @allcontributors[bot] in #49
- feat: export node commands
startServer,stopServer,registerCleanupby @nvh95 in #50
New Contributors
- @imgbot[bot] made their first contribution in #13
- @allcontributors[bot] made their first contribution in #16
- @rivertwilight made their first contribution in #19
- @nknapp made their first contribution in #32
- @dependabot[bot] made their first contribution in #45
Full Changelog: https://github.com/nvh95/vitest-preview/compare/[email protected]
v0.0.1: React Advanced 2022
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
Full Changelog: https://github.com/nvh95/vitest-preview/commits/v0.0.1