Studio SDK 1.1.1
- Updated the default styles of target canvas spots during drag and drop to give users clearer feedback about where components can be dropped.
-
Platform API is now generally available. We're starting with project and template management, so consumers can now connect their embedded SDK to workspace projects and public templates. Read more about how to connect public templates in Platform API Templates.
-
Added a new
dropTargetscomponent property that indicates where a component can be inserted into specific places. It lets you define which existing components are valid destinations, highlights those targets during drag and insertion. Read more in Drop targets. -
Added a new
appendFallbackcomponent property andappendOnClickblock configuration to better control what happens when the user clicks on a block in the Block Manager. Read more in Block click insertion and Component append fallback.