Breaking Changes
- LazyPaginatedDataTable has been removed
- PaginatedDataTable now works very similarly to how the old LazyPaginatedDataTable worked. You must now only build the currently displayed page.
What's Changed
- Add dynamic page size feature to PaginatedDataTable by @samuelsumbane in #35
- enable support for composeResources in the androidLibrary target by @frett in #37
New Contributors
- @samuelsumbane made their first contribution in #35
- @frett made their first contribution in #37
Full Changelog: v0.11.7...v0.12.0