If you haven’t upgraded toDocumentation Index
Fetch the complete documentation index at: https://makeswift-openapi-sync-cosmos-pr-2639.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
0.15.0 please read the upgrading guide.
Migrate to @makeswift/runtime/controls
In version 0.0.7, we introduced a new@makeswift/runtime/controls module that replaces the deprecated @makeswift/runtime/prop-controllers. To upgrade, you’ll need to update your components to use controls from the new module.
Updating Imports
For most controls, you can simply update the import statement. Here’s an example for migrating theRichText control:
Special Cases
Some controls, likeList and Shape, require additional changes beyond updating the import statement. When using these controls, you’ll also need to update the controls used to define their types.
Refer to the documentation for each control to see if any special migration steps are necessary.