@bigbinary/neetoui 4.4.17 → 4.4.18
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/index.cjs.js +3 -3
- package/index.js +1 -1
- 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.4.18 - 2023-03-24
|
|
27
|
+
|
|
28
|
+
- Changed: -the default row size to 30 and hidden the page size changer in the *Table* component.
|
|
29
|
+
|
|
26
30
|
## 4.4.17 - 2023-03-22
|
|
27
31
|
|
|
28
32
|
- Fixed: weird behavior or create new option in *MultiEmailInput*.
|
|
@@ -82,7 +86,6 @@ This PR adds the following changes to the *Switch* component.
|
|
|
82
86
|
- Added: entry points for TypeScript resolutions in package.json
|
|
83
87
|
## 4.4.6 - 2023-03-09
|
|
84
88
|
- Added: new fallback avatars in the *Avatar* component using `boringavatars`.
|
|
85
|
-
|
|
86
89
|
## 4.4.4 - 2023-03-07
|
|
87
90
|
|
|
88
91
|
- Added: the ability to add a custom separator text between the primary and secondary buttons using the `buttonSeparatorText` prop for the *NoData* component.
|
|
@@ -181,7 +184,6 @@ After
|
|
|
181
184
|
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
182
185
|
- Changed: product name from **Review** to **Deploy** in the app switcher.
|
|
183
186
|
## 4.2.0 - 2023-01-19
|
|
184
|
-
|
|
185
187
|
Fixed getToastrMessage in Toastr to accept object with the placeholder value for the translations.
|
|
186
188
|
|
|
187
189
|
## 4.1.44 - 2023-01-17
|
|
@@ -232,7 +234,6 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
232
234
|
## 4.1.27 - 2022-12-19
|
|
233
235
|
- Updated: *Product switcher* component in neetoUI
|
|
234
236
|
- Updated: the icon Tooltip content from "App switcher" to "Product switcher"
|
|
235
|
-
|
|
236
237
|
## 4.1.26 - 2022-12-19
|
|
237
238
|
|
|
238
239
|
- Added: support for `neeto-ui-shadow-sm`, `neeto-ui-shadow-md` and `neeto-ui-shadow-lg`.
|
|
@@ -303,7 +304,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
303
304
|
- Fixed: the issue with date items looking disabled in normal state
|
|
304
305
|
## 4.0.16 - 2022-10-28
|
|
305
306
|
Changes documentations to sentence case from title casing.
|
|
306
|
-
|
|
307
307
|
## 4.0.15 - 2022-10-28
|
|
308
308
|
|
|
309
309
|
- Added: Border for menubar block and item active states.
|