@bigbinary/neetoui 4.1.31 → 4.1.33
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 +8 -2
- package/formik.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,14 @@ Prefix the change with one of these keywords:
|
|
|
23
23
|
- *Fixed*: for any bug fixes.
|
|
24
24
|
- *Security*: in case of vulnerabilities.
|
|
25
25
|
|
|
26
|
+
## 4.1.33 - 2022-12-25
|
|
27
|
+
|
|
28
|
+
- Fixed: Issues with `value` prop of *Select* component.
|
|
29
|
+
|
|
30
|
+
## 4.1.32 - 2022-12-25
|
|
31
|
+
|
|
32
|
+
Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
33
|
+
|
|
26
34
|
## 4.1.31 - 2022-12-21
|
|
27
35
|
|
|
28
36
|
- Fixed: issue with continue in *BlockNavigation*.
|
|
@@ -67,9 +75,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
|
67
75
|
## 4.1.19 - 2022-12-05
|
|
68
76
|
- Fixed: Prevented form submission on the `enter` key for neetoEditor.
|
|
69
77
|
## 4.1.18 - 2022-12-02
|
|
70
|
-
|
|
71
78
|
Added: `shouldDynamicallyRenderRowSize` to calculate rows per page dynamically based on viewport height.
|
|
72
|
-
|
|
73
79
|
## 4.1.17 - 2022-12-01
|
|
74
80
|
|
|
75
81
|
Fixed: Issue with class instance producing undefined in the host application.
|