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(dia.Paper)!: change the default connection point to 'boundary' #2489

Merged

Conversation

kumilingus
Copy link
Contributor

Description

Change the value of the defaultConnectionPoint option to boundary to make the diagrams more visually appealing by default.

Migration guide

To use the bbox connection point set the defaultConnectionPoint paper option as shown below:

new dia.Paper({
    /* ... */
    defaultConnectionPoint: { name: 'bbox' }
});

@kumilingus kumilingus changed the title refactor(dia.Paper)!: change the default connection point to \'bounda… refactor(dia.Paper)!: change the default connection point to 'boundary' Jan 18, 2024
@kumilingus kumilingus force-pushed the connection-point-default branch from 7a043e2 to bb529ee Compare January 19, 2024 14:45
@jamesgeorgewilliams jamesgeorgewilliams merged commit df012f3 into clientIO:dev Jan 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants