Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History
113 lines (64 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

113 lines (64 loc) · 2.68 KB

Changelog v0

The Changelog of the major version 0 of Discord Pagination buttons.

The displayed date is in the format DD-MM-YYYY

Older changelogs

[v0.2.4]

Released: TBA

New features

  • add option to set emoji

Bug fixes

  • fix page label

[v0.2.3]

Released: 16-09-2021

Changes

  • Support yarn

Released: 21-08-2021

Bug fixes

  • fix(Pagination): suppress "unknow interaction" error. Originally took from Siris01@002a959

Released: 19-08-2021

Bug fixes

  • 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 or next or page. Then it would throw an error Cannot read property 'label' of undefined

Released: 19-08-2021

New features

  • feat: support yarn

Released: 19-08-2021

New features

  • 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 of send(interaction)
  • To send reply to normal commands, now you have to use send(message.channel)

Changes

  • docs: add changelog

Released: 10-08-2021

Changes

  • fix(Pagination): fix buttons aren't disabled after timeout
  • refactor: Change default style for back button to SUCCESS

Released: 08-08-2021

Changes

  • 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

Bug fixes

  • fix(Pagination): Error [INTERACTION_NOT_REPLIED]: The reply to this interaction has not been sent or deferred.

Released: 05-08-2021

Initial release

Older changelogs

  • No older changelogs