Releases: acegoal07/discordjs-pagination
Releases · acegoal07/discordjs-pagination
1.5.9
1.5.9
- Adds the ability to add attachments to the pagination to be used in the emebeds
1.5.8
1.5.8
- Improves how single embeds are handled when passed in
- Makes it so interaction pagination with image lists can now handle 1 item being passed in
1.5.7
1.5.7
- Deprecates
PageCreator
and ButtonCreator
- Removes all lib files for removed functions
- Adds some extra checks to make sure parameters are being passed in correctly
- Removes unused lib calls
- Adds more error catching to the editing of the pagination to try and prevent issues
1.5.6
1.5.6
- Fixes timeout settings error
- Makes it so ephemeral interaction can now use autodelete setting
- Makes it so ephemeral interaction now have the buttons or select menu disabled on timeout
1.5.5
1.5.5
- Fixes the timeout crash when using interaction paginations
- Fixes ephemeral setting on interaction paginations
1.5.4
1.5.4
- Improves the disable function at the end of the pagination for select menus and buttons
- Improves error catching to try and make fixing errors easier
1.5.3
1.5.3
- Fixes the issue with
authorIndependent
where if enabled there will be no response from the buttons
1.5.2
1.5.2
- Adds
setImageList
which allows you to pass attachments into the pagination instead of embeds
- Starts deprecation of
createButtons
and createPages
but might be reversed depending on how people feel
1.5.1
1.5.1
- Quality of life improvements to code
1.5.0
1.5.0
- Improves TypeScript files
- Cleans up files and cut's down on unneeded files in published version
- Adds build script to package.json
- Renames options params in index.js to settings