8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce6bf9 commit 9cd952bCopy full SHA for 9cd952b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
[//]: # (Don't use <tags>)
2
3
+## v1.8.2
4
+
5
+> `2024-11-28`
6
7
+### 🎉 Feature
8
+- Added option to disable incrementing child names. Use `builder.incrementChildName = false` in the element's schema.
9
10
## v1.8.1
11
12
> `2024-11-16`
index.mjs
package.json
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@vueform/builder",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "Vueform Builder development build.",
"homepage": "https://vueform.com",
"license": "SEE LICENSE IN LICENSE.txt",
0 commit comments