@bigbinary/neetoui 4.1.25 → 4.1.27

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,10 @@ 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.26 - 2022-12-19
27
+
28
+ - Added: support for `neeto-ui-shadow-sm`, `neeto-ui-shadow-md` and `neeto-ui-shadow-lg`.
29
+
26
30
  ## 4.1.25 - 2022-12-14
27
31
 
28
32
  Fixed: Issue with overlapping column headers for fixed columns in tables.
@@ -40,7 +44,6 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
40
44
  ## 4.1.20 - 2022-12-06
41
45
  - Changed: `color` prop in *Tag* component as optional in type definition.
42
46
  ## 4.1.19 - 2022-12-05
43
-
44
47
  - Fixed: Prevented form submission on the `enter` key for neetoEditor.
45
48
 
46
49
  ## 4.1.18 - 2022-12-02