tocco-devcon 1.0.24 → 1.0.27
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 +13 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
1.0.27
|
|
2
|
+
- render html escape characters in breadcrumbs
|
|
3
|
+
|
|
4
|
+
1.0.26
|
|
5
|
+
- fix state handling for report settings
|
|
6
|
+
- fix form mapping for search componentConfig
|
|
7
|
+
- use boolean search component for marking
|
|
8
|
+
|
|
9
|
+
1.0.25
|
|
10
|
+
- fix searchfilters url with query params
|
|
11
|
+
- add bundle packages
|
|
12
|
+
- fix integer input when min value is set
|
|
13
|
+
|
|
1
14
|
1.0.24
|
|
2
15
|
- add legacy-widget embedType
|
|
3
16
|
- show input on top only for remote multi selects
|