Skip to content

Releases: brandcom/cakephp-vite

1.0.0

22 Jan 19:01
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.3.4...v1.0.0

v1 alpha 8

22 Jan 16:21
Compare
Choose a tag to compare

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

22 Jan 15:44
Compare
Choose a tag to compare
v1 alpha 6 Pre-release
Pre-release

Full Changelog: v1-alpha5...v1-alpha6

v1 alpha 5

22 Jan 13:42
Compare
Choose a tag to compare
v1 alpha 5 Pre-release
Pre-release

Full Changelog: v1-alpha4...v1-alpha5

v1 alpha 4

22 Jan 12:04
Compare
Choose a tag to compare
v1 alpha 4 Pre-release
Pre-release

Full Changelog: v1-alpha3...v1-alpha4

v1 alpha 3

22 Jan 00:47
Compare
Choose a tag to compare
v1 alpha 3 Pre-release
Pre-release

Full Changelog: v1-alpha2...v1-alpha3

v1-RC1.1

22 Jan 17:41
Compare
Choose a tag to compare
v1-RC1.1 Pre-release
Pre-release

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

21 Jan 22:04
Compare
Choose a tag to compare
v1 alpha 2 Pre-release
Pre-release

Full Changelog: v1-alpha1...v1-alpha2

v1 alpha 1

21 Jan 20:07
Compare
Choose a tag to compare
v1 alpha 1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.4...v1-alpha1

0.3.4

19 Jan 22:41
Compare
Choose a tag to compare

Adds more config options in response to issue #4

Full Changelog: v0.3.3...v0.3.4