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

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