Skip to content

v3.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 22:52
· 105 commits to master since this release

3.17.0 (2023-11-07)

Bug Fixes

  • add additional row cleanup check to ensure no artifacts are left in the DOM (612d009)
  • If label is intentionally blank or label is not enabled we fallback to 'type: name' for the control label to ensure a value is visible on the stage (fcff9e9)
  • remove bootstrap initialisation of blank row on empty form. It is not required. (b8fd49a)
  • remove redundant checkRowCleanup() (9b27a6e)
  • remove redundant droppingToPlaceholderRow which uses the same check as droppingToNewRow, and simplify the logic. (62c0562)

Features

  • store the bootstrap row's id to the rowWapper via data-row-id (dd68b52)