-
Notifications
You must be signed in to change notification settings - Fork 418
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
update CHANGELOG to v11.0.0 #694
Conversation
CHANGELOG.md
Outdated
* Improved popup menu UI and behaviour, resulting in the modification of some of the composing HTML elements and CSS classes. | ||
* The popup menu now exists outside of the canvas container. The `djs-parent` class was introduced to the canvas and popup menu roots. |
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.
Let's answer here two questions:
- What is breaking?
- How do I migrate to new version?
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.
I updated this
Let us release a pre-release first to incorporate in bpmn-js. I'd love to get #681 incorporated, too, which may be a breaking change (depending on how we spin it). |
@nikku What would this look like in terms of versioning? Something like |
Yes, cf. https://www.npmjs.com/package/diagram-js?activeTab=versions. To be published on the |
Setting this as draft and doing a pre-release for now. Will come back to this when we are ready for stable release |
I'll look into this as the contributor seems to be not active anymore. |
It's merged now. |
add8335
to
a955de3
Compare
Will also wait for #696. Feel free to already review the changes to the breaking changes text |
a955de3
to
41ea797
Compare
CHANGELOG.md
Outdated
* `FEAT`: drop KeyboardEvent.keyCode in favor of `code` ([#681](https://github.com/bpmn-io/diagram-js/pull/681)) | ||
* `FEAT`: introduction of `.djs-parent` class to canvas and popup menu root ([#687](https://github.com/bpmn-io/diagram-js/pull/687)) | ||
* `FEAT`: new popupMenu UI featuring menu and group titles, search, entry descriptions and documentation urls ([#687](https://github.com/bpmn-io/diagram-js/pull/687), [#696](https://github.com/bpmn-io/diagram-js/pull/696), [#697](https://github.com/bpmn-io/diagram-js/pull/697), [#699](https://github.com/bpmn-io/diagram-js/pull/699)) |
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.
In the spirit of only valuable changes to the CHANGELOG and since this is a whole new feature, I added the main PR and small follow-us as one topic. Let me know what you think
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.
Usually we link the issue if it's in the same repo. In this case, you could link #686
605a1b8
to
d4fe575
Compare
Co-Authored-By: Nico Rehwaldt <[email protected]> Co-Authored-By: Maciej Barelkowski <[email protected]>
89322f8
to
0a592ef
Compare
Context: release new popup menu to be integrated into bpmn-js