New features

Illustration of a component using multiple richtext controls

Composable Style Control

Version `0.7.18` of `@makeswift/runtime` makes our `Style` control composable. You can use it within the `List` and `Shape` to visually control the CSS properties of different sections of your component. With this update, our control API is entirely composable within `List` and `Shape` controls, which means controlling sections of your website has never been easier.

improvements & fixes

  • Fixed a bug that prevented creating a new page from a template
  • Fixed a bug where the `RichText` control’s selection was visually lost when editing in the right sidebar
  • Fixed a bug where links didn’t work in preview mode
  • Updated web3 example to work with recent thirdweb SDK changes
  • Updated how `@makeswift/runtime` enters preview mode to work with Next.js `v13.3.0`

Go ahead and build.

Don't have a Next.js project yet? Get started with our no code builder and extend when you're ready.

Arrow pointing down

Integrate your Next.js app