Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 950 Bytes

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 950 Bytes

Changelog

0.5.0 (2024-05-26)

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)

0.4.3 (2024-03-12)

  • add styling options to table header and body (#26)
  • dependency upgrades (#23)
  • documentation updates (#17, #18)
  • migrate to Github Actions (#24)

0.4.2 (2024-02-08)

  • support Phoenix LiveView from 0.18.0 (#15)

0.4.1 (2024-01-14)

  • allow a filter function that generates text to be passed (#12)

0.4.0 (2024-01-14)

  • basic filtering support (#10, #11)
  • basic CI setup (#9)
  • bump dependencies (#8)

0.3.0 (2024-01-13)

  • custom sorter function for column (#5)
  • pin Phoenix LiveView to earlier dependency (#3)

0.2.0 (2023-11-22)

  • optional custom render function for column (#2)

0.1.0 (2023-11-18)

initial release