Skip to content

v2.2.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@stormslowly stormslowly released this 21 Aug 10:49
· 1 commit to main since this release
f97e76f

What's Changed

New Features 馃帀

  • feat: integrate module code generation to the new cache by @ahabhgk in #15194
  • feat(cache): add fine-grained new cache options by @hardfist in #15261

Performance 馃殌

  • perf(paths): intern ArcPath as a single-allocation prehashed path by @stormslowly in #15205
  • perf: use rayon parallel scheduling for new cache db by @ahabhgk in #15251

Bug Fixes 馃悶

  • fix(css): CSS module dashed identifier and composes edge cases by @intellild in #15223
  • fix: make Module.blocks and Module.dependencies fail gracefully while the module graph is under construction by @upupming in #15177
  • fix: preserve reexport call context in concatenation by @LingyuCoder in #15247
  • fix(cache): validate new cache version by @hardfist in #15237
  • fix(cache): use storage location for new cache by @hardfist in #15250
  • fix(ids): make compare_modules_by_pre_order_index_or_identifier a total order by @noyobo in #15260
  • fix: await async modules in ProvidePlugin by @HashemKhalifa in #15143
  • fix: refine binding code generation result error handling by @intellild in #15253
  • fix(resolver): restore tsconfig files as file dependencies by @stormslowly in #15264

Document 馃摉

Other Changes

New Contributors

Full Changelog: v2.2.0-beta.1...v2.2.0-rc.0