Skip to content

v1.0.0-rc.12

Choose a tag to compare

@github-actions github-actions released this 25 Mar 13:19
Immutable release. Only release title and notes can be modified.
917cc42

[1.0.0-rc.12] - 2026-03-25

🚀 Features

  • chunk-optimizer: skip circular dependency check when strict execution order is enabled (#8886) by @hyf0

🐛 Bug Fixes

  • emit build warnings during watch mode rebuilds (#8897) by @IWANABETHATGUY
  • lazy-barrel: load import-then-export specifiers when barrel has local exports (#8895) by @shulaoda
  • correct execution order of transferred CJS init calls (#8877) by @IWANABETHATGUY
  • mcs: entriesAware should calculate sizes without duplication (#8887) by @hyf0
  • non-deterministic chunk generation (#8882) by @sapphi-red
  • is_top_level incorrectly treats strict-mode scopes as top-level (#8878) by @Dunqing

🚜 Refactor

  • treeshake: migrate SideEffectDetector to Oxc's MayHaveSideEffects trait (#8624) by @Dunqing

🧪 Testing

  • make dev server tests deterministic by replacing fixed sleeps with event-driven polling (#8561) by @Boshen

⚙️ Miscellaneous Tasks

Co-authored-by: shulaoda 165626830+shulaoda@users.noreply.github.com