The Changelog of the major version 0 of Discord Pagination buttons.
The displayed date is in the format DD-MM-YYYY
Released:
TBA
- add option to set emoji
- fix page label
Released:
16-09-2021
- Support yarn
Released:
21-08-2021
- fix(Pagination): suppress "unknow interaction" error. Originally took from Siris01@002a959
Released:
19-08-2021
- fix(Pagination): fix bug related to interactions. Only defer reply if not replied or deferred already
- fix(Pagination): like when you provide button options, if you didn't provide either
back
ornext
orpage
. Then it would throw an errorCannot read property 'label' of undefined
Released:
19-08-2021
- feat: support yarn
Released:
19-08-2021
- feat(Pagination): add a disabled button which shows current page
- refactor(Pagination): rename
options.nextBtn
->options.buttons.next
- refactor(Pagination): rename
options.backBtn
->options.buttons.back
- To send a command interaction, now you have to
send(null, interaction)
instead ofsend(interaction)
- To send reply to normal commands, now you have to use
send(message.channel)
- docs: add changelog
Released:
10-08-2021
- fix(Pagination): fix buttons aren't disabled after timeout
- refactor: Change default style for back button to SUCCESS
Released:
08-08-2021
- feat: add docs
- feat: add example
- refactor: drop setChannel function - Now ypu have to provide an interaction or message provided by djs in send function as argument 1.
Released:
06-08-2021
- fix(Pagination):
Error [INTERACTION_NOT_REPLIED]: The reply to this interaction has not been sent or deferred.
Released:
05-08-2021
- No older changelogs