mislav / will_paginate

Pagination library for Rails and other Ruby applications
http://github.com/mislav/will_paginate/wikis
MIT License
5.71k stars 864 forks source link

Custom link renderer broken by changes to `previous_or_next_page` #649

Open mislav opened 1 year ago

mislav commented 1 year ago

Just FYI this break custom link renderer because it changed the signature.

e.g. https://github.com/bootstrap-ruby/will_paginate-bootstrap/blob/master/lib/bootstrap_pagination/bootstrap_renderer.rb#L37

_Originally posted by @ChrisBr in https://github.com/mislav/will_paginate/pull/645#discussion_r1213053549_