Releases: rekalogika/rekapager
Releases · rekalogika/rekapager
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
v0.7.0
What's Changed
- style: update css by @priyadi in #22
- feat: infinite scrolling by @priyadi in #23
- fix: dependencies by @priyadi in #24
- fix: dependencies by @priyadi in #25
- feat: AssetMapper compatibility by @priyadi in #26
- fix: js module by @priyadi in #27
- fix: sync stimulus controller name by @priyadi in #28
- fix: change infinite scrolling breakpoint to 768px by @priyadi in #29
- feat:
rekapager_infinite_scrolling_content
Twig function by @priyadi in #30 - fix(
Dockerfile
): fix importmap by @priyadi in #31 - demo: show page identifier by @priyadi in #32
- release: 0.7.0 by @priyadi in #33
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
What's Changed
- build(deps-dev): update psr/log requirement from ^2.0 to ^2.0 || ^3.0 by @dependabot in #9
- build: dockerize demo by @priyadi in #10
- test: add tests for zero proximity pager, empty pager, and test current count for all pagers by @priyadi in #12
- build: remove deps to keyset/offset from bundle by @priyadi in #14
- fix(
Pager
): fetch only 2 * proximity ahead and behind. by @priyadi in #15 - feat(
PageableInterface
): addgetPages()
for easy batching by @priyadi in #17
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- refactor:
PagerItemInterface
methods now returns itself, instead ofPageInterface
by @priyadi in #2 - fix(
QueryBuilderAdapter
): throws an exception if the query does not have an order by clause. by @priyadi in #3 - feat: add
PagerfantaPageable
by @priyadi in #4 - chore: various cleanups by @priyadi in #5
- refactor(
PagerFactoryInterface
): rename method tocreatePager()
by @priyadi in #6
Full Changelog: v0.5.1...v0.5.2