@jasperoosthoek/react-toolbox 0.6.0 → 0.6.1

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  A library of useful [React](https://react.dev/) components for building user interfaces.
4
4
 
5
5
  ### Dependencies
6
- - [React 18](https://react.dev/)
6
+ - [React 19](https://react.dev/)
7
7
  - [Bootstrap 5](https://getbootstrap.com/docs/5.1/getting-started/introduction/)
8
8
  - [`react-bootstrap`](https://react-bootstrap.netlify.app/)
9
9
  - [`react-icons`](https://react-icons.github.io/react-icons/) A library combining many open source icons
package/change-log.md CHANGED
@@ -248,4 +248,7 @@
248
248
  - New optional footer with sum of values in `DataTable` component
249
249
 
250
250
  ##### Version 0.6.0
251
- - Update to React 19
251
+ - Update to React 19
252
+
253
+ ##### Version 0.6.1
254
+ - New `downloadFile` function in `utils`