Skip to content

chore: version packages - #247

Merged
tenphi merged 1 commit into
mainfrom
changeset-release/main
Jul 29, 2026
Merged

chore: version packages#247
tenphi merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

@tenphi/tasty@2.11.0

Minor Changes

  • #246 6ae0b6a Thanks @tenphi! - inset's dock modifier now takes a second value for the spanned sides.

    Values are consumed positionally by the named directions — inset: '1x 2x left right' sets left 1x and right 2x — so the value after the directional ones now applies to the perpendicular pair a dock spans:

    inset: '2x 4x bottom dock'  ->  inset: auto 32px 16px 32px   (bottom 2x, sides 4x)
    inset: '2x 4x right dock'   ->  inset: 32px 16px 32px auto   (right 2x, top/bottom 4x)
    

    With no second value the span keeps reusing the edge's own value, so inset: 'bottom dock' and inset: '2x bottom dock' are unchanged.

    dock is intended for a single edge; combining it with several directions has no well-defined meaning.

@tenphi
tenphi merged commit ac952c1 into main Jul 29, 2026
2 checks passed
@tenphi
tenphi deleted the changeset-release/main branch July 29, 2026 12:25
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