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 sorting default to APPROX #2427

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

kumilingus
Copy link
Contributor

Description

The default cell sorting is changed to APPROX type.

Migration Guide

You can revert the change by setting the paper sorting option back to dia.Paper.sorting.EXACT.

paper.options.sorting = dia.Paper.sorting.EXACT;

However, it is recommended to refrain from using EXACT sorting for performance reasons and due to the existence of this issue.

@zbynekstara
Copy link
Contributor

you should remove explicit usage of APPROX also in examples folder

@zbynekstara zbynekstara merged commit fa5b94a into clientIO:dev Dec 12, 2023
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