v0.8.2 - Bugfix
This minor release fixes hasNextPage
and hasPreviousPage
checks on Entry connections.
- fix: use
entryIds
in cursor forhasNextPage
andhavePreviousPage
checks in the Entries resolver. - tests: add tests for
has{Next|Previous}Page
on Form and Entry Connections. - tests: add tests for
HiddenField
, andNumberField
. - dev: update Composer dependencies.