New Blog Post - VelaptorASeprite Integration Release#118
New Blog Post - VelaptorASeprite Integration Release#118CalvinWilkinson merged 4 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new “News” blog post announcing the initial preview release of the VelaptorAseprite integration library, and updates site navigation/spellchecking to support the new release tag.
Changes:
- Added a new News MDX post for the VelaptorAseprite
v1.0.0-preview.1release. - Updated the Docusaurus navbar to include a “VelaptorAseprite Releases” tag link.
- Added “aseprite” to the VS Code cSpell dictionary.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| news/2026-2-26-velaseprite-release/index.mdx | New release announcement post content for VelaptorAseprite. |
| docusaurus.config.ts | Adds a navbar link to the new velaptor-aseprite news tag page. |
| .vscode/settings.json | Adds “aseprite” to workspace spellcheck words. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## What Is VelaptorAseprite? | ||
|
|
||
| **[Velaptor](https://docs.velaptor.io)** is a NuGet package that adds native Aseprite sprite sheet support to Velaptor 2D games. |
There was a problem hiding this comment.
This section is titled "What Is VelaptorAseprite?" but the first sentence describes Velaptor as the NuGet package that adds Aseprite support. That appears to be incorrect/misleading—this description should refer to VelaptorAseprite (the integration library) instead of Velaptor itself.
| **[Velaptor](https://docs.velaptor.io)** is a NuGet package that adds native Aseprite sprite sheet support to Velaptor 2D games. | |
| **[VelaptorAseprite](https://docs.velaptor.io)** is a NuGet package that adds native Aseprite sprite sheet support to Velaptor 2D games. |
| tags: [releases, velaptor, velaptor-aseprite] | ||
| --- | ||
|
|
||
| import URL from "@site/src/components/URL"; |
There was a problem hiding this comment.
URL is imported but never used in this MDX post. Please remove the unused import, or replace the plain markdown links with the <URL /> component where intended to keep the file clean and avoid unused-module warnings.
| import URL from "@site/src/components/URL"; |
Closes #117