Releases: brandcom/cakephp-vite
1.0.0
This update brings breaking changes to the API. The config is more flexible and scripts/css can be split up php-side. Passing an instance of ViteHelperConfig
to the helper methods enables plugin authors to use an own configuration.
Big thanks to @bor-attila and @t0byman 🚀
What's Changed
- Features to a new a version (1.0 (?)) by @bor-attila in #5
New Contributors
- @bor-attila made their first contribution in #5
Full Changelog: v0.3.4...v1.0.0
v1 alpha 8
Addes files
option to override devEntries
and filter
.
$this->ViteScripts->script([
'files' => [
'webroot_src/main.ts',
],
]);
Full Changelog: v1-alpha6...v1-alpha8
v1 alpha 6
Full Changelog: v1-alpha5...v1-alpha6
v1 alpha 5
Full Changelog: v1-alpha4...v1-alpha5
v1 alpha 4
Full Changelog: v1-alpha3...v1-alpha4
v1 alpha 3
Full Changelog: v1-alpha2...v1-alpha3
v1-RC1.1
Release candidate for version 1.0! 🚀
Thanks to @t0byman and @bor-attila for their contributions and support.
It is now time to fix some last bugs and work on documentation to show the latest features and to explain how different setups of vite and CakePHP can work together.
(messed up the target branch, therefore 1.1)
Full Changelog: v1-alpha8...v1-RC1.1
v1 alpha 2
Full Changelog: v1-alpha1...v1-alpha2
v1 alpha 1
What's Changed
- Features to a new a version (1.0 (?)) by @bor-attila in #5
New Contributors
- @bor-attila made their first contribution in #5
Full Changelog: v0.3.4...v1-alpha1