@bigbinary/neetoui 4.1.28 → 4.1.30

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 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.30 - 2022-12-21
27
+
28
+ - Added: functionality to scroll to the selected value in *Select* component
29
+
30
+ ## 4.1.29 - 2022-12-21
31
+
32
+ - Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
33
+
26
34
  ## 4.1.28 - 2022-12-20
27
35
 
28
36
  - Fixed: **Form** `validateOnChange` and `validateOnBlur` is not being triggered after the form is submitted by pressing enter key and there are validation errors.
@@ -52,9 +60,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
52
60
  <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">
53
61
  ## 4.1.20 - 2022-12-06
54
62
  - Changed: `color` prop in *Tag* component as optional in type definition.
55
-
56
63
  ## 4.1.19 - 2022-12-05
57
-
58
64
  - Fixed: Prevented form submission on the `enter` key for neetoEditor.
59
65
 
60
66
  ## 4.1.18 - 2022-12-02