Back to Website
Show / Hide Table of Contents

Upgrade notes

  • Less than a minute to read

Upgrading to 5.31 and above

If you are using Design Atoms older than 5.31 and would like to upgrade to the later, note that a number of breaking changes were made

Installing a Separate Model Package

In Customer's Canvas 5.31, the object model was separated from the @aurigma/design-atoms package. To rebuild your application, you must additionally install the new package:

```npm install @aurigma/design-atoms-model --save```

After that, replace imports @aurigma/design-atoms/Model/<class> with @aurigma/design-atoms-model/<class> in your .ts code.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback