You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: versioned_docs/version-0.12/changelog.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,26 @@ To use the latest version of Devvit:
7
7
1. Run `npm install devvit@latest` to update your CLI.
8
8
2. Run `npx devvit update app` to update your @devvit dependencies.
9
9
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.
0 commit comments