Releases: kevinchappell/formBuilder
Releases · kevinchappell/formBuilder
v3.19.13
Bug Fixes
- ensure that other value is required when other option is selected for radio and checkbox groups (457a3e3)
v3.19.12
Bug Fixes
- move syncFieldWithNewRow to Helpers to make the feature directly testable (670688a)
- syncFieldWithNewRow incorrectly replacing row values in field className attribute (eae8a5f)
v3.19.11
Bug Fixes
- catch control lookup error so that we can output the custom control specific error (7aa72ce)
- fix lookup of label for custom controls when constructing control panel and adding field (f1b580b)
- translate custom control label if required when setting up the translation map (a5a7f80)
- use correct definition in custom control label and icon lookup (04a66c2)
v3.19.10
Bug Fixes
- add in check for .length to ensure we are within the stage-wrap (d9695cc)
- make css selectors more specific when identifying form control wrap and input-controls (44c94f6)
v3.19.9
3.19.9 (2024-07-04)
Bug Fixes
- remove label's for attribute when we wrap the input with the label for kc-toggle (69f33b7)
v3.19.8
3.19.8 (2024-07-04)
Bug Fixes
- ensure rows attribute is forced to a positive integer (a9ac85d)
v3.19.7
3.19.7 (2024-03-13)
Bug Fixes
- restoring value of typeUserAttr select with attributeName className (d9d59af)
- take a copy of typeUserAttr when processing (7366ddc)
v3.19.6
3.19.6 (2024-03-13)
Bug Fixes
- loading of userData into tinymce control after initialisation (842d322)
v3.19.5
3.19.5 (2024-03-06)
Bug Fixes
- regression in bfa92e8 caused typeUserAttrs of type string to not load formData (3f899c8)
v3.19.4
3.19.4 (2024-03-01)
Bug Fixes
- allow browser to break words in labels, headers, and paragraphs instead over overflowing (e8bc802)
- clicking field controls while using trackpad may trigger drag instead of click (6c7e3a6)
- use flexbox instead of floats for stage and control layout (d25693a)