tocco-devcon 1.0.0-hotfix30.2 → 1.0.0-hotfix30.20
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 +60 -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.cd5730a57f230a76b5fb.js +1 -0
- package/dist/{chunk-vendor-fontawesome.bc8329be58ad7e3da108.js → chunk-vendor-fontawesome.5f0213503ce18262625e.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.6eb272111961b1f1437f.js +0 -2
- package/dist/chunk-82.6eb272111961b1f1437f.js.map +0 -1
- package/dist/chunk-code-editor.4dde2e3645e58ca82e3e.js +0 -2
- package/dist/chunk-code-editor.4dde2e3645e58ca82e3e.js.map +0 -1
- package/dist/index.js.map +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,63 @@
|
|
|
1
|
+
1.0.0-hotfix30.20
|
|
2
|
+
- update range values properly
|
|
3
|
+
- harmonize error list spacing within forms
|
|
4
|
+
|
|
5
|
+
1.0.0-hotfix30.19
|
|
6
|
+
- fix sticky popover on table
|
|
7
|
+
|
|
8
|
+
1.0.0-hotfix30.18
|
|
9
|
+
- fix jumping layout on firefox
|
|
10
|
+
|
|
11
|
+
1.0.0-hotfix30.17
|
|
12
|
+
- legacy actions ignore some exceptions
|
|
13
|
+
- onBlur of date component is called with value from onChange again
|
|
14
|
+
|
|
15
|
+
1.0.0-hotfix30.16
|
|
16
|
+
- Fixed searching in select boxes. Removed default searchOptions from Select.
|
|
17
|
+
- Fixed searching in select boxes. Removed default searchOptions from Select.
|
|
18
|
+
|
|
19
|
+
1.0.0-hotfix30.15
|
|
20
|
+
- Using the advanced search in multi-remote fields no longer ignores the current selection.
|
|
21
|
+
|
|
22
|
+
1.0.0-hotfix30.14
|
|
23
|
+
- reintroduce table min-height and refactor Dashboard.js
|
|
24
|
+
|
|
25
|
+
1.0.0-hotfix30.13
|
|
26
|
+
- improve DnD performance
|
|
27
|
+
|
|
28
|
+
1.0.0-hotfix30.12
|
|
29
|
+
- fix onError of customAction
|
|
30
|
+
- change toaster type of aborted action handler
|
|
31
|
+
|
|
32
|
+
1.0.0-hotfix30.11
|
|
33
|
+
- Display durations as hh:mm:ss consistently instead of like a timestamp
|
|
34
|
+
|
|
35
|
+
1.0.0-hotfix30.10
|
|
36
|
+
- allow whitelisted inline css for nice tooltips
|
|
37
|
+
|
|
38
|
+
1.0.0-hotfix30.9
|
|
39
|
+
- null pointer fixed in document field formatter (resp. merge action)
|
|
40
|
+
|
|
41
|
+
1.0.0-hotfix30.8
|
|
42
|
+
- use throttle for select instead of debounce to prevent flickering of dropdown
|
|
43
|
+
|
|
44
|
+
1.0.0-hotfix30.7
|
|
45
|
+
- do not load display of null entity
|
|
46
|
+
|
|
47
|
+
1.0.0-hotfix30.6
|
|
48
|
+
- validation errors fixed for location fields
|
|
49
|
+
|
|
50
|
+
1.0.0-hotfix30.5
|
|
51
|
+
- fix flicker in Firefox on panel hovers
|
|
52
|
+
|
|
53
|
+
1.0.0-hotfix30.4
|
|
54
|
+
- do not execute injected JS in html field
|
|
55
|
+
- no styles allowed in rendered HTML
|
|
56
|
+
|
|
57
|
+
1.0.0-hotfix30.3
|
|
58
|
+
- register more icons
|
|
59
|
+
- open downloadable file in new tab to avoid errors
|
|
60
|
+
|
|
1
61
|
1.0.0-hotfix30.2
|
|
2
62
|
- register more icons
|
|
3
63
|
- change notification title and refactor NotificationCenter
|