Skip to content

Releases: kevinchappell/formBuilder

v3.9.11

12 Sep 03:38
Compare
Choose a tag to compare

3.9.11 (2023-09-12)

Bug Fixes

  • i18n is a straight key/value pair, it does not contain a get() function (ebe59ce)
  • If no value was set for a numberAttribute the value attribute's value was used instead. This causes min/max/step/rows/maxLen number attributes to incorrectly be assigned a value if they are not set in formData but a number exists in the value attribute (28b1a6f)
  • Use the i18n translated label for boolean typeUserAttrs. Fixes #1391 (bc04612)

v3.9.10

27 Aug 17:55
Compare
Choose a tag to compare

3.9.10 (2023-08-27)

Bug Fixes

  • Ensure that default selected checkboxes are unselected when loading userData that doesn't contain them. (2d284c9)
  • The major browsers handle new lines in contenteditable blocks by inserting
    tags. This causes invalid HTML when inserting the content into a

    with the paragraph control and when constructing tags. Setting display: inline-block forces the browsers to use a
    tag instead for new lines. (5b700cb)

v3.9.9

20 Aug 09:05
Compare
Choose a tag to compare

3.9.9 (2023-08-20)

Bug Fixes

v3.9.8

20 Aug 09:00
Compare
Choose a tag to compare

3.9.8 (2023-08-20)

Bug Fixes

v3.9.7

20 Aug 08:58
Compare
Choose a tag to compare

3.9.7 (2023-08-20)

Bug Fixes

v3.9.6

20 Aug 08:55
Compare
Choose a tag to compare

3.9.6 (2023-08-20)

Bug Fixes

v3.9.5

20 Aug 08:50
Compare
Choose a tag to compare

3.9.5 (2023-08-20)

Bug Fixes

v3.9.4

20 Aug 08:43
Compare
Choose a tag to compare

3.9.4 (2023-08-20)

Bug Fixes

v3.9.3

20 Aug 08:37
Compare
Choose a tag to compare

3.9.3 (2023-08-20)

Bug Fixes

v3.9.2

20 Aug 08:29
Compare
Choose a tag to compare

3.9.2 (2023-08-20)

Bug Fixes