@bigbinary/neetoui 4.1.27 → 4.1.29
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 +16 -2
- package/formik.js +3 -3
- package/package.json +1 -1
- package/molecules.js +0 -29
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,19 @@ 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.29 - 2022-12-21
|
|
27
|
+
|
|
28
|
+
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
29
|
+
|
|
30
|
+
## 4.1.28 - 2022-12-20
|
|
31
|
+
|
|
32
|
+
- Fixed: **Form** `validateOnChange` and `validateOnBlur` is not being triggered after the form is submitted by pressing enter key and there are validation errors.
|
|
33
|
+
|
|
34
|
+
## 4.1.27 - 2022-12-19
|
|
35
|
+
|
|
36
|
+
- Updated *Product switcher* component in neetoUI
|
|
37
|
+
- Updated the icon Tooltip content from "App switcher" to "Product switcher"
|
|
38
|
+
|
|
26
39
|
## 4.1.26 - 2022-12-19
|
|
27
40
|
|
|
28
41
|
- Added: support for `neeto-ui-shadow-sm`, `neeto-ui-shadow-md` and `neeto-ui-shadow-lg`.
|
|
@@ -44,6 +57,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
|
44
57
|
## 4.1.20 - 2022-12-06
|
|
45
58
|
- Changed: `color` prop in *Tag* component as optional in type definition.
|
|
46
59
|
## 4.1.19 - 2022-12-05
|
|
60
|
+
|
|
47
61
|
- Fixed: Prevented form submission on the `enter` key for neetoEditor.
|
|
48
62
|
|
|
49
63
|
## 4.1.18 - 2022-12-02
|
|
@@ -75,7 +89,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
75
89
|
|
|
76
90
|
## 4.1.11 - 2022-11-21
|
|
77
91
|
|
|
78
|
-
- Fixed:
|
|
92
|
+
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
79
93
|
|
|
80
94
|
## 4.1.10 - 2022-11-17
|
|
81
95
|
|
|
@@ -187,7 +201,7 @@ Changes documentations to sentence case from title casing.
|
|
|
187
201
|
## 4.0.3 - 2022-09-13
|
|
188
202
|
|
|
189
203
|
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
190
|
-
- Fixed:
|
|
204
|
+
- Fixed: date/time input color in darkmode
|
|
191
205
|
- Fixed: overlapping issue with *Dropdown* in *Table*
|
|
192
206
|
|
|
193
207
|
## 4.0.2 - 2022-09-12
|