tocco-admin 1.0.69 → 1.0.72
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 +16 -0
- package/dist/{chunk-531.67fda5eaa0f9dfbcb9c0.js → chunk-531.d4e8a890bfeab8786e81.js} +1 -1
- package/dist/chunk-587.c0e8df826ccb54fdf1de.js +1 -0
- package/dist/chunk-701.6d346372abab5c827328.js +13 -0
- package/dist/chunk-847.be11d0d684147c3f8a8e.js +1 -0
- package/dist/{chunk-952.0d54697bede5b0ab4d0a.js → chunk-874.5a69f46a3e119f9874e5.js} +6 -6
- package/dist/chunk-actions.ef17d3c8f94df12ed9b0.js +1 -0
- package/dist/chunk-code-editor.4dd59414589c013aff68.js +1 -0
- package/dist/chunk-phone-formatter.b6c9b90a328d83647168.js +1 -0
- package/dist/chunk-vendor-icons.b4d6f1cdcbc38afd718f.js +1 -0
- package/dist/index.js +8 -8
- package/package.json +1 -1
- package/dist/chunk-587.8320fa1f0e7399d15400.js +0 -1
- package/dist/chunk-701.40ae1efc101a39539fb7.js +0 -13
- package/dist/chunk-847.98678f84ea6abdcb5893.js +0 -1
- package/dist/chunk-actions.3b06104ff4e72ccb7fce.js +0 -1
- package/dist/chunk-code-editor.e761686326bec4151831.js +0 -1
- package/dist/chunk-phone-formatter.f63e6734f0c16d72d3df.js +0 -1
- package/dist/chunk-vendor-icons.4764b2cccd922cd597fc.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
1.0.72
|
|
2
|
+
- style new date picker like the old one
|
|
3
|
+
- fulltext search fields are now prioritized to be autofocused
|
|
4
|
+
|
|
5
|
+
1.0.71
|
|
6
|
+
- fix datetime in searchforms after using date-fns
|
|
7
|
+
- enhance breadcrumbs
|
|
8
|
+
- export action now handles additional paths from templates again
|
|
9
|
+
- column labels in ColumnPicker no longer display escaped html elements
|
|
10
|
+
|
|
11
|
+
1.0.70
|
|
12
|
+
- add envelope icon
|
|
13
|
+
- add icon to email field to mail client
|
|
14
|
+
- add link to email and phone formatter
|
|
15
|
+
- fix loading form definition for dms
|
|
16
|
+
|
|
1
17
|
1.0.69
|
|
2
18
|
- today button in datepicker now behaves as expected
|
|
3
19
|
|