tocco-devcon 3.8.8 → 3.8.9
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 +10 -0
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
3.8.9
|
|
2
|
+
- add useColumnPosition
|
|
3
|
+
- add sorting reducer helper
|
|
4
|
+
- add splitDataForm
|
|
5
|
+
- add BasicSearchForm
|
|
6
|
+
- add qualification dataRequest
|
|
7
|
+
- make select work without formData
|
|
8
|
+
- add useTitle to FormattedValue
|
|
9
|
+
- add additional units
|
|
10
|
+
|
|
1
11
|
3.8.8
|
|
2
12
|
- refactor panel group to remove duplications
|
|
3
13
|
|