V2 Release Version: 0.8089.0
Description:
- When creating a new design using
sdk.design.create, the SDK will now properly load the design instance and return it, so developers can call methods on it immediately after creation without needing an additional call tosdk.design.load. - This also fixes stability issues when loading a design after creating it in certain workflows.
- The corresponding documentation section has been updated and renamed from
DesignstoCreate & Load Designsto reflect this change.