Skip to content

Releases: acegoal07/discordjs-pagination

1.3.6

28 Jul 21:41
Compare
Choose a tag to compare

1.3.6

  • Fixes crash with message pagination
  • Adds more info to readme.md
  • Adds error catchers to button input

1.3.5

27 Jul 19:53
Compare
Choose a tag to compare

1.3.5

  • Fixes error when using ephemeral
  • Makes it so you can set the pagination to ephemeral without having to defer first
  • Adds more info to readme.md

1.3.4

25 Jul 21:14
9ff23c4
Compare
Choose a tag to compare

1.3.4

  • Combines DisabledButton.js, AutoButton.js and ButtonBuilder.js into ButtonCreator.js
  • Renames SelectMenuBuilder.js to SelectMenuCreator.js and splits it into 2 sub functions
  • Renames ProgressBarBuilder.js to ProgressBarCreator.js
  • Renames PageBuilder.js to PageCreator.js
  • Adds more info to error messages to allow for easier debugging
  • Changes how some checks are done within PagintionBase.js to cut down on unnecessary checks
  • Updates FilterCreator.js and switch within both InteractionPagination.js and MessagePagination.js to new data layout of Buttons which fixes multiple issues with errors that involve custom_id and customId whihc was causing the page buttons to not function as expected

1.3.3

21 Jul 21:41
Compare
Choose a tag to compare

1.3.3

  • Updates readme.md to show new discord.js references
  • Re-enables some checks inside pageinationBase.js which were disabled as a quick fix for issues
  • Fixes pageBuilder.js

1.3.2

19 Jul 16:10
Compare
Choose a tag to compare

1.3.2

  • Fixes interaction pagination giving out an error for customId being undefined

1.3.1

18 Jul 19:32
Compare
Choose a tag to compare

1.3.1

Due to discord.js version 14 just being released some parts are untested on the new version so if you experience any issues report than so they can be fixed

  • Adds support for discord.js version 14.0.2
  • Renames all custom build functions to Builder to fix conflict with new discord.js builder names
  • Updates ButtonDisabler.js to new layout of button data
  • Updates FilterBuilder.js to new button references
  • Updates collector functions within MessagePagination.js and InteractionPagination.js to new button references
  • Updates readme.md
  • Updates package.json discord.js required version to 14.0.2

1.3.0

12 Jun 20:17
Compare
Choose a tag to compare

1.3.0

  • Adds more info to the wrapper
  • Adds missing code for setting url in createPages
  • Makes it so you can choose from colors in createPages color option
  • Makes it so you can choose from styles in createButtons style option
  • Removes install message
  • Adds error catchers to all files to narrow down errors when they occur

1.2.9

28 May 17:57
a8cf1e8
Compare
Choose a tag to compare

1.2.9

  • Switches to using the wrapper as the main way to use the package
  • Adds createPages and createButtons as functions
  • Adds ButtonBuilder.js and PageBuilder.js

1.2.9-a

  • Fixes null error while not using createPages

1.2.8

18 Apr 17:13
Compare
Choose a tag to compare

1.2.8

  • Fixes checks within index.js throwing errors when they aren't supposed to

1.2.7

17 Apr 00:05
Compare
Choose a tag to compare

1.2.7

  • Fixes null disabled emoji buttons with an update to DisabledButtons.js
  • Adds selectMenu option to the pagination
  • Updates FilterBuilder to support select menus
  • Adds new checks to index.js
  • Adds SelectMenuBuilder.js
  • Upates wrapper to add selectMenu setting
  • Updates readme.md and wrapper readme.md to show new settings