@bigbinary/neetoui 4.1.30 → 4.1.32

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.32 - 2022-12-25
27
+
28
+ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
29
+
30
+ ## 4.1.31 - 2022-12-21
31
+
32
+ - Fixed: issue with continue in *BlockNavigation*.
33
+
26
34
  ## 4.1.30 - 2022-12-21
27
35
 
28
36
  - Added: functionality to scroll to the selected value in *Select* component
@@ -62,9 +70,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
62
70
  - Changed: `color` prop in *Tag* component as optional in type definition.
63
71
  ## 4.1.19 - 2022-12-05
64
72
  - Fixed: Prevented form submission on the `enter` key for neetoEditor.
65
-
66
73
  ## 4.1.18 - 2022-12-02
67
-
68
74
  Added: `shouldDynamicallyRenderRowSize` to calculate rows per page dynamically based on viewport height.
69
75
 
70
76
  ## 4.1.17 - 2022-12-01