Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 1.6 KB

File metadata and controls

80 lines (45 loc) · 1.6 KB

Changelog

0.2.0

Minor Changes

  • Support Vite v7 and v8, and update plugin hooks with filters for faster performance in rolldown (#46)

0.1.14

Patch Changes

0.1.13

Patch Changes

  • Support Vite 6 in peer dependencies range (f98c6ef)

0.1.12 (2024-12-04)

  • Fix custom base handling

0.1.11 (2024-04-01)

  • Allow Vite 5 as peer dependency

0.1.10 (2022-04-03)

  • Allow Vite 4 as peer dependency

0.1.9 (2022-11-30)

  • Add experimental whyframe:iframe support
  • Support custom options for createApp()

0.1.8 (2022-10-15)

  • Fix component name check for webpack (#14)
  • Refactor files for unit tests

0.1.7 (2022-10-14)

  • Bump dependencies
  • Improve runtime error message
  • Export @whyframe/core/global for global types

0.1.6 (2022-10-05)

  • Fix component name check (#11)

0.1.5 (2022-10-03)

  • Export webpack plugin
  • Fix HMR virtual id invalidation
  • Update types

0.1.4 (2022-09-26)

  • Handle createIframeRpc types
  • Add @whyframe/core/utils to optimizeDeps.include
  • Support custom Vite root

0.1.3 (2022-09-06)

  • Fix non-NodeNext type resolution
  • Fix pluginutils type

0.1.2 (2022-09-03)

  • Allow no options by default

0.1.1 (2022-09-03)

  • Fix VitePress compatibility

0.1.0 (2022-09-02)

Initial release