@jasperoosthoek/react-toolbox 0.6.6 → 0.6.8
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/change-log.md
CHANGED
|
@@ -274,3 +274,10 @@
|
|
|
274
274
|
##### Version 0.6.6
|
|
275
275
|
- Improve types of `FormFields`
|
|
276
276
|
- Validate `list` argument of `FormDropdown` component
|
|
277
|
+
|
|
278
|
+
##### Version 0.6.7
|
|
279
|
+
- New `customHeader` in `DataTable` component
|
|
280
|
+
- Stricter types in `FormDropdown` component
|
|
281
|
+
|
|
282
|
+
##### Version 0.6.8
|
|
283
|
+
- Fix: always opening `EditModal` when clicking row of `DataTable` regardless of `showEditModalOnClickRow` prop
|