-
a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
- Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
- Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
- Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
- Fixed package exports and type declaration paths across all packages
- Resolved module resolution issues and TypeScript compatibility problems
- Updated build configurations and dependencies to support latest versions
-
d31a326: refactor: sink React packages from root to individual packages
- Removed React dependencies from root package.json and moved them to packages that actually need them
- Fixed rsbuild-plugin configuration to match workspace patterns
- Updated tests to handle platform-specific files
- This change improves dependency management by ensuring packages only have the dependencies they actually use
- 677aac9: vue.js has router option added to the vue3-bridge
- 38f324f: Disable live bindings on cjs builds of the runtime packages
- 3942740: add license information
- ad605d2: chore: unified logger
- 49d6135: feat(@module-federation/bridge): enhance Bridge capabilities and fix some issues
- d2ab821: feat(bridge): Supports exporting and loading of application-level modules (with routing), currently supports react and vue3