Skip to content

Releases: woylie/flop_phoenix

0.23.0

18 Aug 02:44
80dd8c0
Compare
Choose a tag to compare

Changed

  • Support and require live_view ~> 1.0.0-rc.0.
  • Allow to pass options directly in config file instead of referencing function.

Fixed

  • Fixed a deprecation warning in Elixir 1.17.

0.22.10

18 Aug 02:28
cefb455
Compare
Choose a tag to compare

Changed

  • Loosen version requirement for flop to support 0.26.

0.22.9

04 May 04:05
9323c81
Compare
Choose a tag to compare

Added

  • Added :pagination_list_item_attrs option to Flop.Phoenix.pagination/1.

0.22.8

23 Mar 11:51
d5ca29b
Compare
Choose a tag to compare

Added

  • Support :col_class attr on :col and :action slots in addition to :col_style.

Changed

  • Don't render empty style attributes on col elements in colgroup.

Fixed

  • The page range calculation in the Flop.Phoenix.pagination/1 was incorrect
    towards the last pages.

0.22.7

02 Mar 01:27
3f29749
Compare
Choose a tag to compare

Changed

  • Loosen version requirement for phoenix_html.

Fixed

  • Warning when wrapping table component and passing on :col slot as attribute.

0.22.6

14 Jan 01:24
12e49a2
Compare
Choose a tag to compare

Changed

  • Support Flop 0.25.0.
  • Update documentation examples for filter forms.

0.22.5

24 Dec 23:59
20c4fce
Compare
Choose a tag to compare

Changed

  • Requires phoenix_html ~> 4.0.

0.22.4

18 Nov 04:12
5baf001
Compare
Choose a tag to compare

Fixed

  • Don't render li element if a pagination link is not rendered.

0.22.3

14 Nov 11:26
ab701a6
Compare
Choose a tag to compare

Changed

  • Support Flop ~> 0.24.0.

0.22.2

19 Oct 21:27
7da3392
Compare
Choose a tag to compare

[0.22.2] - 2023-10-19

Fixed

  • Numbered pagination links were not wrapped in li elements.