Skip to content

Commit c28149c

Browse files
github-actions[bot]geodask
authored andcommitted
chore: version packages
1 parent 0a8e031 commit c28149c

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

.changeset/dirty-mice-stop.md

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

packages/svelte-reactive-table/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 0a8e031: feat: add filtering plugin
8+
9+
This update introduces a flexible and easy-to-use filtering system that supports multiple filter types and intelligent value matching.
10+
11+
Key features:
12+
13+
- New `reactiveFiltering` plugin for flexible data filtering
14+
- Intelligent filter matching: exact values, arrays for IN operations, and custom predicate functions
15+
- Built-in string filtering with case-insensitive contains matching by default
16+
- Configurable case sensitivity option
17+
- Comprehensive filter helpers for common patterns (range, startsWith, endsWith, exactText, not)
18+
- Simple state management with reactive filter tracking
19+
- Clean API: `setFilter()`, `setFilters()`, `removeFilter()`, `clearFilters()`, and `getFilter()`
20+
- Full TypeScript support with proper type inference and safety
21+
- Seamless integration with existing plugin architecture using `table.use(plugin)` pattern
22+
323
## 0.5.0
424

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

sites/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"shiki": "^3.6.0",
4545
"svelte": "5.33.18",
4646
"svelte-check": "^4.2.1",
47-
"svelte-reactive-table": "^0.5.0",
47+
"svelte-reactive-table": "^0.6.0",
4848
"tailwind-merge": "^3.3.0",
4949
"tailwind-variants": "^1.0.0",
5050
"tailwindcss": "^4.1.8",

0 commit comments

Comments
 (0)