Releases: Soheab/modal-paginator
v1.2.0: features & bug fixes
v1.2.0
Features
-
(
b3e5280
) Added two new kwargs toModalPaginator.send
:-
add_page_string
-
return_message
See the kwarg's docstring for more information.
-
-
(
c9509c1
)ModalPaginator.from_text_inputs
can now take a list ofstr
(or mixed withdiscord.ui.TextInput
) instead of a list ofdiscord.ui.TextInput
. This is useful
if you don't want to construct a :class:.discord.ui.TextInput
. -
(
78104ba
) - Added a new property toPaginatorModal
:PaginatorModal.text_inputs
This is also used in
ModalPaginator.text_inputs
.See the property's docstring for more information.
Bug Fixes
- (
b3e5280
)**kwargs
inModalPaginator.send
are now properly passed to the destination.
Full Changelog: 1.1.1...1.2.0
v1.1.1: Correct discord.py dep version
Read the user-friendly changelog at https://discord-ext-modal-paginator.readthedocs.io/whats_new.html#v1-1-1
Full Changelog: 1.1.0...1.1.1
v1.1.0: QoL!
Read the user-friendly changelog at https://discord-ext-modal-paginator.readthedocs.io/whats_new.html#v1-1-0
Full Changelog: 1.0.0...1.1.0
First stable release!
v1.0.0
- First stable release!
- Added the ability to customize the buttons of the paginator. See the
buttons=
kwarg on ModalPaginator for more information.
Initial Release!
0.0.1 Bump version to 0.0.1 for PyPi release