Skip to content

Releases: kevinchappell/formBuilder

v3.19.12

07 Jul 22:51
Compare
Choose a tag to compare

3.19.12 (2024-07-07)

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

05 Jul 03:51
Compare
Choose a tag to compare

3.19.11 (2024-07-05)

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

04 Jul 14:17
Compare
Choose a tag to compare

3.19.10 (2024-07-04)

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

04 Jul 14:16
Compare
Choose a tag to compare

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

04 Jul 14:14
Compare
Choose a tag to compare

3.19.8 (2024-07-04)

Bug Fixes

  • ensure rows attribute is forced to a positive integer (a9ac85d)

v3.19.7

13 Mar 00:47
Compare
Choose a tag to compare

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

13 Mar 00:42
Compare
Choose a tag to compare

3.19.6 (2024-03-13)

Bug Fixes

  • loading of userData into tinymce control after initialisation (842d322)

v3.19.5

06 Mar 23:09
Compare
Choose a tag to compare

3.19.5 (2024-03-06)

Bug Fixes

  • regression in bfa92e8 caused typeUserAttrs of type string to not load formData (3f899c8)

v3.19.4

01 Mar 21:26
Compare
Choose a tag to compare

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)

v3.19.3

01 Mar 20:01
Compare
Choose a tag to compare

3.19.3 (2024-03-01)

Bug Fixes

  • ensure that config is per instance of formBuilder (c44dbc4)
  • selecting last field id when running in advanced bootstrap mode (8153745)