Skip to content

Commit

Permalink
chore(release): 3.16.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.16.4](v3.16.3...v3.16.4) (2023-10-19)

### Bug Fixes

* Refactor initialisation of the formBuilder plugin to ensure that two or more concurrent initialisations cannot interfere with each other ([199c1cd](199c1cd))
* subtype is critical to defining the control, add subtype to the list of attributes that are hidden rather than removed when disabled via disabledAttrs ([28208fa](28208fa))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent e873efb commit c7e1ac6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.16.4](https://github.com/kevinchappell/formBuilder/compare/v3.16.3...v3.16.4) (2023-10-19)


### Bug Fixes

* Refactor initialisation of the formBuilder plugin to ensure that two or more concurrent initialisations cannot interfere with each other ([199c1cd](https://github.com/kevinchappell/formBuilder/commit/199c1cd2601594b84c305c17a0c62fb81e51d9d4))
* subtype is critical to defining the control, add subtype to the list of attributes that are hidden rather than removed when disabled via disabledAttrs ([28208fa](https://github.com/kevinchappell/formBuilder/commit/28208faefa7ba06a755118842652517ba7ee8ac5))

## [3.16.3](https://github.com/kevinchappell/formBuilder/compare/v3.16.2...v3.16.3) (2023-10-19)


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

0 comments on commit c7e1ac6

Please sign in to comment.