Skip to content

Releases: CakeDC/cakephp-inertia

3.1.0

13 Sep 15:36
Compare
Choose a tag to compare

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

16 Aug 14:42
Compare
Choose a tag to compare

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

03 May 10:52
Compare
Choose a tag to compare

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

28 Feb 08:45
Compare
Choose a tag to compare

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...