Releases: mammadataei/cypress-vite
Releases · mammadataei/cypress-vite
v1.6.0
1.6.0 (2024-12-31)
Features
v1.5.0
1.5.0 (2023-11-22)
Features
- add support for vite^5.0.0 and cypress 13 (#81) (6027807)
v1.4.2
1.4.2 (2023-07-15)
Bug Fixes
- override
ouput.manualChunks
using false
(#67) (145627a)
v1.4.1
1.4.1 (2023-07-05)
Bug Fixes
- override
rollupOptions.ouput.manualChunks
from the user config (#58) (c38600e)
v1.4.0
1.4.0 (2023-04-21)
Features
- allow user to specify full Vite config, not just
configFile
(#53) (293684f)
Bug Fixes
- use chokidar file watcher instead of Vite/Rollup watch (#50) (a2eec1d)
v1.3.2
1.3.2 (2023-04-11)
Bug Fixes
v1.3.1
1.3.1 (2023-03-02)
Bug Fixes
- ensure code is finished compiling before returning cached file (#36) (91ae5b8)
v1.3.0
1.3.0 (2022-12-24)
Features
- add support for Vite 4 and Cypress 12 (#29) (00dbb75)
cypress-vite@v1.2.1
Changes
Bug fixes
- [#11] fix: let vite handle resolving the config file
- [#12] fix: fix cjs default import
cypress-vite@v1.2.0
feat: add support for debugging