What's Changed
See Announcing Rspack 1.3 for more details.
Breaking Changes 🛠
- feat(deps)!: update SWC version to 16.5.0 by @GiveMe-A-Name in #9671
Performance Improvements ⚡
Exciting New Features 🎉
- feat: support module subtype in js side by @SyMind in #9613
- feat: implement
module.generator.json.JSONParse
by @colinaaa in #9666 - feat: support read
NormalModule.loaders
by @ahabhgk in #9664 - feat: incremental for new code splitting by @JSerFeng in #9667
- feat: add extends property in config options by @hulin32 in #9617
- feat: externals getResolve callback third argument by @ahabhgk in #9681
- feat: js api support instranceof AsyncDependenciesBlock by @SyMind in #9661
- feat: add file permission bits on copy by @hulin32 in #9650
- feat(copyRspackPlugin): align transform api with webpack plugin by @fireairforce in #9714
- feat: introduce par_iter_then_collect by @quininer in #9736
- feat: implement CircularDependencyRspackPlugin by @faultyserver in #8876
- feat!: introduce lazy compilation middleware by @JSerFeng in #9515
- feat: support experiments build http by @ScriptedAlchemy in #9741
- feat: enable parallel code splitting by default by @JSerFeng in #9059
- feat: support alias false by @ahabhgk in #9809
- feat(compiler-builder): support
BuilderError
by @h-a-n-a in #9627
Bug Fixes 🐞
- fix(commonjs-static): export unprovided variables by @fi3ework in #9630
- fix: define with recursion value by @ahabhgk in #9646
- fix: revoke dependency clean dependency at module and block by @jerrykingxyz in #9638
- fix(core): use future_scope to run parallel future by @hardfist in #9637
- fix: remove outdata compilation error by @SyMind in #9697
- fix: rename loader item request to loader by @ahabhgk in #9704
- fix: should convert diagnostic.loc to string by @JSerFeng in #9695
- fix: napi register module twice by @stormslowly in #9648
- fix: improve diagnostic messages for Subresource Integrity plugin by @chenjiahan in #9725
- fix(module_federation_runtime_plugin): add support for root output dir by @ScriptedAlchemy in #9620
- fix(rspack_plugin_mf): Track all referenced chunks by @ScriptedAlchemy in #9707
- fix: source map line mapping bug by @SyMind in #9712
- fix: getter and setter type in module subtype by @SyMind in #9772
- fix(css): local_names may be None by @inottn in #9748
- fix: array in asset info by @SyMind in #9774
- fix: import-assertion test case should not run in node 16 by @SyMind in #9777
- fix: optimize circular-dependency-check log by @fireairforce in #9776
- fix(modern-module): correct count non export star connections by @fi3ework in #9784
- fix:
getModuleId
should return number for deterministic moduleIds by @ahabhgk in #9785 - fix: compilation.*_dependencies iterator ignore added items when sync call by @jerrykingxyz in #9782
- fix: call invalid hook for
watching.invalidateWithChangesAndRemovals()
by @ahabhgk in #9789 - fix: align ExternalModule module type with webpack's implementation by @ScriptedAlchemy in #9791
- fix: buildHttp upgrade false by @ahabhgk in #9801
- fix(plugin_http): implement respond_with_url_module by @ScriptedAlchemy in #9800
- fix: sort diagnostics before push to compilation by @JSerFeng in #9824
Document Updates 📖
- docs: improve publicPath with more details and examples by @chenjiahan in #9629
- docs: add
entrypoint.getEntrypointChunk
to documentation by @ahabhgk in #9641 - docs: add new customer by @kwonoj in #9649
- docs: Writing Plugins Compatible with Rspack and Webpack by @SyMind in #9658
- docs: improve docs for amd by @ahabhgk in #9674
- docs(zh): fix typo in contribute/index.mdx by @coding-ice in #9680
- docs: apply new theme colors to the documentation site by @chenjiahan in #9689
- docs: correct
experiments.outputModule
default value by @chenjiahan in #9694 - docs: improve loader related documentations by @chenjiahan in #9718
- docs: polish
extends
configuration and blog titles by @chenjiahan in #9719 - docs: add afterProcessAssets and shouldEmit example by @9aoy in #9746
- docs: add guide for assets base path by @chenjiahan in #9749
- docs: add
modern-module
docs by @Timeless0911 in #9806 - docs: improve lazy compilation guide by @chenjiahan in #9819
Other Changes
- chore: release v1.2.8 by @SyMind in #9621
- chore:
use
statements for better clarity and consistency by @reddevilmidzy in #9578 - chore(deps): update npm dependencies by @renovate in #9632
- chore(deps): update pnpm to v9.15.9 by @renovate in #9633
- chore(deps): update github-actions by @renovate in #9631
- test: modify concurrent to 5 to increase the config test concurrency by @LingyuCoder in #9628
- test(modern-module): add snapshot test by @fi3ework in #9640
- test(webpack): Sync new webpack cases tests by @KuSh in #9639
- chore(deps): update Rspress to 2.0.0-alpha.2 by @chenjiahan in #9647
- chore(deps): update dependency lint-staged to ^15.5.0 by @renovate in #9651
- test(webpack): Sync new webpack fixtures and hotCases tests by @KuSh in #9642
- chore: upgrade @rspack/dev-server and webpack-dev-server by @LingyuCoder in #9660
- chore: clean unused test dev dependencies by @LingyuCoder in #9662
- chore: test mac on main branch by @hardfist in #9673
- chore(deps): update dependency css-loader to v7 by @renovate in #9653
- test(webpack): Sync new webpack watchCases tests by @KuSh in #9644
- test(webpack): Sync new webpack statsCases tests by @KuSh in #9643
- test(webpack): Sync new webpack configCases/css tests by @KuSh in #9655
- refactor: remove async-scope by @hardfist in #9677
- chore: remove unused feature for lightningcss by @hardfist in #9682
- test: ecosystem CI add plugin test by @stormslowly in #9670
- chore: remove zod from exports by @ahabhgk in #9688
- chore(deps): update webpack-bundle-analyzer and webpack-merge by @renovate in #9615
- chore(deps): update dependency @swc/core to v1.11.9 by @renovate in #9520
- chore: disable lto for ci by @hardfist in #9686
- refactor: modify
module.code_generation
to async fn by @LingyuCoder in #9626 - chore: only keep one bench entry in bench by @hardfist in #9693
- chore(deps): update dependency @module-federation/runtime-tools to v0.11.0 by @renovate in #9593
- chore: cargo fmt imports_granularity set crate by @SyMind in #9672
- chore: change frozen-lockfile default value to true by @hardfist in #9698
- refactor: remove
block_on
in rspack_storage by @LingyuCoder in #9700 - chore: update rspack-resolver to v0.5.3 by @ahabhgk in #9702
- refactor: async
runtime_module.generate
by @LingyuCoder in #9701 - chore: disable tokio lifo optimization by @hardfist in #9706
- refactor: remove
block_on
in runtime modules by @LingyuCoder in #9708 - chore: revert "chore: disable tokio lifo optimization" by @hardfist in #9711
- refactor: async render chunk hooks by @LingyuCoder in #9709
- release: 1.3.0-beta.0 by @SyMind in #9715
- refactor: remove
block_on
in devtool by @LingyuCoder in #9717 - chore: bump swc to v16.7.0 by @GiveMe-A-Name in #9720
- refactor: remove
block_on
in split chunk name and test by @LingyuCoder in #9722 - chore(deps): update npm dependencies by @renovate in #9729
- refactor: remove
block_on
in split chunk filter by @LingyuCoder in #9732 - test: enable concurrent mode of
block_on
related test cases by @LingyuCoder in #9735 - refactor: remove
block_on
in asset generator by @LingyuCoder in #9733 - chore: add rayon worker name and forbid block_on by @hardfist in #9734
- test(webpack): Sync new webpack configCases tests: dll-plugin and web by @KuSh in #9739
- test(webpack): Remove unneeded, always truthy test filters by @KuSh in #9743
- test(webpack): Sync new webpack configCases tests: runtime and source-map by @KuSh in #9740
- test(webpack): Sync new webpack configCases tests: asset-modules, container, ecmaVersion and wasm by @KuSh in #9742
- chore(deps/test-tools): add ghost dependences by @stormslowly in #9754
- chore(deps): update github-actions by @renovate in #9728
- chore(deps): update dependency @swc/plugin-remove-console to v7 by @renovate in #9652
- chore: Consolidate and organize
use
statements for better readability by @reddevilmidzy in #9751 - refactor: remove blocking_call_with_sync in module layer filter by @LingyuCoder in #9757
- refactor: async ids hooks and remove blocking in progress plugin by @LingyuCoder in #9758
- refactor: remove blocking call in json parser and SRI plugin by @LingyuCoder in #9760
- chore(deps): update rspress to v2.0.0-alpha.5 by @renovate in #9763
- chore(deps): update dependency mermaid to ^11.5.0 by @renovate in #9764
- refactor: async process runtime requirements by @LingyuCoder in #9750
- test(webpack): Sync new webpack configCases tests #5 by @KuSh in #9767
- test(webpack): Sync new webpack configCases tests #6 by @KuSh in #9768
- test(webpack): Sync new webpack configCases tests #7 by @KuSh in #9769
- chore: import-assertion test case run failed by @SyMind in #9781
- chore(deps): bump swc to 16.10.0 by @GiveMe-A-Name in #9773
- refactor: async module hash by @LingyuCoder in #9779
- refactor(rspack): simplify relative path check in stringifyRequest function by @Simon-He95 in #9788
- chore: fix typo by @Simon-He95 in #9790
- chore: release v1.3.0-beta.1 by @SyMind in #9775
- chore(deps): update rspress to v2.0.0-alpha.6 by @renovate in #9795
- refactor: async lazy compilation test tsfn by @LingyuCoder in #9762
- refactor: async parser_and_generator hashing by @LingyuCoder in #9792
- refactor: async hooks in rust by @LingyuCoder in #9799
- chore(deps): update github-actions by @renovate in #9793
- refactor: clean threadsafe function methods by @LingyuCoder in #9803
- chore(deps): update rspress to v2.0.0-alpha.7 by @renovate in #9805
- refactor: async public path by @LingyuCoder in #9808
- refactor: use
Filename
uniformly by @LingyuCoder in #9813 - refactor: async filename rendering by @LingyuCoder in #9814
New Contributors
- @reddevilmidzy made their first contribution in #9578
- @kwonoj made their first contribution in #9649
- @coding-ice made their first contribution in #9680
- @fireairforce made their first contribution in #9714
Full Changelog: v1.2.8...v1.3.0