-
Notifications
You must be signed in to change notification settings - Fork 33
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
refactor: [POC] investigate replacement of mxGraph by [email protected] (2nd attempt) #2756
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tbouffard
added
poc 💫
Experimentation to discuss about future implementation. Not intended to be merged
mxgraph integration
Something involving mxGraph (be aware of EOL)
labels
Jul 4, 2023
…se (no mx in names)
…e feature available in maxGraph)
POC completed, I am going to create a new poc based on the same commit on the master branch and maxGraph v0.10.0 to validate that this new version of maxGraph provides most improvements we need. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
mxgraph integration
Something involving mxGraph (be aware of EOL)
poc 💫
Experimentation to discuss about future implementation. Not intended to be merged
WIP 🚧
Pull request in progress and/or not ready for review. Used in addition to marking it as draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a POC and it is not intended to be merged into master, so don't expect to find a high quality code here! 😺
This is a continuation of #2366
Please don't rebase on
master
. If necessary, merge the master branch but instead we will create a new POC with the latest changes from the master branch.Start from master e8fa907 (0.37.0 with dev dependencies update only)
Purpose
master
branch to ease the future migration and improve testsmaxGraph
community and if possible fixes that we integrated in this PR as workaroundmaxGraph
releasesStatus
This POC is completed.
// TODO [email protected]
. Most tasks are related to changes to do with newer versions of maxGraphDemo: navigation, theme and label position
See #2756 (comment)
PR_2756_2nd_poc_maxgraph-0.1.0_fc95b24_navigation_theme_ok.mp4
Demo: Overlays, CSS and Style Update API
PR_2756_2nd_poc_maxgraph-0.1.0_c17cb046_elements-identification_OK.mp4
Improvements ported to the
master
branchStyleComputer
#2835Detected maxGraph issues
setStyleFlag
maxGraph/maxGraph#377Remaining tasks
Handle TODO in the code
CSS classes not applied with the API
Update Style API: make it work
Rework the tests