Version Packages - #2199
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
September 11, 2026 14:07
7f20321 to
04d409b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 15:14
04d409b to
e38f0cb
Compare
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 publish to npm yourself or setup this action to publish 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
@rocket.chat/fuselage@0.90.0
Minor Changes
#2164
a5f51e7Thanks @ivans-netto! - feat(fuselage): AddjoinedButtonGroup variant withghostbutton segments#2100
4eb68c8Thanks @tassoevan! - Restricts border radius and border width token namesPatch Changes
#2191
c595094Thanks @tassoevan! - fix(fuselage): Let direction-aware CSS reach the browserpostcss-logicalwas compiling every logical property in the sources down to hardcoded left-to-right physical ones, andpostcss-dir-pseudo-classwas replacing:dir(rtl)with the weaker[dir="rtl"]ancestor selector, which only matches under an explicitdirattribute. Both now ship as authored, somargin-inline-start,inset-inline-endand the rest flip in right-to-left documents instead of staying pinned to the left, and:dir()matches an element's own directionality — includingdir="auto"resolved from its content. Left-to-right rendering is unchanged.#2191
c595094Thanks @tassoevan! - fix(fuselage): Publish separate development and production stylesheetsBoth webpack modes emitted
dist/fuselage.css, so the production stylesheet overwrote the development one — but with source maps off in production, nothing overwrotedist/fuselage.css.map, leaving a map that described a file no longer there.dist/fuselage.cssis unchanged and remains the minified stylesheet to import; the development build now emitsdist/fuselage.development.cssalongside a source map that matches it.#2191
c595094Thanks @tassoevan! - fix(fuselage): Build the package with Vite instead of webpackThe bundler changed and the published bundles changed with it.
dist/fuselage.production.jsdrops from 216KB to 126KB (44KB to 32KBgzipped) and
dist/fuselage.development.jsfrom 613KB to 271KB, becauseRollup scope-hoists the modules rather than wrapping each one in webpack's
runtime. The exported API is identical: the same 282 names with the same
types, and components render the same markup.
dist/fuselage.cssis unchanged apart from the font reference, nowurl(./fonts/InterVariable.woff2)instead ofurl(fonts/InterVariable.woff2)— both resolve relative to the stylesheet.
One artifact is lost:
dist/fuselage.development.css.mapis no longerpublished. Vite emits no source map for extracted CSS in a build, so the
development stylesheet no longer has one.
Updated dependencies [
4eb68c8]:@rocket.chat/fuselage-tokens@0.35.0
Minor Changes
4eb68c8Thanks @tassoevan! - Restricts border radius and border width token names@rocket.chat/icons@0.50.0
Minor Changes
a3e9b14Thanks @ivans-netto! - feat(icons): Addfolder-staricon