0.15.0
please read the upgrading guide.
@makeswift/runtime/prop-controllers
. If you’re not using these APIs, you can safely skip this upgrade guide.@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.
RichText
control:
List
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.