tocco-devcon 1.0.0-hotfix30.1 → 1.0.0-hotfix30.13
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 +40 -0
- package/dist/{chunk-215.302862378a8eee4d848d.js → chunk-215.e9e287572d296e0473ce.js} +1 -2
- package/dist/chunk-232.4a40b494103df4177889.js +1 -0
- package/dist/chunk-277.4ea04d9697573d5be212.js +1 -0
- package/dist/{chunk-669.954c33f9a5ab2308c891.js → chunk-669.b0ccab14fa902fac7178.js} +1 -2
- package/dist/{chunk-696.33fee2cf81aaa80bb858.js → chunk-696.d0011c1c4be3ff8608e0.js} +1 -2
- package/dist/chunk-82.236e66c7f01a1140043d.js +1 -0
- package/dist/{chunk-code-editor.7bae5975ae936daf7604.js → chunk-code-editor.e92537091084c6a33e9e.js} +1 -2
- package/dist/{chunk-vendor-fontawesome.bc8329be58ad7e3da108.js → chunk-vendor-fontawesome.9a03993f19f95f6a4794.js} +1 -1
- package/dist/index.js +3 -4
- package/package.json +1 -1
- package/dist/chunk-215.302862378a8eee4d848d.js.map +0 -1
- package/dist/chunk-669.954c33f9a5ab2308c891.js.map +0 -1
- package/dist/chunk-683.45883ff79fe7d0d5e9d5.js +0 -2
- package/dist/chunk-683.45883ff79fe7d0d5e9d5.js.map +0 -1
- package/dist/chunk-696.33fee2cf81aaa80bb858.js.map +0 -1
- package/dist/chunk-759.38554a24e16976ab5bde.js +0 -2
- package/dist/chunk-759.38554a24e16976ab5bde.js.map +0 -1
- package/dist/chunk-82.6a4efcd05e043dcf1344.js +0 -2
- package/dist/chunk-82.6a4efcd05e043dcf1344.js.map +0 -1
- package/dist/chunk-code-editor.7bae5975ae936daf7604.js.map +0 -1
- package/dist/index.js.map +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
+
1.0.0-hotfix30.13
|
|
2
|
+
- improve DnD performance
|
|
3
|
+
|
|
4
|
+
1.0.0-hotfix30.12
|
|
5
|
+
- fix onError of customAction
|
|
6
|
+
- change toaster type of aborted action handler
|
|
7
|
+
|
|
8
|
+
1.0.0-hotfix30.11
|
|
9
|
+
- Display durations as hh:mm:ss consistently instead of like a timestamp
|
|
10
|
+
|
|
11
|
+
1.0.0-hotfix30.10
|
|
12
|
+
- allow whitelisted inline css for nice tooltips
|
|
13
|
+
|
|
14
|
+
1.0.0-hotfix30.9
|
|
15
|
+
- null pointer fixed in document field formatter (resp. merge action)
|
|
16
|
+
|
|
17
|
+
1.0.0-hotfix30.8
|
|
18
|
+
- use throttle for select instead of debounce to prevent flickering of dropdown
|
|
19
|
+
|
|
20
|
+
1.0.0-hotfix30.7
|
|
21
|
+
- do not load display of null entity
|
|
22
|
+
|
|
23
|
+
1.0.0-hotfix30.6
|
|
24
|
+
- validation errors fixed for location fields
|
|
25
|
+
|
|
26
|
+
1.0.0-hotfix30.5
|
|
27
|
+
- fix flicker in Firefox on panel hovers
|
|
28
|
+
|
|
29
|
+
1.0.0-hotfix30.4
|
|
30
|
+
- do not execute injected JS in html field
|
|
31
|
+
- no styles allowed in rendered HTML
|
|
32
|
+
|
|
33
|
+
1.0.0-hotfix30.3
|
|
34
|
+
- register more icons
|
|
35
|
+
- open downloadable file in new tab to avoid errors
|
|
36
|
+
|
|
37
|
+
1.0.0-hotfix30.2
|
|
38
|
+
- register more icons
|
|
39
|
+
- change notification title and refactor NotificationCenter
|
|
40
|
+
|
|
1
41
|
1.0.0-hotfix30.1
|
|
2
42
|
- harmonize popover background color and spacing
|
|
3
43
|
- register icons
|