Skip to content

Commit f116884

Browse files
chore(release): 3.17.3 [skip ci]
## [3.17.3](v3.17.2...v3.17.3) (2023-12-08) ### Bug Fixes * Only setup sortable row wrapper and invisible row placeholders when adding a row to the stage ([25a27e6](25a27e6)) * Use last-of-type instead of last-child due to drag/drop placeholder occupying last-child position ([dc4f312](dc4f312)) * Use the pointer to for sortable intersect detection when dragging controls from the control panel onto a bootstrap row. jQuery.ui sortable used tolerance: intersect which caused the placeholder in a row to jump around when near the edges and the new control is less than 50% contained. ([995fc2e](995fc2e)) * When adding rows, reset the hidden flag for all placeholders ([939341c](939341c))
1 parent aaeef00 commit f116884

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.17.3](https://github.com/kevinchappell/formBuilder/compare/v3.17.2...v3.17.3) (2023-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Only setup sortable row wrapper and invisible row placeholders when adding a row to the stage ([25a27e6](https://github.com/kevinchappell/formBuilder/commit/25a27e6ced109bbfc745dace16175f80a00b40b1))
7+
* Use last-of-type instead of last-child due to drag/drop placeholder occupying last-child position ([dc4f312](https://github.com/kevinchappell/formBuilder/commit/dc4f3128372076bba4056f89d22160fd83f8a949))
8+
* Use the pointer to for sortable intersect detection when dragging controls from the control panel onto a bootstrap row. jQuery.ui sortable used tolerance: intersect which caused the placeholder in a row to jump around when near the edges and the new control is less than 50% contained. ([995fc2e](https://github.com/kevinchappell/formBuilder/commit/995fc2e5ac75b146b4565d3eb24c08c39d45a3f6))
9+
* When adding rows, reset the hidden flag for all placeholders ([939341c](https://github.com/kevinchappell/formBuilder/commit/939341ce9c4aff39183527202fbe7fb643b3bb9f))
10+
111
## [3.17.2](https://github.com/kevinchappell/formBuilder/compare/v3.17.1...v3.17.2) (2023-12-08)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formBuilder",
3-
"version": "3.17.2",
3+
"version": "3.17.3",
44
"main": "dist/form-builder.min.js",
55
"homepage": "https://formbuilder.online/",
66
"repository": {

0 commit comments

Comments
 (0)