Skip to main content

Improved workflow for creating new designs

· One min read

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 to sdk.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 Designs to Create & Load Designs to reflect this change.