@bigbinary/neetoui 4.1.39 → 4.1.40
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 +4 -1
- package/formik.js +3 -3
- package/index.css +1 -1
- package/index.js +3 -3
- package/layouts.js +3 -3
- package/package.json +1 -1
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.40 - 2022-12-30
|
|
27
|
+
|
|
28
|
+
- Added: word break for *Modal* body and *Tooltip* content
|
|
29
|
+
|
|
26
30
|
## 4.1.38 - 2022-12-29
|
|
27
31
|
|
|
28
32
|
- Fixed: proptypes declaration being included in production bundle (3% bundle size reduction)
|
|
@@ -100,7 +104,6 @@ Added: Types for `manager`.
|
|
|
100
104
|
## 4.1.16 - 2022-12-01
|
|
101
105
|
Fixed: Prevents form submission when the `enter` key is pressed.
|
|
102
106
|
## 4.1.15 - 2022-11-28
|
|
103
|
-
|
|
104
107
|
Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
105
108
|
|
|
106
109
|
## 4.1.13 - 2022-11-24
|