Skip to content

Commit bfe81e4

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 391ba58 commit bfe81e4

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,28 @@ These changes are available on the `master` branch, but have not yet been releas
2929
different select types: `ui.StringSelect`, `ui.UserSelect`, `ui.RoleSelect`,
3030
`ui.MentionableSelect`, and `ui.ChannelSelect`.
3131
- Added `store` parameter to `View` and `Modal` classes.
32-
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
32+
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
3333
- Added `Webhook.parent` and `Webhook.from_interaction`
34-
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
34+
([#2904](https://github.com/Pycord-Development/pycord/pull/2904/))
3535

3636
### Changed
37+
3738
- Overhauled support for Components V2 and new Modal components
3839
([#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`
40+
- Revert `discord.ui.View` and `discord.ui.Modal` to 2.6.1 behavior; not compatible
41+
with new features.
42+
- Implemented `discord.ui.DesignerView` and `discord.ui.DesignerModal` to support new
43+
components.
44+
- `DesignerView` and `Container` do not support `Button` and `Select` directly; use
45+
`discord.ui.ActionRow` instead.
46+
- `DesignerModal` does not support `InputText` and `Select` directly; use
47+
`discord.ui.Label` instead.
48+
- Removed `InputText.description`, `Select.label` and `Select.description`; these are
49+
now attributes of `Label`.
50+
- `discord.ui.Item` is now a base class for `ViewItem` and `ModalItem`; all items
51+
inherit from these.
52+
- All view and modal classes now inherit from a base `ItemInterface` class, split into
53+
`BaseView` and `BaseModal`
4654

4755
### Fixed
4856

0 commit comments

Comments
 (0)