Skip to content

Releases: brandcom/cakephp-vite

0.3.3

01 Jan 22:55
8b4c3da
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Jun 09:44
ae13231
Compare
Choose a tag to compare

Updated example config file to support vite version 2.9.0 and higher.
This solves Issue #2

Full Changelog: v0.3.1...v0.3.2

0.3.1

03 Jun 21:55
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

0.3.0

03 Jun 08:49
Compare
Choose a tag to compare

Added ability to use Vite in CakePHP plugins

Full Changelog: v0.2.1...v0.3.0

0.2.1

15 Mar 20:45
Compare
Choose a tag to compare

What's Changed

  • chore: use valid key to example for config of readme by @gotoeveryone in #1
  • Valid html generation for nomodule script tags

New Contributors

Full Changelog: v0.2.0...v0.2.1

0.2.0

26 Jan 22:28
Compare
Choose a tag to compare
  • Refactored the ViteHelper into the new ViteScriptsHelper.
  • ViteHelper is marked as deprecated
  • new Api for the ViteScriptsHelper
  • The new helper can be configured via config files, not in the AppView.
  • Little different config: Pass a list of dev host needles, not a string of just one.
  • Logic of getting files from the manifest.json has been moved outside of the helper into Utilities/ViteManifest.php
  • New ViteCommand which can delete outdated build files via bin/cake vite tidy

Full Changelog: v0.1.0...v0.2.0

Refactored version

22 Jan 15:17
Compare
Choose a tag to compare
  • Support for php7.4
  • Using CakePHP request objects
  • Using CakePHP Html helper for tag creation
  • Using Nette/Utils for Filesystem operations, Json creation and String methods.
  • General code clean-up.

v0.0.1

20 Jan 22:15
Compare
Choose a tag to compare

Initial release