Version 0.14.0-beta1
Pre-release
Pre-release
Changes in this version:
[0.14.0-beta1] - 2025-01-03
Breaking Changes 🛠️
- Updated dependencies leptos-use to version 0.15 and leptos 0.7
- The prop
scroll_containerof<TableContent>is now required. If you don't care about scrolling you can usescroll_container="html". - Some smaller stuff that the compiler should tell you about. Please also refer to the updated examples.
Known Issues
- The virtualized scrolling is not perfectly smooth yet.
- Editing doesn't work quite yet.
- The examples
paginated_rest_datasourceandpaginationare not working yet because the previously used external REST API changed.
Thanks to contributor
Thanks to @kstep for his many contributions to this release.