Skip to content

Pagination Utils 4.0.2b - Minor enhancement

Compare
Choose a tag to compare
@ygimenez ygimenez released this 05 May 16:57
· 37 commits to master since this release

Nothing major, just some needed improvement to buttonization accessibility.

Changelist:

  • ButtonWrapper now returns the Button that was clicked in Pages.buttonize().
  • Added @Nullable to getHook() and getButton() in ButtonWrapper to warn about possible nullability.
  • Pages.modifyButtons() no longer requires a non-null Page to be able to edit the buttons, also it no longer overwrites the components (no longer uses a Helper to supply the components).