Skip to content

Commit 391ba58

Browse files
authored
cl
1 parent ff56703 commit 391ba58

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,21 @@ These changes are available on the `master` branch, but have not yet been releas
2828
- Adds pre-typed and pre-constructed with select_type `ui.Select` aliases for the
2929
different select types: `ui.StringSelect`, `ui.UserSelect`, `ui.RoleSelect`,
3030
`ui.MentionableSelect`, and `ui.ChannelSelect`.
31+
- Added `store` parameter to `View` and `Modal` classes.
32+
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
33+
- Added `Webhook.parent` and `Webhook.from_interaction`
34+
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
3135

3236
### Changed
37+
- Overhauled support for Components V2 and new Modal components
38+
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
39+
- Revert `discord.ui.View` and `discord.ui.Modal` to 2.6.1 behavior; not compatible with new features.
40+
- Implemented `discord.ui.DesignerView` and `discord.ui.DesignerModal` to support new components.
41+
- `DesignerView` and `Container` do not support `Button` and `Select` directly; use `discord.ui.ActionRow` instead.
42+
- `DesignerModal` does not support `InputText` and `Select` directly; use `discord.ui.Label` instead.
43+
- Removed `InputText.description`, `Select.label` and `Select.description`; these are now attributes of `Label`.
44+
- `discord.ui.Item` is now a base class for `ViewItem` and `ModalItem`; all items inherit from these.
45+
- All view and modal classes now inherit from a base `ItemInterface` class, split into `BaseView` and `BaseModal`
3346

3447
### Fixed
3548

0 commit comments

Comments
 (0)