Releases: geodask/svelte-reactive-table
Releases · geodask/svelte-reactive-table
[email protected]
Minor Changes
-
d1ce4bd: feat: enhance table with pagination and column visibility
- Add pagination with flexible page size controls
- Add column visibility toggling
- Implement row identification with ID tracking
- Add logging system for errors and warnings
- Create example components demonstrating features
[email protected]
Patch Changes
- 8d6dd61: chore: add MIT License
[email protected]
Patch Changes
-
0e5b8ac: Initial release of svelte-reactive-table
WHAT:
- First public release of the headless, fully reactive table library for Svelte applications
- Core table functionality with TypeScript support
- Svelte 5 compatibility
WHY:
- Providing a modern, type-safe table solution for Svelte applications
- Offering a headless approach for maximum styling flexibility
HOW TO USE:
- Install using: pnpm add svelte-reactive-table
- Follow the documentation for implementation details