New features

Code for custom breakpoints vs how it impacts the Makeswift UI

Custom Breakpoints

This past cycle at Makeswift we released custom breakpoints to make integrating existing sites even easier. Have a `tailwind.config.js` or existing media queries? No worries! Define breakpoints that match your existing configuration, and build your site in Makeswift on the viewports that make the most sense to you.

Under construction 🚧

We have been working on a site versioning system. It’s an upgrade on our publishing workflow that enables:

  1. Site publishing — the ability to preview which pages, colors, and typographies have changed, select which changes you want to include in your next version, and publish in a single interaction
  2. Publish rollbacks — the ability to see publish history and set your live site to a previous version
Sneakpeak of mockups for site publishing features

The underlying core of this versioning system works under a feature flag. We will keep you updated as we finish the remaining task necessary for a public release.

improvements & fixes

  • Upgraded the component tray with a search bar for quickly finding custom components
  • Updated the component tray UX to make component names more scannable
  • Fixed code splitting for `RichText` so dependencies aren’t included in production pages
  • Fixed a bug where you could select the entire page when editing a global component
  • Fixed a bug that prevented you from creating a page from a template
  • Fixed a bug with the file dropzone notification not having a background color
  • Updated the List control to not show a popup when the embedded control doesn’t have a panel
  • Fixed a rich text bug where rogue normalization was deleting text when you used inline styles
  • Fixed a rich text control bug where double-clicking the surrounding component entered the content mode

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