Releases: brandcom/cakephp-vite
Releases · brandcom/cakephp-vite
0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
0.3.1
Full Changelog: v0.3.0...v0.3.1
0.3.0
Added ability to use Vite in CakePHP plugins
Full Changelog: v0.2.1...v0.3.0
0.2.1
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
- @gotoeveryone made their first contribution in #1
Full Changelog: v0.2.0...v0.2.1
0.2.0
- 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 intoUtilities/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
- 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.