Releases: acegoal07/discordjs-pagination
Releases · acegoal07/discordjs-pagination
1.3.6
1.3.5
1.3.4
1.3.4
- Combines
DisabledButton.js
,AutoButton.js
andButtonBuilder.js
intoButtonCreator.js
- Renames
SelectMenuBuilder.js
toSelectMenuCreator.js
and splits it into 2 sub functions - Renames
ProgressBarBuilder.js
toProgressBarCreator.js
- Renames
PageBuilder.js
toPageCreator.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 bothInteractionPagination.js
andMessagePagination.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
1.3.2
1.3.1
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
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
1.2.8
1.2.7
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