@bigbinary/neetoui 4.1.27 → 4.1.28
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 +13 -2
- package/formik.js +1 -1
- package/package.json +1 -1
- package/molecules.js +0 -29
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,15 @@ 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.28 - 2022-12-20
|
|
27
|
+
|
|
28
|
+
- Fixed: **Form** `validateOnChange` and `validateOnBlur` is not being triggered after the form is submitted by pressing enter key and there are validation errors.
|
|
29
|
+
|
|
30
|
+
## 4.1.27 - 2022-12-19
|
|
31
|
+
|
|
32
|
+
- Updated *Product switcher* component in neetoUI
|
|
33
|
+
- Updated the icon Tooltip content from "App switcher" to "Product switcher"
|
|
34
|
+
|
|
26
35
|
## 4.1.26 - 2022-12-19
|
|
27
36
|
|
|
28
37
|
- Added: support for `neeto-ui-shadow-sm`, `neeto-ui-shadow-md` and `neeto-ui-shadow-lg`.
|
|
@@ -43,7 +52,9 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
|
43
52
|
<img width="1100" alt="Screenshot 2022-12-05 at 5 42 51 PM" src="https://user-images.githubusercontent.com/24496302/205637383-afe596b8-c117-43ce-ad00-fee566fa0859.png">
|
|
44
53
|
## 4.1.20 - 2022-12-06
|
|
45
54
|
- Changed: `color` prop in *Tag* component as optional in type definition.
|
|
55
|
+
|
|
46
56
|
## 4.1.19 - 2022-12-05
|
|
57
|
+
|
|
47
58
|
- Fixed: Prevented form submission on the `enter` key for neetoEditor.
|
|
48
59
|
|
|
49
60
|
## 4.1.18 - 2022-12-02
|
|
@@ -75,7 +86,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
75
86
|
|
|
76
87
|
## 4.1.11 - 2022-11-21
|
|
77
88
|
|
|
78
|
-
- Fixed:
|
|
89
|
+
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
79
90
|
|
|
80
91
|
## 4.1.10 - 2022-11-17
|
|
81
92
|
|
|
@@ -187,7 +198,7 @@ Changes documentations to sentence case from title casing.
|
|
|
187
198
|
## 4.0.3 - 2022-09-13
|
|
188
199
|
|
|
189
200
|
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
190
|
-
- Fixed:
|
|
201
|
+
- Fixed: date/time input color in darkmode
|
|
191
202
|
- Fixed: overlapping issue with *Dropdown* in *Table*
|
|
192
203
|
|
|
193
204
|
## 4.0.2 - 2022-09-12
|