File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.18.0] - 2025-07-19
4
+ ### Added
5
+ - #3145 add ` ApproximateUserAuthorizationCount ` (6e1f9c1)
6
+ - #3147 [ CV2] add children component counts to ` IComponentContainer ` (f18c836)
7
+ - #3153 [ CV2] QoL & fixes (800a234)
8
+ - #3156 User primary guild (79b455e)
9
+ - #3131 support POLL_RESULT (46) in MessageType enum (dc3bd76)
10
+ - #3162 Docs/components v2 :wires: (cf66ab4)
11
+
12
+ ### Fixed
13
+ - #3138 Fix value of ` TextDisplayBuilder.MaxContentLength ` (b338d30)
14
+ - #3140 Fixed incorrect ComponentType in TextDisplayBuilder. (7a74f78)
15
+ - #3142 Fix overflow exception (0c1536d)
16
+ - #3146 Fixed missing Type in constructor SelectMenuBuilder(SelectMenuComponent) (c07c28d)
17
+ - #3148 fix(IsLoadableModule): return false for abstract classes (978f999)
18
+ - #3152 Guild member ` JoinedAt ` nullability (c343ce9)
19
+ - #3158 Certain global user properies not getting updated (f9ba642)
20
+
21
+ ### Misc
22
+ - #3139 Fix visibility of ` MessageComponent.Empty ` (35d94ca)
23
+ - #3144 edge case missed (1e50900)
24
+ - #3161 Fix guild tag badge URL helper (80b4328)
25
+
26
+
3
27
## [ 3.18.0-beta.3] - 2025-05-26
4
28
5
29
### Fixed
You can’t perform that action at this time.
0 commit comments