Skip to content

Commit

Permalink
chore(release): 3.19.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.19.4](v3.19.3...v3.19.4) (2024-03-01)

### Bug Fixes

* allow browser to break words in labels, headers, and paragraphs instead over overflowing ([e8bc802](e8bc802))
* clicking field controls while using trackpad may trigger drag instead of click ([6c7e3a6](6c7e3a6))
* use flexbox instead of floats for stage and control layout ([d25693a](d25693a))
  • Loading branch information
semantic-release-bot committed Mar 1, 2024
1 parent e6836f1 commit 98f6abf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.19.4](https://github.com/kevinchappell/formBuilder/compare/v3.19.3...v3.19.4) (2024-03-01)


### Bug Fixes

* allow browser to break words in labels, headers, and paragraphs instead over overflowing ([e8bc802](https://github.com/kevinchappell/formBuilder/commit/e8bc802187b7a321cf1fa477440d00580e9213ae))
* clicking field controls while using trackpad may trigger drag instead of click ([6c7e3a6](https://github.com/kevinchappell/formBuilder/commit/6c7e3a690a0375ffe4220ed0a7dca027303906ea))
* use flexbox instead of floats for stage and control layout ([d25693a](https://github.com/kevinchappell/formBuilder/commit/d25693a1cf11ae849e9f03f705ab1d55054d06e2))

## [3.19.3](https://github.com/kevinchappell/formBuilder/compare/v3.19.2...v3.19.3) (2024-03-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formBuilder",
"version": "3.19.3",
"version": "3.19.4",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 98f6abf

Please sign in to comment.