Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Releases: Mateo-tem/discord-modals

Discord-Modals v1.3.9

04 Aug 18:13
Compare
Choose a tag to compare

🎉 Discord-Modals v1.3.9:

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

Discord-Modals v1.3.8

04 Aug 17:41
Compare
Choose a tag to compare

🎉 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.

Discord-Modals v1.3.7

05 Jun 17:41
Compare
Choose a tag to compare

🎉 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.

Discord-Modals v1.3.6

16 May 03:53
Compare
Choose a tag to compare

🎉 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.

Discord-Modals v1.3.5

06 Apr 17:55
Compare
Choose a tag to compare

🎉 Discord-Modals v1.3.5:

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

Discord-Modals v1.3.4

06 Apr 17:54
Compare
Choose a tag to compare

🎉 Discord-Modals v1.3.4:

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

Discord-Modals v1.3.3

02 Apr 01:02
Compare
Choose a tag to compare

🎉 Discord-Modals v1.3.3:

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

Discord-Modals v1.3.2

20 Mar 03:05
Compare
Choose a tag to compare

🎉 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.

Discord-Modals v1.3.1

19 Mar 04:22
Compare
Choose a tag to compare

🎉 Discord-Modals v1.3.1:

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

Discord-Modals v1.3.0

19 Mar 04:10
Compare
Choose a tag to compare

🎉 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.