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 +37 -0
- package/dist/{chunk-378.dd87d1b4f3e0c416cf51.js → chunk-867.c90a9213419f035f9cf1.js} +1 -1
- package/dist/chunk-code-editor.8eb6b7a82b0e544081fb.js +1 -0
- package/dist/{chunk-vendor-fontawesome.ba189cb93222b9d56bac.js → chunk-vendor-fontawesome.74eff4e633f5de5561b9.js} +1 -1
- package/dist/index.js +8 -8
- package/package.json +1 -1
- package/dist/chunk-code-editor.397a8507f6e0e73edc14.js +0 -1
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
|
|