Skip to content

Commit d542e96

Browse files
authored
Update changelog for Devvit 0.12.14 release
Added details about the new Devvit 0.12.14 release, including community game tips, platform changes, and various fixes. Updated deprecation notice for Devvit Blocks and improved modmail validation.
1 parent de1ee70 commit d542e96

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

versioned_docs/version-0.12/changelog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ To use the latest version of Devvit:
77
1. Run `npm install devvit@latest` to update your CLI.
88
2. Run `npx devvit update app` to update your @devvit dependencies.
99

10-
**Please note**: you may see features available across Devvit packages that are not documented or noted in our changelog. These are experimental features that are not stable and are subject to change, or removal, from the platform. Please use caution when testing or implementing experimental features.
10+
**Please note**: you may see features available across Devvit packages that are not documented or noted in our changelog. These are experimental features that are not stable and are subject to change, or removal, from the platform. Please use caution when testing or implementing experimental features.
11+
12+
## Devvit 0.12.14: Community Game Pro Tips , Platform Changes, and Fixes
13+
**Release Date: Mar 9, 2026**
14+
15+
This release brings new guidance to help you build more engaging community games, along with important platform updates and several developer experience improvements.
16+
17+
**Level Up Your Community Games**
18+
19+
The newly updated [Building Community Games](https://developers.reddit.com/docs/guides/best-practices/community_games#player-retention) guide includes new tips for creating engaging gameplay that thrives on Reddit! Learn which mechanics drive long-term engagement and how to improve your chances of [getting featured](https://developers.reddit.com/docs/guides/launch/feature-guide).
20+
21+
**Deprecating Devvit Blocks**
22+
23+
As we announced last month, [Devvit Blocks will be deprecated](https://www.reddit.com/r/Devvit/comments/1r3xcm2/devvit_web_and_the_future_of_devvit/) effective June 30, 2026. In this release, we added a deprecation notice to `Devvit.addCustomPostType`. New apps that use this API will now be rejected during app review.
24+
25+
**Other Fixes**
26+
- **Improved modmail validation and logging**: Added subreddit ID validation for Reddit Modmail requests and improved error logging.
27+
- **Fixed image uploads in comments created with RichTextBuilder**: Resolved an issue where comment creation failed when adding images due to media processing conflicts. RichTextBuilder now accepts media URLs instead of media IDs, and the Devvit runtime converts them during processing to ensure compatibility with native post and comment media handling.
28+
- **Custom Post styles support**: You can now pass an optional `styles` parameter to `submitCustomPost()`, and use the new `getPostStyles()` and `setPostStyles()` methods available on both the Reddit API and Post objects.
29+
1130

1231
## Devvit 0.12.13: Minor Tweaks
1332
**Release Date: Feb 17, 2026**

0 commit comments

Comments
 (0)