forked from netcreateorg/netcreate-2018
-
Notifications
You must be signed in to change notification settings - Fork 1
v1.5.0 January 2024 Data Collection #117
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
Merged
Conversation
This file contains hidden or 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
…tcreate-itest into dev-bl/ncnode-ui # Conflicts: # app/view/netcreate/components/NCAutoSuggest.jsx # app/view/netcreate/components/NCSearch.jsx
This needs to be refactored anyway. This just catches errors.
New Node and Edge UI Components
… to allow edits since it was coming up too easily.
… want them but otherwise not an issue. Exploring putting the text on-screen.
…to un-center the text on edges.
_ur and _ur/_lib organization, writing a fork manager prototype in ur runner
2022: adds class fields, object.hasOwn, Error.cause 2021: logical assignment ||=, numeric separators 123_00 is 123, Promise.any, String.replaceAll, WeakRef, FinalizationRegistry 2020: String.matchAll, import(), BigInt, Promise.allSettled(), globalThis, for-in, optional chaining, null coalescing
…rep for future) NetCreate 2018 does not have a single obvious place where the Node and Edge structures are defined. It currently exists in the EdgeEditor and NodeSelector UI handler code...yikes!
… support these will all have common APIs and means for communicating
…the edge instead. #53
# Conflicts: # app/view/netcreate/components/NCNode.jsx
Feature: "Cancel" newly-created unsaved node/edge removes it
…ambiguate duplicate node labels
…no hover, no clicking to change name.
Feature: Structure Research Logs
…ssage for label input focus.
…emediation strategies NOTE: At least one other node has the same name. Use search or the node table to check the others.
…to support highlighting a node in the graph.
…nes whether the NCAutoSuggest is being used for an NCSearch field, or a NCEdge's `source` or `target` field
…e highlighting the node in the graph.
…tial match string retains the search string.
…t create a new node with "Enter"
… cover the button
Fixes: Gracefully handle duplicate Node labels
# Conflicts: # README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
v1.5.0 for January 11, 2024 Data Collection
Significant Features
v1.5.0 introduces a two new significant features:
Minor Features
&&
and||
in search strings. Feature: Add filters using&&
or||
in strings. #105weight
property that determines the width of the edge. #285Developer Improvements
v18.18.2
(was v18.16.0 and v10.22.0) update-node-v18: nvmrc now v18.18.2 #89, Build System: Update NodeJS, Build Directories #2, Add NPM Version Detection on Startup #1npm
version detection now shows errors and instructions for handling Apple Silicon (ARM) processors Add NPM Version Detection on Startup #1And many other infrastructure and minor fixes.
Caveats
template-schema.js
) will corrupt your template. See Template editor wipes out hand-added fields sometimes #115.