Skip to content

Commit de1ee70

Browse files
authored
Update changelog for Devvit 0.12.14 release
Added details for Devvit version 0.12.14, including new community game tips, deprecation notice for Devvit Blocks, and various fixes.
1 parent da07928 commit de1ee70

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ To use the latest version of Devvit:
99

1010
**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.
1111

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+
30+
1231
## Devvit 0.12.13: Minor Tweaks
1332
**Release Date: Feb 17, 2026**
1433

0 commit comments

Comments
 (0)