tocco-admin 0.5.37 → 1.0.0-hotfix30.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 +38 -0
- package/dist/{chunk-252.500ee8760838f0b30520.js → chunk-215.fff39767c95996b4de4d.js} +2 -2
- package/dist/chunk-215.fff39767c95996b4de4d.js.map +1 -0
- package/dist/chunk-404.9bc2425dfbf4ee21635e.js +2 -0
- package/dist/chunk-404.9bc2425dfbf4ee21635e.js.map +1 -0
- package/dist/chunk-817.46476531b6e7efc9219a.js +2 -0
- package/dist/chunk-817.46476531b6e7efc9219a.js.map +1 -0
- package/dist/chunk-82.935aa112565e6c2cf0f7.js +2 -0
- package/dist/chunk-82.935aa112565e6c2cf0f7.js.map +1 -0
- package/dist/chunk-872.6c4eb1cf46f1210e68e9.js +2 -0
- package/dist/chunk-872.6c4eb1cf46f1210e68e9.js.map +1 -0
- package/dist/chunk-actions.36f03e5e0bdd9b2974c7.js +2 -0
- package/dist/{chunk-actions.1cfc0e1664c6be2892bf.js.map → chunk-actions.36f03e5e0bdd9b2974c7.js.map} +1 -1
- package/dist/chunk-code-editor.f6597326374cd04ca8c0.js +7 -0
- package/dist/chunk-code-editor.f6597326374cd04ca8c0.js.map +1 -0
- package/dist/chunk-docs-actions.04e0b787c292d57ebc24.js +2 -0
- package/dist/chunk-docs-actions.04e0b787c292d57ebc24.js.map +1 -0
- package/dist/chunk-vendor-icons.0c4e9b0be0b371e60901.js +1 -0
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-252.500ee8760838f0b30520.js.map +0 -1
- package/dist/chunk-39.9e8c22c2c9951dedbfe3.js +0 -2
- package/dist/chunk-39.9e8c22c2c9951dedbfe3.js.map +0 -1
- package/dist/chunk-732.0997223c1b388b9b9d45.js +0 -2
- package/dist/chunk-732.0997223c1b388b9b9d45.js.map +0 -1
- package/dist/chunk-82.856d20bcbc6eedcbd32f.js +0 -2
- package/dist/chunk-82.856d20bcbc6eedcbd32f.js.map +0 -1
- package/dist/chunk-872.307b726651075a135aa1.js +0 -2
- package/dist/chunk-872.307b726651075a135aa1.js.map +0 -1
- package/dist/chunk-actions.1cfc0e1664c6be2892bf.js +0 -2
- package/dist/chunk-code-editor.91ea274d281e5b1037a0.js +0 -2
- package/dist/chunk-code-editor.91ea274d281e5b1037a0.js.map +0 -1
- package/dist/chunk-docs-actions.4a7256688b37586f5dfe.js +0 -7
- package/dist/chunk-docs-actions.4a7256688b37586f5dfe.js.map +0 -1
- package/dist/chunk-vendor-icons.9357113b610c01c1a9a0.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
1.0.0-hotfix30.2
|
|
2
|
+
- register more icons
|
|
3
|
+
- change notification title and refactor NotificationCenter
|
|
4
|
+
|
|
5
|
+
1.0.0-hotfix30.1
|
|
6
|
+
- harmonize popover background color and spacing
|
|
7
|
+
- register icons
|
|
8
|
+
- replace settings menu icon
|
|
9
|
+
|
|
10
|
+
1.0.0
|
|
11
|
+
- change toaster behavior to stay on hover and refactor ToasterDisplay
|
|
12
|
+
- the first search field in admin search forms now gets automatically focused on opening
|
|
13
|
+
- remove X-Enable-Notifications header
|
|
14
|
+
|
|
15
|
+
0.5.39
|
|
16
|
+
- harmonize menu entry padding for cleaner left alignment
|
|
17
|
+
- harmonize navigation tab spacing and sizing
|
|
18
|
+
- adjust min width of location edit postcode and refactor component
|
|
19
|
+
- refactor largeSelectionHandler
|
|
20
|
+
- handle-non-existent relation entity gracefully
|
|
21
|
+
- enable select dropdown indicators to be aligned at bottom of multiselect fields
|
|
22
|
+
- fix html in toaster message
|
|
23
|
+
- tql builder support login type
|
|
24
|
+
- add no permission message for uploading document
|
|
25
|
+
- add title to custom action response
|
|
26
|
+
- show no permission error if entity is created
|
|
27
|
+
- add no permission message for moving document
|
|
28
|
+
- fix menu navigation with arrow keys when some groups were collapsed
|
|
29
|
+
- throttle autosize to fix performance issues
|
|
30
|
+
- reload breadcrumbs after entity update
|
|
31
|
+
|
|
32
|
+
0.5.38
|
|
33
|
+
- adjust z-index of modal to prevent legacy actions falling behind it
|
|
34
|
+
- fix duplicated search entries
|
|
35
|
+
- add auto completion for TQL in code fields.
|
|
36
|
+
- prevent default behaviour on shortcuts
|
|
37
|
+
- set focus to search input on menu change
|
|
38
|
+
|
|
1
39
|
0.5.37
|
|
2
40
|
- fix jumping datepicker on Safari
|
|
3
41
|
- show create form for remote fields again in the folder creation form
|