@bigbinary/neetoui 4.4.14 → 4.4.16
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 +10 -8
- package/formik.cjs.js +4 -4
- package/formik.js +4 -4
- package/index.cjs.js +4 -4
- package/index.css +1 -1
- 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,16 @@ 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.16 - 2023-03-20
|
|
27
|
+
|
|
28
|
+
- Added: keyboard accessibility to color picker.
|
|
29
|
+
|
|
30
|
+

|
|
31
|
+
|
|
32
|
+
## 4.4.15 - 2023-03-17
|
|
33
|
+
|
|
34
|
+
Added terser plugin to rollup config to minimise bundle size.
|
|
35
|
+
|
|
26
36
|
## 4.4.13 - 2023-03-16
|
|
27
37
|
|
|
28
38
|
- Renamed the lib folder to src.
|
|
@@ -65,9 +75,7 @@ This PR adds the following changes to the *Switch* component.
|
|
|
65
75
|
## 4.4.8 - 2023-03-10
|
|
66
76
|
- Fixed: Issue with overriding components in *Select* component
|
|
67
77
|
## 4.4.7 - 2023-03-10
|
|
68
|
-
|
|
69
78
|
- Added: entry points for TypeScript resolutions in package.json
|
|
70
|
-
|
|
71
79
|
## 4.4.6 - 2023-03-09
|
|
72
80
|
|
|
73
81
|
- Added: new fallback avatars in the *Avatar* component using `boringavatars`.
|
|
@@ -166,9 +174,7 @@ After
|
|
|
166
174
|
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
167
175
|
## 4.2.2 - 2023-01-29
|
|
168
176
|
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
169
|
-
|
|
170
177
|
## 4.2.1 - 2023-01-24
|
|
171
|
-
|
|
172
178
|
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
173
179
|
- Changed: product name from **Review** to **Deploy** in the app switcher.
|
|
174
180
|
|
|
@@ -220,9 +226,7 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
220
226
|
## 4.1.29 - 2022-12-21
|
|
221
227
|
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
222
228
|
## 4.1.28 - 2022-12-20
|
|
223
|
-
|
|
224
229
|
- 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
230
|
## 4.1.27 - 2022-12-19
|
|
227
231
|
|
|
228
232
|
- Updated: *Product switcher* component in neetoUI
|
|
@@ -294,10 +298,8 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
294
298
|
## 4.1.0 - 2022-11-03
|
|
295
299
|
- Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
|
|
296
300
|
## 4.0.17 - 2022-10-28
|
|
297
|
-
|
|
298
301
|
- Fixed:`ValidateDOMNesting` warning in *DatePicker* component.
|
|
299
302
|
- Fixed: the issue with date items looking disabled in normal state
|
|
300
|
-
|
|
301
303
|
## 4.0.16 - 2022-10-28
|
|
302
304
|
|
|
303
305
|
Changes documentations to sentence case from title casing.
|