Skip to content

feat: implement new select menu components #803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Oct 30, 2022
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
45003b2
feat: change select component type
shiftinv Mar 13, 2022
3662514
refactor: rename types.SelectMenu to .StringSelectMenu
shiftinv Jun 23, 2022
c7f80f1
refactor: rename `SelectMenu` to `StringSelectMenu`
shiftinv Jun 23, 2022
4f928e3
refactor: split ui.Select type
shiftinv Jun 24, 2022
1849dd7
docs: update types in examples
shiftinv Jun 24, 2022
898df07
test: update types in tests
shiftinv Jun 24, 2022
c68cdce
feat: add new select component types
shiftinv Oct 14, 2022
03ace50
feat: add new select components
shiftinv Jun 24, 2022
3878ae9
feat: add new select items
shiftinv Jun 24, 2022
43ddcc8
feat: add missing `add_x_select` method to actionrow
shiftinv Oct 15, 2022
21244ea
fix: update `channel_types` type
shiftinv Oct 15, 2022
da3cd71
feat: add `ChannelSelect.channel_types` property
shiftinv Oct 15, 2022
a9d2e29
perf: use frozenset for select component types in dispatch handler
shiftinv Oct 15, 2022
f2a00c5
fix: update `ChannelSelect.values` type/docs
shiftinv Oct 15, 2022
900138f
fix: update user/mentionable select value type
shiftinv Oct 15, 2022
5980420
chore: remove old changelog content for now
shiftinv Oct 15, 2022
6a9f12c
docs: add preliminary changelog entry
shiftinv Oct 16, 2022
3ae2e32
chore: add TODO so i don't forget
shiftinv Oct 16, 2022
8378718
feat: update interaction data typings
shiftinv Oct 15, 2022
b6c58b6
feat: add `MessageInteraction.resolved`
shiftinv Oct 15, 2022
80df770
feat: support resolved values in `MessageInteraction.values`
shiftinv Oct 21, 2022
748cee4
feat: add backwards-compatible select menu aliases
shiftinv Oct 21, 2022
285568a
docs: add missing version directives
shiftinv Oct 23, 2022
9d653c1
docs: add references to ui types in components
shiftinv Oct 28, 2022
c7ca5ea
feat: add `MessageInteraction.resolved_values`
shiftinv Oct 29, 2022
d558809
docs: undocument `ui.ActionRow.add_select`
shiftinv Oct 29, 2022
f59f917
docs: finish changelogs
shiftinv Oct 29, 2022
16e69da
docs: sort select types alphabetically
shiftinv Oct 30, 2022
aa30bfd
Merge branch 'master' into feature/select
onerandomusername Oct 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6019,10 +6019,6 @@ ActionRow
:members:
:exclude-members: add_select

.. method:: add_select

Alias of :func:`~disnake.ui.ActionRow.add_string_select`.

Item
~~~~~~~

Expand Down