-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Preview Append #1985
Preview Append #1985
Conversation
11a74b9
to
5c3650a
Compare
3ce5c33
to
c741f7b
Compare
820b626
to
ff56183
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mark BpmnRenderer changes as breaking? We are removing parts of the public API.
Other than that it looks good to me. I love how it improves the UX of the editor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a bug to me! :( |
* fill, stroke, width and height can be overridden * no other attributes can be overridden * public API only exposes renderers for actual BPMN elements Closes #1990
* since the renderer now accesses `eventDefinitions` through the getter it's lazily instantiated and therefore not undefined; the tests should assume undefined in the first place * remove unused `bpmnReplace` dependencies
ff56183
to
6a903cd
Compare
Ready for another review. |
Let's release it! 🚀 |
Changes
fill
,stroke
,width
andheight
can be overriddenFollow-Ups
Closes #1990