Skip to content

Releases: Snazzah/slash-create

v6.7.0

24 Oct 14:52
f95c103

Choose a tag to compare

Added:

  • File uploads in modals (#644)

v6.6.4

14 Oct 13:50
828a93a

Choose a tag to compare

Fixed:

  • Removed debug log in modal context

v6.6.3

24 Sep 14:49
278f74e

Choose a tag to compare

Fixed:

  • Fixed an issue with SlashCreator.registerCommandsIn not registering properly after v6.4.2 due to not passing file URLs into import().

v6.6.2

10 Sep 20:17
3ca02fa

Choose a tag to compare

Added:

  • Updated types to allow for any selects and text displays in modals.

v6.6.1

06 Sep 12:48
488f12d

Choose a tag to compare

Fixed:

  • Fixed the select component types (#643)

v6.6.0

26 Aug 00:46
5ace362

Choose a tag to compare

Added:

  • Updated types to allow for select menus in modals, as well as using a LabelComponent as using action rows in modals are now deprecated.
  • ModalInteractionContext can now also have string arrays for those selects.
  • Added the PIN_MESSAGES permission.

Changed:

  • The type ComponentSelectMenu is now deprecated in favor of AnySelectComponent as each component type is now split out into their own types.

v6.5.0

17 Jul 15:43
d60d665

Choose a tag to compare

Added:

  • Added collectibles to users
  • Added primaryGuild to users (supporting guild tags)
  • Added colors to roles (supporting role gradients)
  • Added Azure Function V4 Server (#636)
  • Added a Generic server that uses Request/Response classes (#637)

v6.4.2

15 Jun 15:40
79ae343

Choose a tag to compare

Fixed:

  • Fix express apps being forced to use express.json in the entire app (#633)
  • SlashCreator.registerCommandsIn now uses import() interally.
  • Added missing types for Component V2

v6.4.1

20 Apr 00:58
6375fc8

Choose a tag to compare

Fixed:

  • Fix message flags and attachments not being sent during .editParent()
  • Fix null checking data in ratelimit handling

v6.4.0

18 Apr 20:50
7a6f9d5

Choose a tag to compare

Added:

  • Added attachmentSizeLimit to interactions
  • Expose guild in interaction
  • Components V2 (#628)

Changed:

  • The InteractionResponseFlags enum is now MessageFlags, InteractionResponseFlags is now deprecated.
  • Updated types to allow formatted allowed_mentions in message options