Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: formatjs/formatjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @formatjs/unplugin@1.1.4
Choose a base ref
...
head repository: formatjs/formatjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @formatjs/unplugin@1.1.5
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 23, 2026

  1. fix(@formatjs/unplugin): add flatten option to match babel-plugin-for…

    …matjs ID generation (#6178)
    
    When `flatten=true`, apply `printAST(hoistSelectors(parse(message)))`
    before generating the ID, matching the behavior of babel-plugin-formatjs
    and the Rust formatjs_cli. Previously the Vite plugin only applied
    simple whitespace normalization, producing a different hash input and
    therefore different IDs.
    
    Fixes #6177
    
    Generated with [Claude Code](https://claude.ai/code)
    
    ---------
    
    Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
    longlho and github-actions[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9cc3087 View commit details
    Browse the repository at this point in the history
  2. build: publish

     - @formatjs/unplugin@1.1.5
    github-actions[bot] committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    7b2da30 View commit details
    Browse the repository at this point in the history
Loading