Skip to content

Commit 900b2c8

Browse files
chore(release): 3.16.13 [skip ci]
## [3.16.13](v3.16.12...v3.16.13) (2023-11-07) ### Bug Fixes * ensure that controlConfig is loaded per formBuilder instance. We delay setting the static property controlConfig on class control until we construct the control class in layout. ([5f8de00](5f8de00))
1 parent 5f065ed commit 900b2c8

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.16.13](https://github.com/kevinchappell/formBuilder/compare/v3.16.12...v3.16.13) (2023-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure that controlConfig is loaded per formBuilder instance. We delay setting the static property controlConfig on class control until we construct the control class in layout. ([5f8de00](https://github.com/kevinchappell/formBuilder/commit/5f8de00ee6c546edf1fdb663b534b676d5dca0dd))
7+
18
## [3.16.12](https://github.com/kevinchappell/formBuilder/compare/v3.16.11...v3.16.12) (2023-11-01)
29

310

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.16.12",
3+
"version": "3.16.13",
44
"main": "dist/form-builder.min.js",
55
"homepage": "https://formbuilder.online/",
66
"repository": {

0 commit comments

Comments
 (0)