Skip to content

Version Packages - #2199

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#2199
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 10, 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 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

Patch Changes

  • #2191 c595094 Thanks @tassoevan! - fix(fuselage): Let direction-aware CSS reach the browser

    postcss-logical was compiling every logical property in the sources down to hardcoded left-to-right physical ones, and postcss-dir-pseudo-class was replacing :dir(rtl) with the weaker [dir="rtl"] ancestor selector, which only matches under an explicit dir attribute. Both now ship as authored, so margin-inline-start, inset-inline-end and the rest flip in right-to-left documents instead of staying pinned to the left, and :dir() matches an element's own directionality — including dir="auto" resolved from its content. Left-to-right rendering is unchanged.

  • #2191 c595094 Thanks @tassoevan! - fix(fuselage): Publish separate development and production stylesheets

    Both webpack modes emitted dist/fuselage.css, so the production stylesheet overwrote the development one — but with source maps off in production, nothing overwrote dist/fuselage.css.map, leaving a map that described a file no longer there. dist/fuselage.css is unchanged and remains the minified stylesheet to import; the development build now emits dist/fuselage.development.css alongside a source map that matches it.

  • #2191 c595094 Thanks @tassoevan! - fix(fuselage): Build the package with Vite instead of webpack

    The bundler changed and the published bundles changed with it.
    dist/fuselage.production.js drops from 216KB to 126KB (44KB to 32KB
    gzipped) and dist/fuselage.development.js from 613KB to 271KB, because
    Rollup 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.css is unchanged apart from the font reference, now
    url(./fonts/InterVariable.woff2) instead of url(fonts/InterVariable.woff2)
    — both resolve relative to the stylesheet.

    One artifact is lost: dist/fuselage.development.css.map is no longer
    published. 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

@rocket.chat/fuselage-tokens@0.35.0

Minor Changes

@rocket.chat/icons@0.50.0

Minor Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 10 times, most recently from 7f20321 to 04d409b Compare September 11, 2026 14:07
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 04d409b to e38f0cb Compare September 11, 2026 15:14
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.

0 participants