Skip to content

Releases: acegoal07/discordjs-pagination

1.4.9

28 Dec 16:26
Compare
Choose a tag to compare

1.4.9

  • Fixes an error with disabling message buttons after timeout
  • Tweaks default timeout amount

1.4.8

28 Dec 16:11
Compare
Choose a tag to compare

1.4.8

  • Removes unused settings options from setPortal
  • Renames pageBuilderInfo to pageBuilderData
  • Renames buttonBuilderInfo to buttonBuilderData
  • Fixes setProgressBar settings input
  • Fixes enableSelectMenu settings input
  • Reworks how enableSelectMenu creates the selectMenu and lists the labels
  • Adds new disableDisabledButtons option which after the timeout removes the buttons or selectMenu from the pagination but leaves the embed
  • Wiki has been updated to show new features

1.4.7

03 Dec 18:18
Compare
Choose a tag to compare

1.4.7

  • Fixes PageBuilder not receiving input
  • Adds more definitions to the functions
  • Set's required Discordjs version to 14.7.1

1.4.6

02 Dec 23:15
Compare
Choose a tag to compare

1.4.6

  • Removes deprecated SelectMenuBuilder calls and replaces them with new StringSelectMenuBuilder calls

1.4.5

02 Dec 23:14
Compare
Choose a tag to compare

1.4.5

  • Fixes isSelectMenu deprecated messsage
  • Fixes disabled buttons on new call issue

1.4.4

02 Dec 15:00
Compare
Choose a tag to compare

1.4.4

  • Completely removes setInterface
  • Adds a check to enableSelectMenu to stop it from running if both options are used to prevent errors
  • Fixes enableSelectMenu info

1.4.0

27 Nov 15:26
Compare
Choose a tag to compare

1.4.0

  • Changes how all the pagination information is passed to sub files
  • Changes disableButtons function to make it quicker and resolve some found issues
  • Changes setInterface to setPortal to add support for newer versions of nodejs
  • Removed unused code in progressBarCreator
  • Increased default timeout time

Version 1.4.1, 1.4.2 and 1.4.3 were updates to documentation

1.3.9

20 Sep 11:21
Compare
Choose a tag to compare

1.3.9

  • Completely deprecates setMessage and setInteraction in favour for setInterface
  • Changes how enableSelectMenu settings are passed
  • Adds a setting to enableSelectMenu to make it so it uses the titles of the embed pages

1.3.8

20 Aug 19:34
Compare
Choose a tag to compare

1.3.8

  • Finishes implementation of setInterface
  • Deprecates setMessage and setInteraction
  • Updates readme.md
  • Streamlines more code so it runs smoother
  • Fixes some check issues when using select menu instead of buttons
  • Defines promises where possible
  • Adds the ability to set custom selectMenu labels
  • Tweaks SelectMenuCreator to give it the ability to set custom labels

1.3.7

09 Aug 22:15
3abc92c
Compare
Choose a tag to compare

1.3.7

  • Changes how the pagination detects between message and interactions
  • Combines some references into Objects
  • Removes duplicate checks
  • Makes autoDeleteButton function an option within autoButton function
  • Makes it so message and interaction are passed as the same reference to make checks easier
  • Uses discord.js function to detect the difference between message and interaction
  • Updates some util functions to support reference changes
  • Updates readme.md

Notes

This version has changed some major parts of the package if you experience any issues get in contact so they can be resolved