Skip to content

Commit

Permalink
update semver and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Campanario committed Sep 13, 2024
1 parent ad1cf5d commit 856b90f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 3
:minor: 0
:minor: 1
:patch: 0
:special: ''
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Changelog

Releases for CakePHP 5.0
------------------------
* 3.1.0
* fix pass options to get using contains deprecated as array
* fix if column exist to avoid error key not exist on model finder withRelated
* 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
* 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.1
* update Docs
* update app.js to use import (ES6) instead of require
Expand Down

0 comments on commit 856b90f

Please sign in to comment.