Discord Modals Versions Save

discord-modals is a package that allows your bot of discord.js v13 to create the new Discord Modals and interact with them.

v1.3.9

1 year ago

? Discord-Modals v1.3.9:

  • Fix: Table issues in docs.
  • Fix: mistake exporting Interaction in v14.

v1.3.8

1 year ago

? Discord-Modals v1.3.8:

Sometimes we have this project discontinued, many people ask if this package can be marked as deprecated, because of discord.js v13 and discord.js v14, which already have this modal feature. What do you think? ?

Use the discussion in our GitHub repository: Discussion #52.

  • Fix: discord.js v14 util error at 'verifyString'.
  • Fix: "Cannot read properties of undefined (reading '0')" error inside the modal structure.
  • Style: Improve style in files and docs.

v1.3.7

1 year ago

? Discord-Modals v1.3.7:

Surprise! We are back.

Featured: Discord Developers announced Select Menus in modals, they are about to finish to develop it, but you can use it now. So, now Discord-Modals supports Select Menus in modals! ?

  • Chore: Support Select Menus in Modals.
  • Chore: Some improvements to FAQ.
  • Chore: [Select Menus] Update readme to new examples.
  • Chore: [Select Menus] Update docs.

v1.3.6

1 year ago

? Discord-Modals v1.3.6:

Probably this will be the final version of Discord-Modals. Thank you so much for all the support! :)

Why? discord.js just released modals on v13.7 and in v14 (dev - unstable). In a very short time, this package will no longer make much sense when it already exists (on all the actual versions).

  • Fix: Ephemeral option when replying to the Modal Submit Interaction.
  • Add FAQ to readme.

v1.3.5

2 years ago

? Discord-Modals v1.3.5:

  • Style and Code Cleanup: All files.
  • Chore: Add eslint.

v1.3.4

2 years ago

? Discord-Modals v1.3.4:

  • Fix: JSON Modals on .showModal() didn't work.

v1.3.3

2 years ago

? Discord-Modals v1.3.3:

  • TypeScript Compatibility: Add .init() method.
  • Fix: Readme example type error .addComponents() on Modal class.

v1.3.2

2 years ago

? Discord-Modals v1.3.2:

  • Compatibility: change discord-api-types enums from v10 to v9.
  • Modal and ModalSubmitInteraction class: Now the .components property returns ModalActionRows.
  • Code cleanup.

v1.3.1

2 years ago

? Discord-Modals v1.3.1:

  • Fix: change discord-api-types enums from v9 to v10.

v1.3.0

2 years ago

? Discord-Modals v1.3.0:

  • Fix bug: 'INVALID_CLIENT' error when the Client is valid on .showModal() method.
  • Now the TextInputComponent returns an Action Row Component. Add ModalActionRow class and types.
  • Featured: Now the .showModal() method supports JSON Modals.
  • Fix error typings ModalSubmitField. .showModal() method, .addComponents() and .setComponents() of Modal class.
  • Featured: Implement .update() method to ModalSubmitInteraction class.
  • Typings: discord-api-types updated to v10.