Releases: kevinchappell/formBuilder
Releases · kevinchappell/formBuilder
v3.16.12
v3.16.11
v3.16.10
v3.16.9
3.16.9 (2023-10-31)
Bug Fixes
- Add test cases for checkbox group (36c7d0e)
- Don't pull grid classes from SVG elements, The SVG className property is a SVGAnimatedString not a string. Controls like textarea.quill have SVG graphics in their element list. (db27e06)
- prevent togging the edit field if double-clicking within a textarea. Additionally, use the property isContentEditable to check if the element double-clicked is a descendant of a contenteditable field (eg a paragraph withing a div[contenteditable]) (a44ef6e)
- strip form-control from the quill container div if it is set, this class is incompatible with the quill control (533ae80)
- use the correct selector for the checkbox-group other value input, control may not have been added to the document dom at the time of onRender. (0768868)
v3.16.8
v3.16.7
v3.16.6
v3.16.5
v3.16.4
3.16.4 (2023-10-19)
Bug Fixes
- Refactor initialisation of the formBuilder plugin to ensure that two or more concurrent initialisations cannot interfere with each other (199c1cd)
- subtype is critical to defining the control, add subtype to the list of attributes that are hidden rather than removed when disabled via disabledAttrs (28208fa)
v3.16.3
3.16.3 (2023-10-19)
Bug Fixes
- Configure JSDOM to load script tags injected into the dom by getScripts (41c0b20)
- Ensure we load these files via https otherwise these controls cannot be loaded when running from file:// (56602ff)
- formBuilder.actions.setLang now returns a promise (58ec7e5)
- load css files that exist when testing (ad8147a)