@bigbinary/neetoui 4.4.15 → 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 +6 -4
- package/index.cjs.js +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,12 @@ 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
|
+
|
|
26
32
|
## 4.4.15 - 2023-03-17
|
|
27
33
|
|
|
28
34
|
Added terser plugin to rollup config to minimise bundle size.
|
|
@@ -70,7 +76,6 @@ This PR adds the following changes to the *Switch* component.
|
|
|
70
76
|
- Fixed: Issue with overriding components in *Select* component
|
|
71
77
|
## 4.4.7 - 2023-03-10
|
|
72
78
|
- Added: entry points for TypeScript resolutions in package.json
|
|
73
|
-
|
|
74
79
|
## 4.4.6 - 2023-03-09
|
|
75
80
|
|
|
76
81
|
- Added: new fallback avatars in the *Avatar* component using `boringavatars`.
|
|
@@ -170,7 +175,6 @@ After
|
|
|
170
175
|
## 4.2.2 - 2023-01-29
|
|
171
176
|
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
172
177
|
## 4.2.1 - 2023-01-24
|
|
173
|
-
|
|
174
178
|
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
175
179
|
- Changed: product name from **Review** to **Deploy** in the app switcher.
|
|
176
180
|
|
|
@@ -223,7 +227,6 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
223
227
|
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
224
228
|
## 4.1.28 - 2022-12-20
|
|
225
229
|
- Fixed: **Form** `validateOnChange` and `validateOnBlur` is not being triggered after the form is submitted by pressing enter key and there are validation errors.
|
|
226
|
-
|
|
227
230
|
## 4.1.27 - 2022-12-19
|
|
228
231
|
|
|
229
232
|
- Updated: *Product switcher* component in neetoUI
|
|
@@ -297,7 +300,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
297
300
|
## 4.0.17 - 2022-10-28
|
|
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.
|