·
16 commits
to main
since this release
🚀 Features
- Actually use vite 7 - by @Toumash (88000)
- Add vite 7 ci/cd jobs - by @Toumash (925e9)
- Add Discord notifications after changeset publish - by @Toumash (387a5)
- Add manual workflow_dispatch trigger with [TEST] mode for Discord notifications - by @Toumash (75c33)
- Add Vite 8.0.0-beta.7 support and CI testing - by @Toumash (46a45)
- Add HMR support for CSS declared in manifest content_scripts - by @Toumash (dc705)
- client:
- Update the style and content of the development mode loading page - by @FliPPeDround (25b38)
- vite-plugin:
- Support https dev server - by @siketyan (f0328)
- Use bump release - by @FliPPeDround (9fcd4)
🐞 Bug Fixes
- Use version import from vite instead of bundle-based detection - by @Toumash (fa30d)
- Move vite7 tests to tests folder and use injected dependency - by @Toumash (efab3)
- Re-install after build to link injected plugin in CI - by @Toumash (21034)
- Replace cheerio with node-html-parser and add vite peerDependency - by @Toumash (11d03)
- Use configResolved to get plugins for rolldown-vite compatibility - by @Toumash (5d8e1)
- Align compat tests with original test semantics - by @Toumash (cb805)
- Move each test into its own folder to avoid Windows ENOTEMPTY errors - by @Toumash (c7c60)
- Skip release steps when testing Discord notifications - by @Toumash (b7a0c)
- Gracefully skip Discord notification if webhook URL is not configured - by @Toumash (8a024)
- Separate test-discord job to avoid production environment requirement - by @Toumash (a1aea)
- Resolve TypeScript types correctly for ESM and CJS consumers - by @Toumash (d93c3)
- UnoCSS/TailwindCSS HMR issues with virtual CSS modules - by @Toumash (5e1f3)
- Add ts-nocheck for UnoCSS test files to fix lint - by @Toumash (b3133)
- Copy CSS files declared in manifest content_scripts to output - by @Toumash (a7257)
- Remove unused imports and variables in plugin-contentScripts_declared - by @Toumash (f651a)
- Apply feedback - by @siketyan and @Toumash (9b49a)
- client: Fallback message - by @FliPPeDround (4c072)