Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Camunda Modeler 5 #10

Open
Skaiir opened this issue Mar 17, 2022 · 1 comment
Open

Updates for Camunda Modeler 5 #10

Skaiir opened this issue Mar 17, 2022 · 1 comment

Comments

@Skaiir
Copy link

Skaiir commented Mar 17, 2022

Hello, Valentin from Camunda here.

With Camunda Modeler 5.0.0 we are making some changes to how we handle plugins.

First off, our docs have moved here.

In short, plugins now work for Cloud bpmn-js diagrams, and will automatically be picked up. This plugin was identified as non breaking but also without any use in cloud bpmn diagrams (yet anyways). If you'd like to opt-out of cloud diagrams, you'll have to use the new plugin registration helper functions that were shipped in https://github.com/camunda/camunda-modeler-plugin-helpers v5.0.0, i.e replacing registerBpmnJSPlugin with registerPlatformBpmnJSPlugin

Or you could extend the plugin to support Cloud, or keep it in this state, whatever you decide is best.

Note that opting out will break backwards compatibility, since those registration functions do nothing pre Camunda Modeler 5, so you may want to reference an older build of your plugin somewhere for people using older versions of Camunda Modeler, if you decide to go that direction.

Feel free to ask me anything about this 😄

@rnschk
Copy link
Collaborator

rnschk commented Mar 18, 2022

Hi Valentin,

thank you very much for getting in touch. A colleague of mine already share this article with me about migrating modeler plugins, so I am aware about Camunda Modeleder 5. I already tried some alpha version and I was happy to see tooltips directly, but still I was not aware of registerPlatformBpmnJSPlugin (Probably, I would stick to registerBpmnJSPlugin in order to stay backward compatible).

Updating references, checking general plugin-functionality and maybe support Camunda Cloud diagrams are all part of my todo-list, that I will hopefully check off very soon! 👍🏼

Greetings Florian 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants