- Support Vite v7 and v8, and update plugin hooks with filters for faster performance in rolldown (#46)
- Support Vite 7 (
50a171f)
- Support Vite 6 in peer dependencies range (
f98c6ef)
- Fix custom base handling
- Allow Vite 5 as peer dependency
- Allow Vite 4 as peer dependency
- Add experimental
whyframe:iframesupport - Support custom options for
createApp()
- Fix component name check for webpack (#14)
- Refactor files for unit tests
- Bump dependencies
- Improve runtime error message
- Export
@whyframe/core/globalfor global types
- Fix component name check (#11)
- Export webpack plugin
- Fix HMR virtual id invalidation
- Update types
- Handle
createIframeRpctypes - Add
@whyframe/core/utilstooptimizeDeps.include - Support custom Vite root
- Fix non-NodeNext type resolution
- Fix
pluginutilstype
- Allow no options by default
- Fix VitePress compatibility
Initial release