Data placeholders are now replaced with the actual data in “Changes” mode as well, not just in “Preview” and “Edit” mode.
Added support for the "ref" prop
The WidgetTag, ContentTag, LinkTag, ChildListTag, and ImageTag components now support the ref prop, facilitating direct access to DOM nodes or child component methods. See Using Ref as a Prop in React.js 19 for details.