Releases: Mateo-tem/discord-modals
Discord-Modals v1.3.9
Discord-Modals v1.3.8
🎉 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
🎉 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
🎉 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
🎉 Discord-Modals v1.3.5:
- Style and Code Cleanup: All files.
- Chore: Add eslint.
Discord-Modals v1.3.4
🎉 Discord-Modals v1.3.4:
- Fix: JSON Modals on
.showModal()didn't work.
Discord-Modals v1.3.3
🎉 Discord-Modals v1.3.3:
- TypeScript Compatibility: Add
.init()method. - Fix: Readme example type error
.addComponents()onModalclass.
Discord-Modals v1.3.2
🎉 Discord-Modals v1.3.2:
- Compatibility: change
discord-api-typesenums fromv10tov9. ModalandModalSubmitInteractionclass: Now the.componentsproperty returnsModalActionRows.- Code cleanup.
Discord-Modals v1.3.1
🎉 Discord-Modals v1.3.1:
- Fix: change
discord-api-typesenums fromv9tov10.
Discord-Modals v1.3.0
🎉 Discord-Modals v1.3.0:
- Fix bug: 'INVALID_CLIENT' error when the Client is valid on
.showModal()method. - Now the
TextInputComponentreturns an Action Row Component. AddModalActionRowclass and types. - Featured: Now the
.showModal()method supports JSON Modals. - Fix error typings
ModalSubmitField..showModal()method,.addComponents()and.setComponents()ofModalclass. - Featured: Implement
.update()method toModalSubmitInteractionclass. - Typings:
discord-api-typesupdated to v10.