Qjuh
|
118e682682
|
feat: components v2 in builders v1 (#10787)
* feat(builders): components v2 in builders v1
* feat: implemented the first components
* fix: tests
* fix: tests
* fix: export the new stuff
* feat: add rest of components
* feat: add callback syntax
* feat: callback syntax for section
* fix: missing implements
* fix: accessory property
* fix: apply suggestions from v2 PR
* chore: bring in line with builders v2
* fix: add missing type
* chore: split accessory methods
* chore: backport changes from v2 PR
* fix: accent_color is nullish
* fix: allow passing raw json to MediaGallery methods
* fix: add test
* chore: add Container#addXComponents
* fix: docs
* chore: bump discord-api-types
* Update packages/builders/src/components/Assertions.ts
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com>
---------
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com>
|
2025-04-24 21:59:58 +02:00 |
|
Jeroen Claassens
|
2d5531f35c
|
feat(builders): update to @sapphire/shapeshift v4 (#10291)
feat: update to @sapphire/shapeshift v4
|
2024-08-19 18:15:30 +00:00 |
|
Jiralite
|
4f59b740d0
|
feat: Premium buttons (#10353)
* feat: premium buttons
* docs: deprecation string
* feat(InteractionResponses): add deprecation message
* feat(builders): add tests
* chore: remove @ts-expect-errors
* test: update method name
* refactor(formatters): stricter types
* docs: deprecate method in typings
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2024-07-04 18:57:35 +00:00 |
|
DD
|
5152abf728
|
feat: new select menus (#8793)
* feat(builders): new select menus
* chore: better re-exporting of deprecated classes
* feat: new select menus
* chore: typings
* chore: add missing todo comment
* chore: finish updating tests
* chore: add runtime deprecation warnings
* chore: format deprecation warning
* feat(BaseInteraction): isAnySelectMenu
* chore: requested changes
* fix: deprecation comments
* chore: update @deprecated comments in typings
* chore: add tests for select menu type narrowing
* fix: bad auto imports
Co-authored-by: Julian Vennen <julian@aternos.org>
* fix: properly handle resolved members
* fix: collectors
* chore: suggested changes
Co-authored-by: Almeida <almeidx@pm.me>
* fix(typings): bad class extends
* feat(ChannelSelectMenuBuilder): validation
* chore: update todo comment
* refactor(ChannelSelectMenu): better handling of channel_types state
* chore: style nit
* chore: suggested nits
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: Julian Vennen <julian@aternos.org>
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-11-01 17:36:05 +00:00 |
|
Suneet Tipirneni
|
edadb9fe5d
|
refactor: use eslint-config-neon for packages. (#8579)
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2022-09-01 20:50:16 +02:00 |
|
Suneet Tipirneni
|
6a2d0d8e96
|
fix(selectMenu): allow json to be used for select menu options (#8322)
|
2022-07-24 15:14:33 +02:00 |
|
Parbez
|
a4d1862982
|
refactor(builder): remove unsafe*Builders (#8074)
|
2022-07-06 20:42:51 +02:00 |
|
Parbez
|
4515a1ea80
|
chore: bump shapeshift for faster object validation (#7914)
|
2022-05-12 12:09:50 +02:00 |
|
iCrawl
|
bcf7f1cfad
|
chore: deps
|
2022-04-17 11:27:36 +02:00 |
|
Parbez
|
3c0bbac82f
|
refactor: replace zod with shapeshift (#7547)
|
2022-04-09 11:37:16 +02:00 |
|
Suneet Tipirneni
|
b1d63d919a
|
fix: Validate select menu options (#7566)
* fix: validate select menu options
* chore: make requested changes
* refactor: make requested changes
* fix: tests
|
2022-03-24 20:57:53 +01:00 |
|
Suneet Tipirneni
|
72577c4bfd
|
feat: add API v10 support (#7477)
* feat: add API v10 support
* refactor: update deps
* chore: rebase fixes
|
2022-03-15 21:37:07 +01:00 |
|
Suneet Tipirneni
|
549716e4fc
|
refactor: Don't return builders from API data (#7584)
* refactor: don't return builders from API data
* Update packages/discord.js/src/structures/ActionRow.js
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
* fix: circular dependency
* fix: circular dependency pt.2
* chore: make requested changes
* chore: bump dapi-types
* chore: convert text input
* chore: convert text input
* feat: handle cases of unknown component types better
* refactor: refactor modal to builder
* feat: add #from for easy builder conversions
* refactor: make requested changes
* chore: make requested changes
* style: fix linting error
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: almeidx <almeidx@pm.me>
|
2022-03-12 19:39:23 +01:00 |
|
Almeida
|
dcd479767b
|
fix(SelectMenu): set placeholder max to 150 (#7538)
|
2022-03-10 09:00:39 +01:00 |
|
Suneet Tipirneni
|
e8252ed3b9
|
refactor: make public builder props getters (#7422)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2022-02-13 13:06:11 +01:00 |
|
Suneet Tipirneni
|
2bb40fd767
|
feat: add components to /builders (#7195)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2022-01-12 20:50:08 +01:00 |
|