v3.16.9
github-actions
released this
31 Oct 22:49
·
128 commits
to master
since this release
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)