tocco-test-bundle 3.14.0 → 3.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +12 -0
- package/dist/user-menu.js +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
3.14.2
|
|
2
|
+
- reintroduce upload button in upload component
|
|
3
|
+
|
|
4
|
+
3.14.1
|
|
5
|
+
- use id as field name
|
|
6
|
+
- use ids for form values
|
|
7
|
+
- use ids for form errors
|
|
8
|
+
- use ids for async blur flieds
|
|
9
|
+
- explicitly use path for default values
|
|
10
|
+
- fix strange form errors
|
|
11
|
+
- apply correct terms
|
|
12
|
+
|
|
1
13
|
3.14.0
|
|
2
14
|
- initial release for version 3.14
|
|
3
15
|
|