Skip to content

Commit 73d2e3e

Browse files
github-actions[bot]geodask
authored andcommitted
chore: version packages
1 parent d9cfcff commit 73d2e3e

File tree

4 files changed

+25
-26
lines changed

4 files changed

+25
-26
lines changed

.changeset/big-rings-jump.md

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

.changeset/vast-kids-slide.md

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

packages/svelte-reactive-table/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8df363c: feat: add column visibility as an opt-in feature
8+
9+
- Introduced new `reactiveColumnVisibility` function
10+
- Added ability to manage column visibility (when enabled) through the table's `columnVisibility` property with methods for toggling, showing, and hiding columns
11+
12+
BREAKING: Column visibility API has changed - `visible` property has been removed from column definitions, visibility methods are now moved to the `columnVisibility` object, and some property names have been changed
13+
14+
- 5b60ac5: refactor: simplify API by exposing paginated rows through table.rows and prepare for future features
15+
16+
This refactoring improves the pagination API by moving row management from the pagination component into the core table. Instead of accessing rows through `table.pagination.rows`, users now consistently use `table.rows` regardless of active features.
17+
18+
Key changes:
19+
20+
- Refactored internal pagination architecture to better separate concerns
21+
- Created a more unified and intuitive API for accessing table rows
22+
- Maintained all pagination functionality and state management
23+
- Updated documentation and examples to reflect the new approach
24+
25+
**BREAKING CHANGE**: Applications using `table.pagination.rows` must now use `table.rows` instead.
26+
327
## 0.2.2
428

529
### 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.2.2",
3+
"version": "0.3.0",
44
"description": "A headless, fully reactive table library for Svelte applications",
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)