Skip to content

v3.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 02:52
· 314 commits to master since this release

3.10.3 (2023-09-21)

Bug Fixes

  • Cancel stage sort if it would place the field before an appended field or after a prepended field (82242e5)
  • Controls added by clicking need to be added as the second last item if opts.append is set (478dbc5)
  • invalid selector (a153525)
  • Remove unreachable branch in condition. $().closest can be used for both cases as closest() starts traversal from the current element (619005a)
  • When dragging a new control onto the stage, ensure the placeholder is placed after any prepended field and before any appended field (d9cf010)