Skip to content

[ci] release - #102

Merged
cristinecula merged 1 commit into
mainfrom
changeset-release/main
Aug 20, 2026
Merged

[ci] release#102
cristinecula merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@neovici/cosmoz-queue@2.14.1

Patch Changes

  • 0f8459d: Fix: default splitAttrs in renderQueue to prevent layout feedback loop

    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). Direct renderQueue callers are now protected the same as queue() consumers.

  • 7182042: Fix: guard persist attribute with ifDefined in renderQueue

    When persistKey was undefined, persist=${persistKey} rendered persist="" (empty attribute). pion's attributeChangedCallback converts ""true, so cosmoz-resizable-view received persist = true → persisted split state under a shared cosmoz-resizable-view:true:horizontal localStorage key, cross-contaminating all queue views that don't pass a settingsId.

    Using ifDefined omits the attribute entirely when persistKey is undefined, so persistence stays disabled as intended.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 51f34e4 to e3a6349 Compare August 20, 2026 11:15
@github-actions

github-actions Bot commented Aug 20, 2026

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

@cristinecula
cristinecula merged commit 03ace55 into main Aug 20, 2026
7 checks passed
@cristinecula
cristinecula deleted the changeset-release/main branch August 20, 2026 11:26
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.

1 participant