You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,19 @@
2
2
3
3
Hello! This is the Change log section of Discord-Modals. Here you can see what things have been changed in the different versions, to be informed. This will be updated every time there are new versions. I hope you enjoy this package :)
4
4
5
-
# v1.3.6 (Stable)
5
+
# v1.3.7 (Stable)
6
+
7
+
**Surprise!** We are back.
8
+
9
+
**Featured:** Discord Developers announced Select Menus in modals, they are about to finish to develop it, but you can use it now.
10
+
**So, now Discord-Modals supports Select Menus in modals!** 🎉
11
+
12
+
- Chore: Support Select Menus in Modals.
13
+
- Chore: Some improvements to FAQ.
14
+
- Chore: [Select Menus] Update readme to new examples.
15
+
- Chore: [Select Menus] Update docs.
16
+
17
+
# v1.3.6
6
18
7
19
**Probably** this will be the final version of Discord-Modals. Thank you so much for all the support!
Sets the Custom Id of the Select Menu Component. (Max. 100 characters)
358
+
359
+
| Parameter |Type|Description|
360
+
| ------------ | ------------ |------------ |
361
+
|*MenuCustomId*|[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| The Custom Id of the Select Menu Component. |
Sets the Placeholder of the Select Menu Component. (Max. 150 characters)
369
+
370
+
| Parameter |Type|Description|
371
+
| ------------ | ------------ |------------ |
372
+
|*MenuPlaceholder*|[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| The placeholder of the Select Menu Component. |
Sets the minimum number of selections allowed for the Select Menu Component.
380
+
381
+
| Parameter |Type|Description|
382
+
| ------------ | ------------ |------------ |
383
+
|*Number*|[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) (Between 1 - 25)| Number of selections to be required. |
Sets the maximum number of selections allowed for the Select Menu Component.
391
+
392
+
| Parameter |Type|Description|
393
+
| ------------ | ------------ |------------ |
394
+
|*Number*|[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) (Between 1 - 25)| Number of selections to be allowed. |
|*Options*|[APISelectMenuOption](https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure)| The options to add. |
|*Options*|[APISelectMenuOption](https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure)| The options to set. |
Sets a Boolean if a Select Menu Component will be disabled.
431
+
432
+
| Parameter |Type|Description|
433
+
| ------------ | ------------ |------------ |
434
+
|*Boolean*|[Boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)| If the Select Menu Component will be disabled. |
|*MenuCustomId*|[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| The Custom Id of the Select Menu Component. |
|*MenuCustomId*|[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)| The Custom Id of the Select Menu Component. |
@@ -532,4 +721,4 @@ Discord-Modals integrates some errors to avoid issues and respect the structures
532
721
533
722
> **Powered by Discord-Modals**
534
723
535
-
- ❤️ Special thanks to [Leo Ua#4600](https://github.com/Leoxyzua), [polarsito#8964](https://github.com/polarsito) and [Andleo#1700](https://github.com/andleo17) for helping along the way!
724
+
- ❤️ Special thanks to [Leo Ua#4600](https://github.com/Leoxyzua), [polarsito#8964](https://github.com/polarsito) and [Andleo#1700](https://github.com/andleo17) for helping along the way!
0 commit comments