tocco-hkvag-bundle 3.8.8 → 3.8.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 +17 -0
- package/dist/chunk-44.4df93452ff33122ab081.js +1 -0
- package/dist/chunk-actions.06f1f1cc0f7912851bd4.js +1 -0
- package/dist/hkvag-student-id.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-44.79fd50c32eef0f202873.js +0 -1
- package/dist/chunk-actions.27b29221ac31cbd82bd1.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
3.8.10
|
|
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
|
+
- refactor input-edit to use more shared code
|
|
9
|
+
- use column position hook
|
|
10
|
+
- add useTitle to FormattedValue
|
|
11
|
+
- count hidden required checkbox as optional and ignore it in validation
|
|
12
|
+
- fix checking if form contains only readonly
|
|
13
|
+
- add additional units
|
|
14
|
+
|
|
15
|
+
3.8.9
|
|
16
|
+
- refactor panel group to remove duplications
|
|
17
|
+
|
|
1
18
|
3.8.8
|
|
2
19
|
- fix long lines in code edit being cut off by showing scrollbar
|
|
3
20
|
- add id to ReactDatePicker
|