@bigbinary/neetoui 4.1.33 → 4.1.35
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.css +1 -1
- package/index.js +2 -2
- 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.35 - 2022-12-27
|
|
27
|
+
|
|
28
|
+
- Added: the ability to choose email from options in *EmailInput*.
|
|
29
|
+
|
|
30
|
+
## 4.1.34 - 2022-12-26
|
|
31
|
+
|
|
32
|
+
- Fixed: Select dropdown width when strategy fixed.
|
|
33
|
+
|
|
26
34
|
## 4.1.33 - 2022-12-25
|
|
27
35
|
|
|
28
36
|
- Fixed: Issues with `value` prop of *Select* component.
|
|
@@ -77,10 +85,8 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
|
77
85
|
## 4.1.18 - 2022-12-02
|
|
78
86
|
Added: `shouldDynamicallyRenderRowSize` to calculate rows per page dynamically based on viewport height.
|
|
79
87
|
## 4.1.17 - 2022-12-01
|
|
80
|
-
|
|
81
88
|
Fixed: Issue with class instance producing undefined in the host application.
|
|
82
89
|
Added: Types for `manager`.
|
|
83
|
-
|
|
84
90
|
## 4.1.16 - 2022-12-01
|
|
85
91
|
|
|
86
92
|
Fixed: Prevents form submission when the `enter` key is pressed.
|