Packages
Alpha: Phoenix LiveView components for interactive Selecto query building and data exploration
Current section
Files
Jump to
Current section
Files
selecto_components
CHANGELOG.md
CHANGELOG.md
CHANGES
=======
V 0.2.4
-------
- use heroicons
- bug fix
- only add filters to state on validate
V 0.2.3
-------
- Fix bugs in filters and active tab
V 0.2.2
-------
- add filters to tree builder and list pickers
- results & form components
- cleanup & refactor view_selector
- Update look and feel of view selector form
V 0.2.1
-------
- Update URL on view
- group by updates
- support defaults
V 0.2.0
-------
- Support custom filters
- aggregate views/filters
V 0.1.3
-------
- move handle_params into view selector
- support for components columns
- support for enum filters
V 0.1.2
-------
- Support for link columns
- Use columns selected rather than aliases to build view
- bug fixes
V 0.1.1
-------
- Add simple pagination on detail views
- fix filter persistance in liveview
V 0.1.0
-------
- Initial Release