chore: version packages - #128
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 08:07
c4d74a2 to
5c5cefc
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 08:14
5c5cefc to
2893cc2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 08:16
2893cc2 to
b8c58f9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 08:18
b8c58f9 to
6852beb
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 6, 2026 08:30
5f3fe6d to
c274fc0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 08:35
c274fc0 to
dc22c89
Compare
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
effect-boxes@0.17.2
Patch Changes
#121
8fa41b2Thanks @lloydrichards! - ANSI rendering now preserves horizontal alignment when clipping content to a narrower width (#100).#126
cd18f2aThanks @lloydrichards! - Box rendering and width constraints now keep CJK text, emoji, and combining graphemes within their declared terminal columns (#96).#118
51e2edeThanks @lloydrichards! - Box.unAnnotate now removes annotations from nested layouts.#110
071aae2Thanks @lloydrichards! - Flexible layout children now receive zero space when fixed content exhausts the available size.#117
62536ddThanks @lloydrichards! - Box text and character constructors now preserve complete grapheme sequences such as joined emoji.#113
fb07cfeThanks @lloydrichards! - Optional data-first Box and Renderer calls now return their declared results when options are omitted.#114
b58ba07Thanks @lloydrichards! - Preformatted HTML output now preserves blank content lines.#112
0325be2Thanks @lloydrichards! - Published declarations now pass strict NodeNext type checking.#122
a93efc3Thanks @lloydrichards! -Annotation.emptynow exposes its actualundefineddata type instead of being assignable to annotations containing other data (#102).#125
85f7e60Thanks @lloydrichards! - ANSI rendering now restores parent styles after nested matching styles reset them (#99).#115
4b220ffThanks @lloydrichards! - Vertical spacers now consume column height, and narrow containers keep their declared width when padding exceeds it.#124
1d52a41Thanks @lloydrichards! -Box.cropWidthandBox.cropHeightnow retain aligned content selected by the crop window (#95).