The Navigation Sidebar has been reorganized around a split pane that shows your pages and the Elements Panel at the same time, and you can now sort elements directly in the Elements Panel.

For details, see The basics.
Select an element in the Canvas or Elements Panel in the left sidebar and press an arrow key to move it within its parent, without dragging it.
Some resource changes affect more than one page. Resource References show all of the places a resource is used, so you can add, edit, and delete resources with confidence.

References are tracked through pages and regions, not through global components or text styles. A color that is used inside a global component that is used on 3 pages will report as being used on 3 pages. If that global component is not used on any pages or regions, the color will show no resource references.
For details, see Resource References.
The Copy diagnostics item in the Visual Builder Help menu has been replaced with Diagnostics, which opens a dialog where you can review diagnostic information before sharing it.

For details, see Diagnostics.
The documentation site now shows availability badges in the sidebar navigation, making it easier to spot the status of a page before you open it. This is a documentation-site improvement, not a change to Makeswift itself.
Apps are out of Early Access and available to everyone. You no longer need to enable an early access setting before creating an app to authenticate with the Makeswift REST API.
For details, see Authentication.
The IconRadioGroup control adds an icon-based radio group panel to the Makeswift builder, letting developers offer visual icon options for component properties like alignment, layout direction, or style variants.

"text-align-left", "arrow-right") or use the IconRadioGroup.Icon accessorvalue as a typed string to your componentFor full documentation, see the IconRadioGroup control reference.
We’ve added a dedicated AI Agent Setup page that walks you through connecting the Makeswift docs to your AI tool — so it can answer questions grounded in our documentation instead of guessing.
Powered by the docs site’s MCP server at https://docs.makeswift.com/_mcp/server.
Thanks to your feedback, the header logo is now a site switcher. Click the logo at the top-left of any page to open a dropdown and jump straight to the BigCommerce or Feedonomics docs without leaving your tab.

Keep the feedback coming.
The Slider control adds a draggable slider to the Makeswift builder, letting content teams set a number prop within a range you define instead of typing a raw value.

min, max, and step constrain the values a content editor can set.showInput to true to display an input field alongside the slider for precise values.number prop — Your component receives a number, or undefined when no value is set and no defaultValue is provided.For full documentation, see the Slider control reference.