Skip to content

Commit 623c358

Browse files
github-actions[bot]geodask
authored andcommitted
Version Packages
1 parent d1ce4bd commit 623c358

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/olive-animals-hope.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/svelte-reactive-table/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte-reactive-table
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- d1ce4bd: feat: enhance table with pagination and column visibility
8+
9+
- Add pagination with flexible page size controls
10+
- Add column visibility toggling
11+
- Implement row identification with ID tracking
12+
- Add logging system for errors and warnings
13+
- Create example components demonstrating features
14+
315
## 0.0.3
416

517
### Patch Changes

packages/svelte-reactive-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-reactive-table",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "A headless, fully reactive table library for Svelte applications",
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)