Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: discord.js v15 #1595

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ae96649
fix(Layout): Update notification
Jiralite Nov 25, 2024
631dd75
feat: Start documenting breaking changes
Jiralite Nov 25, 2024
dd6e12b
fix(sidebar): Correct update guide name
Jiralite Nov 25, 2024
0a82622
feat: Hyperlink pull requests
Jiralite Nov 25, 2024
b117b03
fix(updating-from-v14): "decoration" typo (#1591)
3061LRTAGSPKJMORMRT Nov 26, 2024
c33451f
refactor: Rename news to announcement
Jiralite Nov 27, 2024
a005b6e
refactor: `BitFieldInvalid` is still around
Jiralite Nov 27, 2024
a51c272
refactor(faq): Update ping section (#1593)
Jiralite Nov 27, 2024
7a6e50a
refactor(autocomplete): Update `getFocused()` section (#1594)
Jiralite Nov 29, 2024
83c2b05
feat: More WebSocket changes
Jiralite Dec 6, 2024
eb8a5bd
fix: Use space
Jiralite Dec 19, 2024
43ce789
refactor: Prefer full option for the guide
Jiralite Dec 19, 2024
8ef2059
fix: syntax highlighting on code blocks
Jiralite Dec 19, 2024
8131717
refactor(additional-info): replace `isAnySelectMenu` with `isSelectMe…
sdanialraza Dec 19, 2024
7fa4ab1
feat: Fetch reply option removal
Jiralite Jan 16, 2025
9859fe7
feat: Command-related removals
Jiralite Jan 16, 2025
0cfdb4a
feat: `FollowedChannelData`
Jiralite Jan 16, 2025
96e1af1
feat: Cache-independent permission overwrites resolving
Jiralite Jan 16, 2025
4d291ff
feat: Remove hook
Jiralite Jan 16, 2025
765dd01
feat: Removal of `InteractionResponse`
Jiralite Jan 16, 2025
efedb8f
feat: Crosspost moved
Jiralite Jan 16, 2025
8352a40
feat: Bulk delete update
Jiralite Jan 16, 2025
1b27e8a
feat: Dynamic emoji URL
Jiralite Jan 16, 2025
d417c76
chore: `.`
Jiralite Jan 16, 2025
1ea4942
chore: Typos
Jiralite Jan 16, 2025
6bbf320
fix(IntegrationApplication): Add extra #
Jiralite Feb 17, 2025
73a90b8
refactor: remove `whats-new` page (#1612)
sdanialraza Feb 25, 2025
d3b46a5
feat(additional-info): add more breaking changes (#1610)
sdanialraza Feb 28, 2025
b4bf552
fix: Reference `emoji` in example
Jiralite Mar 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions guide/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default {
children: [
'/',
'/requesting-more-content.md',
'/whats-new.md',
],
},
{
Expand All @@ -30,7 +29,6 @@ export default {
children: [
'/',
'/requesting-more-content.md',
'/whats-new.md',
],
},
{
Expand Down Expand Up @@ -150,8 +148,7 @@ export default {
'/additional-info/collections.md',
'/additional-info/async-await.md',
'/additional-info/rest-api.md',
'/additional-info/changes-in-v13.md',
'/additional-info/changes-in-v14.md',
'/additional-info/updating-from-v14.md',
],
},
],
Expand Down
4 changes: 2 additions & 2 deletions guide/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Notification storage-key="v13-notice">
<span class="notification-icon"><PartyPopperIcon /></span>
<span>
You're browsing the guide for discord.js v14.
Check out <router-link to="/whats-new.html">what's new</router-link>, or browse the <a href="https://v13.discordjs.guide">discord.js v13 guide</a>.
You're browsing the in-development guide for discord.js v15.
Browse the <a href="https://v14.discordjs.guide">v14 guide</a>.
</span>
</Notification>
</Notifications>
Expand Down
Loading