Skip to content

Releases: arnoson/kirby-vite

v5.0.1

17 Nov 09:26

Choose a tag to compare

   🐞 Bug Fixes

  • Use Vite 5 peer dependency  -  by arnoson (eaddd)
    View changes on GitHub

v5.0.0

17 Nov 09:19

Choose a tag to compare

   🚀 Features

  • Use Vite 5  -  by arnoson (17c30)
    View changes on GitHub

v4.0.9

25 Oct 09:31

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Unlink .dev file on exit  -  by @bsnbsn (cfacd)
  • manifestProperty() might return an array  -  by arnoson (38f91)
    View changes on GitHub

v4.0.8

03 Oct 15:07

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.7

22 Sep 09:40

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.6

21 Aug 14:04

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.5

13 Aug 14:20

Choose a tag to compare

   🚀 Features

  • Add try flag  -  by arnoson (41da6)
    View changes on GitHub

v4.0.4

13 Aug 12:14

Choose a tag to compare

   🐞 Bug Fixes

  • Share relative outDir with PHP  -  by arnoson (cdda9)
    View changes on GitHub

v4.0.3

13 Aug 11:38

Choose a tag to compare

No significant changes

    View changes on GitHub

v4.0.0

13 Aug 11:02

Choose a tag to compare

   🚀 Features

  • Treat css as entry  -  by arnoson (37fe2)
  • Handle CSS imported by JS  -  by arnoson (39e51)

Migration:

  • All PHP options for the kirby plugin have been removed. Configuration now only happens inside vite.config.js and is then shared automatically with PHP (the file site/config/vite.config.php is generated). You can just remove any arnoson.kirby-vite.* options from your Kirby config.
  • vite()->js() and vite()->css() now always need an entry. So if you were using arnoson.kirby-vite.entry before, just add the entry everywhere explicitly: vite()->js('your-entry.js').
    View changes on GitHub