Latest update effects on custom code

Im not an experienced coder, but I have one custom component for my app, it’s an openlayers map.
I never really messed with the ww-config.js file and kept it as is, it looks like this:

export default {
editor: {
label: {
en: “My Element”,
},
},
properties: {
textColor: {
label: {
en: “Text color”,
},
type: “Color”,
defaultValue: “#F23636”,
},
},
};

Since the map occupies the whole page, I only used 100% height and Width in the weweb editor for this component and its been all i needed.

My question here after the latest Weweb update, do i need to change anything before republishing?
I have paying customers, so I really dont wanna risk the map not working after republishing after the 25th September update! Any help is appreciated! Thank you!

I read over the changes and i don’t believe I have to change anything as far as I understood. I need second opinions to confirm before republishing!

you can publish on staging and test that everything works as intended.

I have the Starter plan plus Business Seat, I dont think I can do that. I am paying over $100 a month and cant stage and test before publish which is ridiculous.

You most likely will be fine if there is nothing broken in the editor. But it’s never 100% sure.

1 Like

Thanks! will give it a try soon. Hopefully nothing breaks…

update: I republished and it worked fine!

1 Like