File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11# Upgrade Notes
22
3+ ## 5.3.0
4+ - ** [ IMPROVEMENT] ** New field added to ` form_builder_form_attributes ` : ` autocomplete `
5+
36## 5.2.0
47- ** [ LICENSE] ** Dual-License with GPL and Dachcom Commercial License (DCL) added
58- ** [ NEW FEATURE] ** Bootstrap 5 Layout Support [ @mackrais ] ( https://github.com/dachcom-digital/pimcore-formbuilder/pull/500 )
6770## 5.0.1
6871- Fix Mail Layout Editor Availability State [ #420 ] ( https://github.com/dachcom-digital/pimcore-formbuilder/issues/420 )
6972
73+ ***
74+
7075## Migrating from Version 4.x to Version 5.0
7176- Execute: ` bin/console doctrine:migrations:migrate --prefix 'FormBuilderBundle\Migrations' `
7277
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ parameters:
3535 - ['onmouseover','onmouseover']
3636 - ['onmouseup','onmouseup']
3737 - ['onselect','onselect']
38+ - ['autocomplete','autocomplete']
3839 form_builder_field_attributes : ' %form_builder_form_attributes%'
3940
4041flysystem :
You can’t perform that action at this time.
0 commit comments