tocco-devcon 1.0.3-hotfix31.1 → 1.0.3-hotfix31.12

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,40 @@
1
+ 1.0.3-hotfix31.12
2
+ - allow duration values to be negative
3
+
4
+ 1.0.3-hotfix31.11
5
+ - invalidate cache on page refresh properly
6
+
7
+ 1.0.3-hotfix31.10
8
+ - filter out null values on nested paths
9
+ - handle nested 'to many' relations on list forms
10
+
11
+ 1.0.3-hotfix31.9
12
+ - fix double scrollbar on textarea
13
+
14
+ 1.0.3-hotfix31.8
15
+ - do not reuse same tab for different reports
16
+
17
+ 1.0.3-hotfix31.7
18
+ - update range values properly
19
+ - harmonize error list spacing within forms
20
+
21
+ 1.0.3-hotfix31.6
22
+ - ace editor works again in create forms
23
+
24
+ 1.0.3-hotfix31.5
25
+ - fix jumping layout on firefox
26
+
27
+ 1.0.3-hotfix31.4
28
+ - onBlur of date component is called with value from onChange again
29
+ - legacy actions ignore some exceptions
30
+
31
+ 1.0.3-hotfix31.3
32
+ - onChange is now debounced for CodeEdit
33
+
34
+ 1.0.3-hotfix31.2
35
+ - Fixed searching in select boxes. Removed default searchOptions from Select.
36
+ - Fixed searching in select boxes. Removed default searchOptions from Select.
37
+
1
38
  1.0.3-hotfix31.1
2
39
  - Navigating to detail pages through links in multi-select fields is now possible.
3
40