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

Workspace fixes #858

Merged
merged 5 commits into from
Jan 3, 2020
Merged

Workspace fixes #858

merged 5 commits into from
Jan 3, 2020

Conversation

texodus
Copy link
Member

@texodus texodus commented Jan 3, 2020

New resize/minimum-size behavior for perspective-workspace, as well as support for discrete resize. Also a culmination of fixes resulting from review of recent commits:

  • Updates to the perspective-bench suite which allow more granular seleciton of Arrow related benchmarks (for testing the to-arrow branch).
  • Improvements to all asset build sizes due to lodash.
  • Added missing license headers.
  • Fixed jumpy resize behavior in perspective-viewer-d3fc

if (!viewer.notifyResize) {
console.warn("Warning: not bound to real element");
} else {
const resize_observer = new MutationObserver(() => viewer.notifyResize.call(viewer));
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this breaks @finos/perspective-jupyterlab widget.

@texodus texodus merged commit 0d0b968 into master Jan 3, 2020
@texodus texodus deleted the phosphor-fixins branch January 3, 2020 18:27
@texodus texodus restored the phosphor-fixins branch January 3, 2020 18:27
@texodus texodus deleted the phosphor-fixins branch January 3, 2020 18:27
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.

3 participants