tocco-legacy-bundle 3.12.7 → 3.12.8
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 +10 -0
- package/dist/chunk-actions.7f89410dda078b9d1063.js +1 -0
- package/dist/docs-browser.js +1 -1
- package/dist/entity-browser.js +2 -2
- package/dist/input-edit.js +2 -2
- package/dist/login.js +2 -2
- package/dist/merge.js +2 -2
- package/dist/password-update.js +2 -2
- package/dist/resource-scheduler.js +2 -2
- package/dist/sso-login.js +3 -3
- package/dist/two-factor-connector.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-actions.9254adb0cd9d03ebb454.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
3.12.8
|
|
2
|
+
- add StatedCellValue for form fields in tables
|
|
3
|
+
- add table form components
|
|
4
|
+
- extend form modifiers
|
|
5
|
+
- allow virtual table to be disabled
|
|
6
|
+
- add simple table form app
|
|
7
|
+
- use core components
|
|
8
|
+
- remove unused / broken styling
|
|
9
|
+
- disable virtual table
|
|
10
|
+
|
|
1
11
|
3.12.7
|
|
2
12
|
- be able to accept prompt with enter
|
|
3
13
|
|