Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
63c3ffd
components
NeloBlivion Jan 21, 2026
1241ce3
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
1bd3289
Apply suggestions from code review
Lulalaby Jan 21, 2026
b9d7c72
Apply suggestion from @Lulalaby
Lulalaby Jan 21, 2026
b083cc7
Apply suggestion from @Lulalaby
Lulalaby Jan 21, 2026
3b1cca6
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
fbd34be
ui.RadioGroup
NeloBlivion Jan 21, 2026
ce91556
ui.CheckboxGroup
NeloBlivion Jan 21, 2026
76c6b69
,
NeloBlivion Jan 21, 2026
466eea2
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
3609b35
ui.Checkbox
NeloBlivion Jan 21, 2026
4f1e351
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
12b0ca0
docs and label set methods
NeloBlivion Jan 21, 2026
0babbcc
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
183b591
_component_to_item
NeloBlivion Jan 21, 2026
5b7cf97
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
34c7a8e
options
NeloBlivion Jan 21, 2026
fa8352e
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
285ab74
imports
NeloBlivion Jan 21, 2026
fe17a04
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
ed0fc06
check
NeloBlivion Jan 21, 2026
71dde7f
all
NeloBlivion Jan 21, 2026
f4d3ec1
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 21, 2026
44ae934
fix checkbox
NeloBlivion Jan 21, 2026
505329c
option docs
NeloBlivion Jan 21, 2026
6eb19a5
Checkbox.value
NeloBlivion Jan 21, 2026
b66a4f7
Merge branch 'master' into checkbox
NeloBlivion Feb 8, 2026
186719d
Update discord/ui/radio_group.py
NeloBlivion Feb 8, 2026
7b99d54
Update CHANGELOG.md
NeloBlivion Feb 8, 2026
c5a17e8
Update discord/components.py
NeloBlivion Feb 8, 2026
ad53199
Update discord/components.py
NeloBlivion Feb 8, 2026
35ce47e
Merge branch 'master' into checkbox
NeloBlivion Feb 10, 2026
0588f1c
convert to generate_underlying
NeloBlivion Feb 11, 2026
c18ff0a
values
NeloBlivion Feb 11, 2026
276fce0
copyright
NeloBlivion Feb 11, 2026
ea23381
RadioGroup.value clarification
NeloBlivion Feb 11, 2026
2aa6f46
typing
NeloBlivion Feb 11, 2026
0d41694
enum docs
NeloBlivion Feb 11, 2026
ebcd3bb
docs
NeloBlivion Feb 11, 2026
1c31317
fix group underlying
NeloBlivion Feb 11, 2026
417a61a
update types.components
NeloBlivion Feb 11, 2026
817595d
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 11, 2026
ef0fa72
Merge branch 'master' into checkbox
NeloBlivion Feb 13, 2026
040f097
Merge branch 'master' into checkbox
NeloBlivion Feb 13, 2026
e4fb423
change `values` to None if not received through interaction
NeloBlivion Feb 13, 2026
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ These changes are available on the `master` branch, but have not yet been releas

- Added `.extension` attribute to the `AppEmoji` and `GuildEmoji` classes.
([#3055](https://github.com/Pycord-Development/pycord/pull/3055))
- Added `RadioGroup`, `CheckboxGroup`, and `Checkbox` for modals.
([#3073](https://github.com/Pycord-Development/pycord/pull/3073))
- Added the ability to compare instances of `PrimaryGuild`.
([#3077](https://github.com/Pycord-Development/pycord/pull/3077))

Expand Down
Loading