Skip to content
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(editor): Upgrade to jsPlumb 5 #4989

Merged
merged 50 commits into from
Jan 30, 2023
Merged

Conversation

OlegIvaniv
Copy link
Contributor

No description provided.

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Dec 20, 2022
netroy
netroy previously requested changes Dec 22, 2022
Copy link
Member

@netroy netroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seem to be a lot of unrelated changes in this branch. I'm assuming because of a bad merge?
Can you please remove those changes?

# Conflicts:
#	packages/editor-ui/src/Interface.ts
#	packages/editor-ui/src/views/NodeView.vue
#	pnpm-lock.yaml
Copy link
Contributor

@mutdmour mutdmour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome job.. nitpicks are suggestions, feel free to address what you agree with.. also found a couple of bugs related to stickies, added to reviews page.

packages/editor-ui/src/stores/ui.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/utils/nodeViewUtils.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/utils/nodeViewUtils.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/utils/nodeViewUtils.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/utils/nodeViewUtils.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/stores/canvas.ts Outdated Show resolved Hide resolved
packages/editor-ui/src/views/NodeView.vue Outdated Show resolved Hide resolved
packages/editor-ui/src/views/NodeView.vue Outdated Show resolved Hide resolved
packages/editor-ui/src/views/NodeView.vue Outdated Show resolved Hide resolved
});
this.instance.bind(EVENT_CONNECTION_MOUSEOVER, (connection: Connection) => {
try {
if (this.exitTimer !== undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the timers worked better when they were not global, but tied to connection state.. for example if you put two connections next to each other and hover quickly between them, it's easy to get stuck in a hover state without actions.. not the biggest issue..

mutdmour
mutdmour previously approved these changes Jan 30, 2023
@netroy netroy dismissed their stale review January 30, 2023 16:54

approved by others

@netroy netroy removed their request for review January 30, 2023 16:54
@OlegIvaniv OlegIvaniv merged commit 7665017 into master Jan 30, 2023
@OlegIvaniv OlegIvaniv deleted the n8n-5166-migrate-to-jsplumb-5 branch January 30, 2023 17:20
@n8n-assistant n8n-assistant bot added the Upcoming Release Will be part of the upcoming release label Jan 30, 2023
MiloradFilipovic added a commit that referenced this pull request Jan 31, 2023
* master:
  refactor(core): Luxon dependency update (#5301)
  feat(Notion Node): Add image block (#5237)
  fix(Set Node): Fix behaviour when selecting continueOnFail & PairedItem (#5257)
  feat(editor): Continue to show mapping tooltip after dismiss (#5289)
  refactor(editor): Upgrade to jsPlumb 5 (#4989)
  feat(core): Export OpenAPI spec for external tools (#5294)
  refactor: Clean up workflow stats test file (#5282)
  docs(Postgres Node): Remove overkill notice for postgres & paireditem (#5291)
  fix(n8n Trigger Node): Use the new icon for N8N Trigger node (no-changelog) (#5290)
  fix(editor): Add SMTP info translation link slot (#5288)
  refactor(core): Load and validate all config at startup (no-changelog) (#5283)
  feat: Add multiple workflows text search filtering E2E test scenarios (no-changelog) (#5276)
  ci: Re-enable CI jobs on nodejs 14.x (no-changelog) (#5153)
  ci(editor): Update RunDataSchema test (no-changelog) (#5287)
  feat(editor): Add mapping support for data paths (#5191)
  test: Add unit testing to nodes (no-changelog) (#4890)
  ci(core): Fix docker nightly/custom image build (no-changelog) (#5284)
@janober
Copy link
Member

janober commented Feb 5, 2023

Got released with n8n@0.214.0

@janober janober removed the Upcoming Release Will be part of the upcoming release label Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants