tocco-admin 0.5.36 → 1.0.0

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 +43 -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.856d20bcbc6eedcbd32f.js +2 -0
  9. package/dist/chunk-82.856d20bcbc6eedcbd32f.js.map +1 -0
  10. package/dist/chunk-872.a9273eaa81fc55df7a8b.js +2 -0
  11. package/dist/chunk-872.a9273eaa81fc55df7a8b.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.5d77807afe310d44ae38.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,46 @@
1
+ 1.0.0
2
+ - change toaster behavior to stay on hover and refactor ToasterDisplay
3
+ - the first search field in admin search forms now gets automatically focused on opening
4
+ - remove X-Enable-Notifications header
5
+
6
+ 0.5.39
7
+ - harmonize menu entry padding for cleaner left alignment
8
+ - harmonize navigation tab spacing and sizing
9
+ - adjust min width of location edit postcode and refactor component
10
+ - refactor largeSelectionHandler
11
+ - handle-non-existent relation entity gracefully
12
+ - enable select dropdown indicators to be aligned at bottom of multiselect fields
13
+ - fix html in toaster message
14
+ - tql builder support login type
15
+ - add no permission message for uploading document
16
+ - add title to custom action response
17
+ - show no permission error if entity is created
18
+ - add no permission message for moving document
19
+ - fix menu navigation with arrow keys when some groups were collapsed
20
+ - throttle autosize to fix performance issues
21
+ - reload breadcrumbs after entity update
22
+
23
+ 0.5.38
24
+ - adjust z-index of modal to prevent legacy actions falling behind it
25
+ - fix duplicated search entries
26
+ - add auto completion for TQL in code fields.
27
+ - prevent default behaviour on shortcuts
28
+ - set focus to search input on menu change
29
+
30
+ 0.5.37
31
+ - fix jumping datepicker on Safari
32
+ - show create form for remote fields again in the folder creation form
33
+ - debounce autosize on textarea
34
+ - fix chevron icon position in relationsview
35
+ - move RelationBox to a separate file for cleaner RelationsView
36
+ - position collapse buttons in absolute fashion to prevent jumps when scrollbar appears
37
+ - harmonize fontawesome icon spacing within table data cell
38
+ - register more icons
39
+ - restructure menu
40
+ - improve dropdown performance for selects on Safari
41
+ - fix performance bottleneck on linked sleect values
42
+ - save active menu tab on shortcut navigation
43
+
1
44
  0.5.36
2
45
  - add tooltip for remote fields
3
46
  - relation counts and current visible relation entities refreshes together with its detail form