Skip to content

v0.8.2 - Bugfix

Compare
Choose a tag to compare
@justlevine justlevine released this 14 Sep 12:50
· 309 commits to main since this release
b02dbb4

This minor release fixes hasNextPage and hasPreviousPage checks on Entry connections.

  • fix: use entryIds in cursor for hasNextPage and havePreviousPage checks in the Entries resolver.
  • tests: add tests for has{Next|Previous}Page on Form and Entry Connections.
  • tests: add tests for HiddenField, and NumberField.
  • dev: update Composer dependencies.