Skip to content

Commit 2ac8653

Browse files
chore(release): 3.18.0 [skip ci]
# [3.18.0](v3.17.3...v3.18.0) (2024-01-19) ### Features * Allow control plugins to disable default attributes via the disableAttr key in the plugin definition ([54bc369](54bc369))
1 parent 09399fd commit 2ac8653

3 files changed

Lines changed: 11 additions & 4 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.18.0](https://github.com/kevinchappell/formBuilder/compare/v3.17.3...v3.18.0) (2024-01-19)
2+
3+
4+
### Features
5+
6+
* Allow control plugins to disable default attributes via the disableAttr key in the plugin definition ([54bc369](https://github.com/kevinchappell/formBuilder/commit/54bc3691aca242416ef254e76d32c111b97e632e))
7+
18
## [3.17.3](https://github.com/kevinchappell/formBuilder/compare/v3.17.2...v3.17.3) (2023-12-08)
29

310

package-lock.json

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

0 commit comments

Comments
 (0)