Releases: CakeDC/cakephp-inertia
Releases · CakeDC/cakephp-inertia
4.0.0
Updates
- Replace webpack with vite
- Update path to components, upgrade Link on inertiajs to inertia-vue3
- Import createInertiaApp from inertiajs/vue3 instead of inertiajs/inertia-vue3 and remove onfinish after post
- Update example test pages and layout
- Add navbar and responsive layout container
- Remove id flash
- Update documentation
3.1.0
Fixes
- fix pass options to get using contains deprecated as array
- fix if column exist to avoid error key not exist on model finder withRelated
Updates
- add render input as checkbox instead of input with type text
- add on method delete link function confirm and csrf token on headers
- add "active" field as boolean on pages table sample to bake templates forms with checkbox
- add searchable functionality and placeholder to vue Multiselect in baked templates when field is related to relation belongsTo and belongsToMany
3.0.0
Updates
- Added by default bootstrap5 styles and HTML on generated templates using twig.
- Add configuration FlashPrefixElement on InertiaTrait to use "alert" css class instead of "flash" css class in CakePHP Flash messages, configured by default.
- Replace vue3-editor with vue-quilly and quill HTML editor
2.0.0
The cakedc/cakephp-inertia plugin provides a Vue 3 app skeleton for your frontend, a Component and a Middleware to process the inertia calls. Additionally a set of Bake templates for building a Vue 3 CRUD is also implemented.
This release is working for CakePHP 5.0 and vue3
1.0.0
The cakedc/cakephp-inertia plugin provides a Vue 3 app skeleton for your frontend, a Component and a Middleware to process the inertia calls. Additionally a set of Bake templates for building a Vue 3 CRUD is also implemented.
The initial release is aimed to CakePHP 4.5 and vue3, a CakePHP 5 version is on it's way...