@bigbinary/neetoui 3.3.7 → 3.3.10

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
@@ -24,6 +24,15 @@ Prefix the change with one of these keywords:
24
24
  - _Fixed_: for any bug fixes.
25
25
  - _Security_: in case of vulnerabilities.
26
26
 
27
+ ## [3.3.10]
28
+
29
+ - Fixed: Removed unnecessary scrollbar in _Table_ component.
30
+ - Added: `maxHeight` prop to the _EmailInput_ component.
31
+
32
+ ## [3.3.9]
33
+
34
+ - Fixed: _ActionDropdown_ issues with common props for button and dropdown
35
+
27
36
  ## [3.3.7]
28
37
 
29
38
  - Changed: Updated React version to 17.0.2.
package/README.md CHANGED
@@ -1,6 +1,4 @@
1
- [![Netlify Status](https://api.netlify.com/api/v1/badges/1026fc08-b879-4046-a480-cb6a29055fe0/deploy-status)](https://app.netlify.com/sites/adoring-mayer-6eabd9/deploys)
2
-
3
- [![NPM](https://img.shields.io/npm/v/@bigbinary/neeto-ui.svg)](https://www.npmjs.com/package/@bigbinary/neetoui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
1
+ [![NPM](https://img.shields.io/npm/v/@bigbinary/neetoui.svg)](https://www.npmjs.com/package/@bigbinary/neetoui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
4
2
 
5
3
  **neetoUI** is the library that drives the experience in all [neeto products](https://neeto.com/) built at [BigBinary](https://www.bigbinary.com).
6
4
 
@@ -66,7 +64,7 @@ neetoUI gets auto-published to npm on new commit to master. You can checkout the
66
64
 
67
65
  Read the docs here
68
66
 
69
- https://neetoui.netlify.app
67
+ https://neetoui.onrender.com
70
68
 
71
69
  ## Theming
72
70