Packages

Composable, URL-driven filtering for Phoenix LiveView with Linear/Notion-style filters and PostgREST-compatible parameters.

Current section

Files

Jump to
livefilter CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2024-01-07
### Added
- Initial release of LiveFilter
- Complete filter system with 20+ operators across all data types
- Database pagination with efficient queries
- URL state management for shareable, bookmarkable URLs
- Table sorting with multi-column support
- Column visibility management
- Modern UI components built on SaladUI
- JavaScript hooks for date range selection
- Comprehensive documentation and examples
- Mix task for installing JavaScript assets