-
Notifications
You must be signed in to change notification settings - Fork 8
!!!FEATURE: Neos 9.0 compatible #31
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
Conversation
- NOT tested so far
Useing esbuild and remove plowjs
Fixed the error in 920bca4 |
I found the problem and made a mistake using the Graph. Now I can easily find diagrams and reuse them. mxgraph.mp4 |
When Neos 9 is released we can adjust the beta20 constraint and hope it is ok that I use LazyDataSource already in a new major, as it will be a major version for 9.0 I bet. |
FYI: I'm working on it over here and will commit to this PR when I'm done: https://github.com/JamesAlias/MxGraph/tree/neos9 I could spam my WIP commits here, but I thought I keep this PR clean for now^^ Easy way to see changes: markusguenther/MxGraph@neos9...JamesAlias:MxGraph:neos9 |
@markusguenther I created a PR with all the fixes and adjustments: markusguenther#1 I am not sure about using inline styles for alignment, but it works. There are 2 TODOs that can be removed, but I feel like the
|
Closed in favour of #32 |
Making the Backend part and Neos-UI part Neos 9.0 compatible. This is a followup of @Jan3k3y PR!