Version 3.1.0
- Support GOV.UK Frontend 4.2.0 #337
- Add the Pagination component. It allows pagination to be built manually or by passing in a Pagy object #316
- Upgrade ViewComponent to 2.56.2 #332
- Handle
classes: nil
more gracefully (now we overwritenil
with an empty array so the subsequent appending won't fail). Thanks @frankieroberto for suggesting this. #335 - Upgrade to html-attributes-utils version 0.9.2 #338