tocco-devcon 1.0.0-hotfix30.2 → 1.0.0-hotfix30.22

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