tocco-admin 0.5.36 → 1.0.0-hotfix30.1

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.
Files changed (39) hide show
  1. package/changelog.md +48 -0
  2. package/dist/{chunk-252.a7a4e7dcb9a020fd9129.js → chunk-215.fff39767c95996b4de4d.js} +2 -2
  3. package/dist/chunk-215.fff39767c95996b4de4d.js.map +1 -0
  4. package/dist/chunk-404.9bc2425dfbf4ee21635e.js +2 -0
  5. package/dist/chunk-404.9bc2425dfbf4ee21635e.js.map +1 -0
  6. package/dist/chunk-817.46476531b6e7efc9219a.js +2 -0
  7. package/dist/chunk-817.46476531b6e7efc9219a.js.map +1 -0
  8. package/dist/chunk-82.3d01f9deb9a38222c410.js +2 -0
  9. package/dist/chunk-82.3d01f9deb9a38222c410.js.map +1 -0
  10. package/dist/chunk-872.6c4eb1cf46f1210e68e9.js +2 -0
  11. package/dist/chunk-872.6c4eb1cf46f1210e68e9.js.map +1 -0
  12. package/dist/chunk-actions.36f03e5e0bdd9b2974c7.js +2 -0
  13. package/dist/chunk-actions.36f03e5e0bdd9b2974c7.js.map +1 -0
  14. package/dist/chunk-code-editor.f6597326374cd04ca8c0.js +7 -0
  15. package/dist/chunk-code-editor.f6597326374cd04ca8c0.js.map +1 -0
  16. package/dist/chunk-docs-actions.04e0b787c292d57ebc24.js +2 -0
  17. package/dist/chunk-docs-actions.04e0b787c292d57ebc24.js.map +1 -0
  18. package/dist/chunk-vendor-icons.df9f2a54fb5eaec33af2.js +1 -0
  19. package/dist/{chunk-vendor-quill.bcff7a1213d0e7ba09f1.js → chunk-vendor-quill.1789cce485c0fe1c2550.js} +1 -1
  20. package/dist/index.js +8 -8
  21. package/dist/index.js.map +1 -1
  22. package/package.json +1 -1
  23. package/dist/chunk-230.21fdce71dc0b88f90fb7.js +0 -2
  24. package/dist/chunk-230.21fdce71dc0b88f90fb7.js.map +0 -1
  25. package/dist/chunk-252.a7a4e7dcb9a020fd9129.js.map +0 -1
  26. package/dist/chunk-693.054c38747be49a688ab4.js +0 -2
  27. package/dist/chunk-693.054c38747be49a688ab4.js.map +0 -1
  28. package/dist/chunk-796.1fe921c33448dcec0a97.js +0 -2
  29. package/dist/chunk-796.1fe921c33448dcec0a97.js.map +0 -1
  30. package/dist/chunk-82.3247bc18e2ce1c9526c4.js +0 -2
  31. package/dist/chunk-82.3247bc18e2ce1c9526c4.js.map +0 -1
  32. package/dist/chunk-872.ee6a53c618c0363f03e5.js +0 -2
  33. package/dist/chunk-872.ee6a53c618c0363f03e5.js.map +0 -1
  34. package/dist/chunk-actions.adbdd7321401dd50d5f3.js +0 -2
  35. package/dist/chunk-actions.adbdd7321401dd50d5f3.js.map +0 -1
  36. package/dist/chunk-code-editor.3a23df0e5978cc2dc915.js +0 -7
  37. package/dist/chunk-code-editor.3a23df0e5978cc2dc915.js.map +0 -1
  38. package/dist/chunk-docs-actions.40480956435a5f959445.js +0 -2
  39. package/dist/chunk-docs-actions.40480956435a5f959445.js.map +0 -1
package/changelog.md CHANGED
@@ -1,3 +1,51 @@
1
+ 1.0.0-hotfix30.1
2
+ - harmonize popover background color and spacing
3
+ - register icons
4
+ - replace settings menu icon
5
+
6
+ 1.0.0
7
+ - change toaster behavior to stay on hover and refactor ToasterDisplay
8
+ - the first search field in admin search forms now gets automatically focused on opening
9
+ - remove X-Enable-Notifications header
10
+
11
+ 0.5.39
12
+ - harmonize menu entry padding for cleaner left alignment
13
+ - harmonize navigation tab spacing and sizing
14
+ - adjust min width of location edit postcode and refactor component
15
+ - refactor largeSelectionHandler
16
+ - handle-non-existent relation entity gracefully
17
+ - enable select dropdown indicators to be aligned at bottom of multiselect fields
18
+ - fix html in toaster message
19
+ - tql builder support login type
20
+ - add no permission message for uploading document
21
+ - add title to custom action response
22
+ - show no permission error if entity is created
23
+ - add no permission message for moving document
24
+ - fix menu navigation with arrow keys when some groups were collapsed
25
+ - throttle autosize to fix performance issues
26
+ - reload breadcrumbs after entity update
27
+
28
+ 0.5.38
29
+ - adjust z-index of modal to prevent legacy actions falling behind it
30
+ - fix duplicated search entries
31
+ - add auto completion for TQL in code fields.
32
+ - prevent default behaviour on shortcuts
33
+ - set focus to search input on menu change
34
+
35
+ 0.5.37
36
+ - fix jumping datepicker on Safari
37
+ - show create form for remote fields again in the folder creation form
38
+ - debounce autosize on textarea
39
+ - fix chevron icon position in relationsview
40
+ - move RelationBox to a separate file for cleaner RelationsView
41
+ - position collapse buttons in absolute fashion to prevent jumps when scrollbar appears
42
+ - harmonize fontawesome icon spacing within table data cell
43
+ - register more icons
44
+ - restructure menu
45
+ - improve dropdown performance for selects on Safari
46
+ - fix performance bottleneck on linked sleect values
47
+ - save active menu tab on shortcut navigation
48
+
1
49
  0.5.36
2
50
  - add tooltip for remote fields
3
51
  - relation counts and current visible relation entities refreshes together with its detail form