Skip to content

Releases: nystudio107/craft-vite

Version 1.0.4

08 May 18:49
Compare
Choose a tag to compare

Added

  • Added the devServerInternal setting back in, along with checkDevServer for people who want the fallback behavior (#2)

Changed

  • Use PRIMARY_SITE_URL in the default config instead of SITE_URL
  • Switch over to VitePress for the docs

Version 1.0.3

07 May 04:30
Compare
Choose a tag to compare

Changed

  • Crawl the manifest.json dependency graph recursively to look for CSS files

Fixed

  • Don't call any AssetManager methods in the component init() method during console requests

Version 1.0.2

06 May 16:51
Compare
Choose a tag to compare

Changed

  • Removed entirely the devServerInternal setting, which isn't necessary (we just depend on you setting the useDevServer flag correctly instead), and added setup complexity

Version 1.0.1

04 May 19:22
Compare
Choose a tag to compare

Changed

  • Added initial documentation
  • Updated default config.php

Version 1.0.0

04 May 04:00
Compare
Choose a tag to compare

Changed

  • Initial release