Skip to content

21.1.0

Choose a tag to compare

@Aukevanoost Aukevanoost released this 23 Jan 06:53
· 261 commits to main since this release

What changed?

The v4 release allows us to do some (really needed) internal refactoring. We broke the ecosystem up into 3 repositories:

Secondly, the new major version allowed us to modernize the stack to a more up-to-date setup! So we moved some things around!

Temporary new package

To avoid interference with the current v3 version of native-federation, we've opened a temporary v4 package where we will release the changes on the Angular adapter:

https://www.npmjs.com/package/@angular-architects/native-federation-v4

We need feedback!

We uploaded some versions and new libraries to support the v4 ecosystem! Please play around with it, try different things. For now we only uploaded the core libraries but more will follow! share your findings and Join the discussion!

  "devDependencies": {
    "@angular-architects/native-federation-v4": "^21.1.0",   // To test the Angular builder
    "@softarc/native-federation-orchestrator": "4.0.0-RC1",  // The new orchestrator!
    "@softarc/native-federation-runtime": "4.0.0-RC1",      // The current runtime in v4
    "@softarc/native-federation": "4.0.0-RC1",               // Native federation v4
  }

However, you can also see an example pre-built repo here: https://github.com/Aukevanoost/native-federation-examples-ng/tree/nf-beta