Skip to content

fix: default splitAttrs in renderQueue - #99

Merged
cristinecula merged 1 commit into
mainfrom
fix/renderqueue-default-splitattrs
Aug 20, 2026
Merged

fix: default splitAttrs in renderQueue#99
cristinecula merged 1 commit into
mainfrom
fix/renderqueue-default-splitattrs

Conversation

@cristinecula

Copy link
Copy Markdown
Contributor

Summary

  • renderQueue didn't default splitAttrs when omitted, leaving initial-size/min-size unset → cosmoz-resizable-view fell back to flex-basis: auto (content-sized) for the list pane
  • Combined with omnitable's fixed-px cell widths, this created a self-sustaining resize loop ("dancing omnitable")
  • Now defaults to initialSize: '50%' / minSize: '100', matching the queue() helper's existing default (since 2.13.1)

@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 825d3e3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@neovici/cosmoz-queue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-20 11:04 UTC

@cristinecula
cristinecula merged commit 0f8459d into main Aug 20, 2026
8 checks passed
@cristinecula
cristinecula deleted the fix/renderqueue-default-splitattrs branch August 20, 2026 11:03
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