2024-12-13 |
Update README |
2024-12-13 |
Remove uneeded code and ARIA attributes. |
2024-12-13 |
Bump up dependencies. |
2024-12-13 |
Remove dead code |
2024-12-13 |
implements container.formGroupClass parameter to pass or disable classes (#406)
Implements container.formGroupClass parameter to pass or disable class different from form-group to containers |
2024-12-13 |
Update boostrap to v5.3 and bootstrap-icons to v1.11.
Drop popper as a direct dependency as it's now included in bootstrap bundle. |
2024-12-13 |
Update classes used by HtmlHelper::badge().
Use the the new `text-bg-*` classes instead of `bg-*` classes.
https://getbootstrap.com/docs/5.3/components/badge/#background-colors |
2024-12-13 |
Don't wrap buttons with "elementWrapper" for inline forms.
It makes is difficult for e.g. to put a submit and reset button together in the same column. |
2024-12-13 |
Simplify HTML for help text block.
Use "div" instead of "small" to avoid use of "d-block".
Remove "text-muted" as "form-text" already applies the secondary color. |
2024-12-13 |
code cleanup |
2024-12-13 |
Drop use of defunct "form-group" class.
It no longer exists in Bootstrap 5. |
2024-12-13 |
Remove usage of "form-horizonal" and "form-inline" classes.
They don't exist in Bootstrap 5 |
2024-12-13 |
Remove uneeded class on error message container |
2024-12-13 |
Add missing types |
2024-12-13 |
Fix test |
2024-12-13 |
Fix CS issue |
2024-12-13 |
Drop use of defunct "form-group" class.
It no longer exists in Bootstrap 5. |
2024-12-13 |
Remove usage of "form-horizonal" and "form-inline" classes.
They don't exist in Bootstrap 5 |
2024-12-13 |
Bump up CakePHP to 5.1.4.
Remove undeeded code as the issue with ARIA attributes for `select` has been fixed
in the core. |
2024-12-02 |
update composer scripts |
2024-12-01 |
Add missing types |
2024-12-01 |
Disable unused hooks |
2024-11-30 |
Remove uneeded class on error message container |
2024-11-30 |
Fix class added to input group container in case of error |
2024-11-30 |
Simplify HTML for help text block.
Use "div" instead of "small" to avoid use of "d-block".
Remove "text-muted" as "form-text" already applies the secondary color. |
2024-11-30 |
code cleanup |
2024-11-30 |
Drop use of defunct "form-group" class.
It no longer exists in Bootstrap 5. |
2024-11-30 |
Remove usage of "form-horizonal" and "form-inline" classes.
They don't exist in Bootstrap 5 |
2024-11-30 |
Simplify HTML for help text block.
Use "div" instead of "small" to avoid use of "d-block".
Remove "text-muted" as "form-text" already applies the secondary color. |