Skip to content

feat(node): Custom HMR Bundler Runtime & Client #3849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 31 commits into
base: module-reloaders
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ad446af
fix(enhanced): support OR || operations in SemVer (#3808)
ScriptedAlchemy Jun 3, 2025
43c1729
docs(website-new): add docs on resolving @mf-types generation behind …
YanPes Jun 3, 2025
c343589
fix: only inject ipv4 str in dev mode (#3813)
2heal1 Jun 4, 2025
f777710
feat(rsbuild-plugin): support generate MF SSR in Rslib (#3804)
2heal1 Jun 4, 2025
f432619
feat: support component data fetch in ssr mode (#3753)
2heal1 Jun 4, 2025
2faa3a3
chore(modern-js-plugin): keep the version of swc/helpers consistent w…
2heal1 Jun 4, 2025
b5e1640
chore(dts-plugin): check types archive url and optimize the error msg…
2heal1 Jun 4, 2025
cb7e0ee
docs: remove invalid type(Manifest) import (#3735)
2heal1 Jun 4, 2025
b6efa44
release v0.15.0 (#3822)
2heal1 Jun 5, 2025
544c2ba
docs: fix note format (#3823)
2heal1 Jun 5, 2025
6a35191
Update doc: fix missing translation (#3824)
catnipan Jun 9, 2025
d7edf3d
docs(website-new): fix code formatting on Federation Runtime example …
nickhall Jun 9, 2025
de350f3
fix(modern-js-plugin): adjust fetch type (#3825)
2heal1 Jun 9, 2025
7693f32
docs: bump to [email protected] and add llms.txt (#3834)
SoonIter Jun 12, 2025
a40d744
docs: upgrade [email protected] (#3837)
SoonIter Jun 12, 2025
8e9c7e0
chore: introduce configurable update providers and enhance demo examples
ScriptedAlchemy Jun 18, 2025
bda3e37
feat(tests): add comprehensive HMR client and runtime tests, includin…
ScriptedAlchemy Jun 18, 2025
c4c87e5
chore: hmr client samples
ScriptedAlchemy Jun 18, 2025
f4fc942
chore: hmr client samples
ScriptedAlchemy Jun 18, 2025
eb81436
feat(node): add hmr runtim
ScriptedAlchemy Jun 19, 2025
4269845
feat(node): add hmr add tests for hmr
ScriptedAlchemy Jun 19, 2025
78dfd62
feat(node): add hmr add tests for hmr
ScriptedAlchemy Jun 19, 2025
632c816
chore: stuff
ScriptedAlchemy Jun 19, 2025
8fa70ae
chore: format code
ScriptedAlchemy Jun 20, 2025
261069e
feat(mcp-host): convert TypeScript to JavaScript and add debug capabi…
ScriptedAlchemy Jun 24, 2025
9f84628
fix(mcp-host): add publicPath config to resolve manifest plugin warning
ScriptedAlchemy Jun 24, 2025
71e5e72
fix(mcp-host): resolve tool call connection errors and add auto-shutdown
ScriptedAlchemy Jun 24, 2025
5e35bad
chore: fix remove debugger
ScriptedAlchemy Jun 24, 2025
944e857
chore: fix remove debugger
ScriptedAlchemy Jun 24, 2025
356d3dd
Merge branch 'main' into module-reladers-continues
ScriptedAlchemy Jun 24, 2025
fcdef3e
feat: consolidate HMR system to unified reloadAll method
ScriptedAlchemy Jun 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/weak-spoons-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@module-federation/modern-js': patch
---

fix(modern-js-plugin): adjust fetch type
6 changes: 6 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"permissions": {
"allow": ["Agent"],
"deny": []
}
}
Loading
Loading