Releases: mwhitworth/phoenix_better_table
Releases · mwhitworth/phoenix_better_table
0.5.0
New features
- optional filter slot to customize filter display (#39)
- optional sort slot to customize sort display (#40)
Fixes
- ensure rows is a list before processing (#38)
- dependency upgrades (#31, #32)
- add FUNDING.yml (#33)
v0.4.3
- add styling options to table header and body (#26)
- dependency upgrades (#23)
- documentation updates (#17, #18)
- migrate to Github Actions (#24)
v0.4.2
Fixes
- support LiveView back to 0.18.0 (#15)
- update
README
example (#14)
- bump Floki from 0.35.2 to 0.35.3 (#16)
v0.4.1
- allow a filter function that generates text to be passed (#12)
v0.4.0
- basic filtering support (#10, #11)
- basic CI setup (#9)
- bump dependencies (#8)
v0.3.0
- custom sorter function for column (#5)
- pin Phoenix LiveView to earlier dependency (#3)
0.2.0
New features
- custom rendering of cells through
:render
option in headers
(#2)