Releases: kevinchappell/formBuilder
Releases · kevinchappell/formBuilder
v3.16.2
3.16.2 (2023-10-19)
Bug Fixes
- don't bother lifting col/row classes if we don't have any to lift (e012b8b)
- fix lifting bootstrap col/row fields for autocomplete (62b8e3b)
- initialise formRender with an empty formData in cases when no formData is provided, otherwise we are unable to perform setData/render functions on the container (48700de)
v3.16.1
v3.16.0
v3.15.1
3.15.1 (2023-10-17)
Bug Fixes
- add missing call to getBootstrapColumnClass otherwise check will always fail. Ensure we retain additional styles set on colWrappers by only removing and adding the requested col-* classes (10067e6)
- add test cases for Bootstrap helper methods and align functions with sane return values (2fa6c0b)
- emit an event when clearing the stage, use this to reset formRow counter and stage setup for enhancedBootstrap function (edd5500)
- revert change that incorrectly grabbed the description of the fields (7d61aaf)
- stopIndex is incorrectly calculated when in enhancedBootstrap mode. Fix this by always referring to children of the stage rather than LIs (052a761)
- Unify the regular and enhancedBootstrap UX (c0e6d71)
- use non-deprecated keyboardEvent.code instead of keyboardEvent.keycode. (0881cff)
- when sorting stage items don't allow the placeholder to go before a prepended and after an appended item (6da23a2)
v3.15.0
v3.14.0
v3.13.2
v3.13.1
3.13.1 (2023-10-09)
Bug Fixes
- Add dompurify to dev requirements so that we can test the Sanitizer using the domPurify backend (c342558)
- Control may not be instered into the DOM at the time of onRender, keep a reference to the element in build() and use in onRender() (33ea8c4)
- Fix JSDoc (d2b8629)
- Mark XML helper functions as private and don't export them from utils module (74d19a2)
- Remove unused local variable (53649ae)
- Replace non-standard and deprecated call to String.substr() with String.slice() (813cecf)
- Return true from SanatizerAPI backend when successfully setting HTML (c5d24c8)
v3.13.0
3.13.0 (2023-10-06)
Bug Fixes
- Fix GH-594 and GH-727 Bring non-namespaced css selectors under .form-wrap.form-builder. Consolidate two definitions for .toggle-form. (da89a92), closes #594 #727
- Fix GH-594 and GH-727 Bring non-namespaced css selectors under .rendered-form (0caf26e), closes #594 #727
Features
- Extend disableInjectedStyle option to excluded only the embedded Bootstrap 3 classes while allow the formBuilder styles to be included. (60524bc)