Releases: woylie/flop_phoenix
Releases · woylie/flop_phoenix
0.23.1
Changed
- Raise an error if a meta struct with the wrong pagination type is passed to the
pagination
or cursor_pagination
component.
Fixed
- Fix compilation error in Phoenix LiveView 1.0.0-rc.7.
- Fix type of
row_click
attribute.
0.23.0
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
Changed
- Loosen version requirement for
flop
to support 0.26.
0.22.9
Added
- Added
:pagination_list_item_attrs
option to Flop.Phoenix.pagination/1
.
0.22.8
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
Changed
- Loosen version requirement for
phoenix_html
.
Fixed
- Warning when wrapping table component and passing on
:col
slot as attribute.
0.22.6
Changed
- Support Flop 0.25.0.
- Update documentation examples for filter forms.
0.22.5
Changed
- Requires
phoenix_html ~> 4.0
.
0.22.4
Fixed
- Don't render
li
element if a pagination link is not rendered.