Skip to content

Releases: mwhitworth/phoenix_better_table

0.5.0

27 May 09:08
v0.5.0
ad1095d
Compare
Choose a tag to compare

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

12 Mar 11:49
v0.4.3
1f7a36a
Compare
Choose a tag to compare
  • add styling options to table header and body (#26)
  • dependency upgrades (#23)
  • documentation updates (#17, #18)
  • migrate to Github Actions (#24)

v0.4.2

01 Mar 10:23
v0.4.2
085e5db
Compare
Choose a tag to compare

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

15 Jan 17:30
v0.4.1
c79e628
Compare
Choose a tag to compare
  • allow a filter function that generates text to be passed (#12)

v0.4.0

14 Jan 11:45
v0.4.0
8131ff0
Compare
Choose a tag to compare
  • basic filtering support (#10, #11)
  • basic CI setup (#9)
  • bump dependencies (#8)

v0.3.0

13 Jan 18:51
v0.3.0
c35a260
Compare
Choose a tag to compare
  • custom sorter function for column (#5)
  • pin Phoenix LiveView to earlier dependency (#3)

0.2.0

22 Nov 10:28
v0.2.0
e769cab
Compare
Choose a tag to compare

New features

  • custom rendering of cells through :render option in headers (#2)