Skip to content

Commit

Permalink
chore(release): 3.19.11 [skip ci]
Browse files Browse the repository at this point in the history
## [3.19.11](v3.19.10...v3.19.11) (2024-07-05)

### Bug Fixes

* catch control lookup error so that we can output the custom control specific error ([7aa72ce](7aa72ce))
* fix lookup of label for custom controls when constructing control panel and adding field ([f1b580b](f1b580b))
* translate custom control label if required when setting up the translation map ([a5a7f80](a5a7f80))
* use correct definition in custom control label and icon lookup ([04a66c2](04a66c2))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent b24e2f6 commit 20194e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.19.11](https://github.com/kevinchappell/formBuilder/compare/v3.19.10...v3.19.11) (2024-07-05)


### Bug Fixes

* catch control lookup error so that we can output the custom control specific error ([7aa72ce](https://github.com/kevinchappell/formBuilder/commit/7aa72ce1f7036858a6ab5cf2d10cae8f40ea7e28))
* fix lookup of label for custom controls when constructing control panel and adding field ([f1b580b](https://github.com/kevinchappell/formBuilder/commit/f1b580bd9a1ac3446241bc85841f22982ae64cc1))
* translate custom control label if required when setting up the translation map ([a5a7f80](https://github.com/kevinchappell/formBuilder/commit/a5a7f80b0fa6587698e4546a3b3900a636a29726))
* use correct definition in custom control label and icon lookup ([04a66c2](https://github.com/kevinchappell/formBuilder/commit/04a66c21f18cd3c65e4ca599fb673e3fb20f9d5c))

## [3.19.10](https://github.com/kevinchappell/formBuilder/compare/v3.19.9...v3.19.10) (2024-07-04)


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.10",
"version": "3.19.11",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 20194e8

Please sign in to comment.