Skip to content

v3.15.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 21:15
· 177 commits to master since this release

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)