@bigbinary/neetoui 4.4.14 → 4.4.15
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 -4
- package/formik.cjs.js +4 -4
- package/formik.js +4 -4
- package/index.cjs.js +4 -4
- package/index.js +4 -4
- package/layouts.cjs.js +3 -3
- package/layouts.js +3 -3
- package/package.json +2 -2
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.4.15 - 2023-03-17
|
|
27
|
+
|
|
28
|
+
Added terser plugin to rollup config to minimise bundle size.
|
|
29
|
+
|
|
26
30
|
## 4.4.13 - 2023-03-16
|
|
27
31
|
|
|
28
32
|
- Renamed the lib folder to src.
|
|
@@ -65,7 +69,6 @@ This PR adds the following changes to the *Switch* component.
|
|
|
65
69
|
## 4.4.8 - 2023-03-10
|
|
66
70
|
- Fixed: Issue with overriding components in *Select* component
|
|
67
71
|
## 4.4.7 - 2023-03-10
|
|
68
|
-
|
|
69
72
|
- Added: entry points for TypeScript resolutions in package.json
|
|
70
73
|
|
|
71
74
|
## 4.4.6 - 2023-03-09
|
|
@@ -166,7 +169,6 @@ After
|
|
|
166
169
|
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
167
170
|
## 4.2.2 - 2023-01-29
|
|
168
171
|
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
169
|
-
|
|
170
172
|
## 4.2.1 - 2023-01-24
|
|
171
173
|
|
|
172
174
|
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
@@ -220,7 +222,6 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
220
222
|
## 4.1.29 - 2022-12-21
|
|
221
223
|
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
222
224
|
## 4.1.28 - 2022-12-20
|
|
223
|
-
|
|
224
225
|
- Fixed: **Form** `validateOnChange` and `validateOnBlur` is not being triggered after the form is submitted by pressing enter key and there are validation errors.
|
|
225
226
|
|
|
226
227
|
## 4.1.27 - 2022-12-19
|
|
@@ -294,7 +295,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
294
295
|
## 4.1.0 - 2022-11-03
|
|
295
296
|
- Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
|
|
296
297
|
## 4.0.17 - 2022-10-28
|
|
297
|
-
|
|
298
298
|
- Fixed:`ValidateDOMNesting` warning in *DatePicker* component.
|
|
299
299
|
- Fixed: the issue with date items looking disabled in normal state
|
|
300
300
|
|