@bigbinary/neetoui 3.3.9 → 3.3.12
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 -0
- package/README.md +2 -4
- package/formik.js +1 -1
- package/formik.js.LICENSE.txt +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.js.LICENSE.txt +6 -15
- package/layouts.js +1 -1
- package/layouts.js.LICENSE.txt +1 -1
- package/package.json +70 -70
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,19 @@ 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.12]
|
|
28
|
+
|
|
29
|
+
- Fixed: loading state in _ActionBlock_ component.
|
|
30
|
+
|
|
31
|
+
## [3.3.11]
|
|
32
|
+
|
|
33
|
+
- Added: New input format for the _EmailInput_ component.
|
|
34
|
+
|
|
35
|
+
## [3.3.10]
|
|
36
|
+
|
|
37
|
+
- Fixed: Removed unnecessary scrollbar in _Table_ component.
|
|
38
|
+
- Added: `maxHeight` prop to the _EmailInput_ component.
|
|
39
|
+
|
|
27
40
|
## [3.3.9]
|
|
28
41
|
|
|
29
42
|
- Fixed: _ActionDropdown_ issues with common props for button and dropdown
|
package/README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/@bigbinary/neetoui) [](https://standardjs.com)
|
|
1
|
+
[](https://www.npmjs.com/package/@bigbinary/neetoui) [](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.
|
|
67
|
+
https://neetoui.onrender.com
|
|
70
68
|
|
|
71
69
|
## Theming
|
|
72
70
|
|