Skip to content

Releases: arnoson/kirby-vite

v4.0.7

22 Sep 09:40
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.6

21 Aug 14:04
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.5

13 Aug 14:20
Compare
Choose a tag to compare

   🚀 Features

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

v4.0.4

13 Aug 12:14
Compare
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
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v4.0.0

13 Aug 11:02
Compare
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

v3.1.0

28 Jun 12:08
Compare
Choose a tag to compare

   🚀 Features

  • Add vite()->file() to return asset path  -  by arnoson (fb390)
    View changes on GitHub

v3.0.7

20 Apr 09:22
Compare
Choose a tag to compare

v3.0.6

30 Mar 10:12
Compare
Choose a tag to compare
fix: match version to tag

v3.0.5

15 Feb 08:26
ce47065
Compare
Choose a tag to compare