Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.17.0](v3.16.13...v3.17.0) (2023-11-07) ### Bug Fixes * add additional row cleanup check to ensure no artifacts are left in the DOM ([612d009](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](fcff9e9)) * remove bootstrap initialisation of blank row on empty form. It is not required. ([b8fd49a](b8fd49a)) * remove redundant checkRowCleanup() ([9b27a6e](9b27a6e)) * remove redundant droppingToPlaceholderRow which uses the same check as droppingToNewRow, and simplify the logic. ([62c0562](62c0562)) ### Features * store the bootstrap row's id to the rowWapper via data-row-id ([dd68b52](dd68b52))
- Loading branch information