tocco-admin 1.0.32 → 1.0.35
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 +13 -0
- package/dist/{chunk-143.5d91f3777180908337bc.js → chunk-143.e495a059e0e09d819c74.js} +1 -1
- package/dist/{chunk-545.d23702ebe45b62b13f8c.js → chunk-545.1e08f075dba19cb052f8.js} +1 -1
- package/dist/{chunk-611.b01af11d3a7bfc8b0f3e.js → chunk-611.b4dcaf300768f3d73431.js} +1 -1
- package/dist/chunk-701.228de976f786c5392e35.js +13 -0
- package/dist/{chunk-actions.835d91adfd662496072d.js → chunk-actions.e7037b0c603fa4d7bf34.js} +1 -1
- package/dist/chunk-code-editor.3601be2247cfead2629a.js +1 -0
- package/dist/{chunk-vendor-date-picker.e5bcf03a4e0c86ae0a51.js → chunk-vendor-date-picker.c07da553efd07e10ead4.js} +1 -1
- package/dist/chunk-vendor-icons.0014463ff28653cd972e.js +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-701.751cbaea06d1530aeb42.js +0 -13
- package/dist/chunk-code-editor.ceccd9db45c81e0c6649.js +0 -1
- package/dist/chunk-vendor-icons.259d7912accb321974bf.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
1.0.35
|
|
2
|
+
- invalidate cache on page refresh properly
|
|
3
|
+
- correct dimension calculation of select menu since in some situations it does not seem to calculate the correct width/height
|
|
4
|
+
|
|
5
|
+
1.0.34
|
|
6
|
+
- fixed navigating to entity document
|
|
7
|
+
|
|
8
|
+
1.0.33
|
|
9
|
+
- new prop `searchListFormName` to use separate list form for search mode
|
|
10
|
+
- define different list form for search mode
|
|
11
|
+
- updated fontawesome and added merge icon
|
|
12
|
+
- merge action now handles resolved entities instead of selection directly
|
|
13
|
+
|
|
1
14
|
1.0.32
|
|
2
15
|
- filter out null values on nested paths
|
|
3
16
|
- handle nested 'to many' relations on list forms
|