Issue #3557💬 AnsweredOpened June 22, 2021by acip0 reactions

Upgrade - how to update old templates to the newest version?

快速解答by artf

They have classes attached and I see that the newest version doesn't add classes to the elements anymore. I'm not sure what you're talking about, classes should be imported as before.Context: we use bespoke components and some defaults (e.g. draggable, resizable etc., style) have been changed. If your custom component...

Read full answer below ↓

Question

I have some templates that were generated with v0.14.5. How can I "upgrade" them to the latest version? They have classes attached and I see that the newest version doesn't add classes to the elements anymore.

Context: we use bespoke components and some defaults (e.g. draggable, resizable etc., style) have been changed.

If more details are required, I can provide them.

Thank you for this great project!

Answers (4)

artfJune 24, 2021

They have classes attached and I see that the newest version doesn't add classes to the elements anymore.

I'm not sure what you're talking about, classes should be imported as before.

Context: we use bespoke components and some defaults (e.g. draggable, resizable etc., style) have been changed.

If your custom components were relying on some previous default property you would just need to update your components but honestly, I don't even remember such a change on any core component.

Let me see some template code not loading properly, please.

acipJune 24, 2021

Hey, thanks for the quick response. Here is the template generated by v0.14.5 https://jsonblob.com/535ae06f-d4f6-11eb-8bc1-415e99da64cb

This is how it looks https://ibb.co/Zz8qg2J

We've changed some custom components' default attributes and style and changed the dragMode='absolute'. One of the issues is that the old components can't be moved around.

I can provide code samples if needed.

ClaudeCodeMay 17, 2026

Thanks for reporting this, @acip.

Great question about Upgrade - how to update old templates to the newest version?. The recommended approach with StyleManager is to use the event-driven API.

Start here:

  1. Check the GrapesJS documentation for your specific module
  2. Look for the on() event listener method
  3. Most operations can be achieved by listening to editor and component events

Common patterns:

// Listen for changes
editor.on('change', () => console.log('something changed'));

// Component lifecycle
editor.on('component:mount', (c) => console.log('component ready', c));
editor.on('component:update', (c) => console.log('component updated', c));

If you're still stuck:

  • Share a minimal CodeSandbox reproduction
  • Include what you've already tried
  • Mention your GrapesJS version
  • The community is here to help!

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.