Skip to content

Commit e2b63dd

Browse files
committed
docs(mf): add changelog
1 parent fbdb463 commit e2b63dd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 14.3.0
2+
3+
## Update
4+
5+
This library supports ``ng update``:
6+
7+
```
8+
ng update @angular-architects/module-federation
9+
```
10+
11+
If you update by hand (e. g. via ``npm install``), make sure you also install a respective version of ngx-build-plus (version 14 for Angular 14, version 13 for Angular 13, etc.)
12+
13+
## Breaking Changes
14+
15+
- ``shareAll`` now uses the ``DEFAULT_SKIP_LIST`` by default.
16+
17+
## Features
18+
19+
* add withModuleFederationPlugin to simplify the generated ([ca26aeb](https://github.com/angular-architects/module-federation-plugin/commit/ca26aeb38afc9304ac2c0231219e76e140b9bdc1))
20+
* **mf-runtime:** load remotes in parallel ([5615917](https://github.com/angular-architects/module-federation-plugin/commit/561591707ee126bb13c12c3d9397ba2c94e50328))
21+
* **mf-runtime:** supporting mf manifests ([64ec2dc](https://github.com/angular-architects/module-federation-plugin/commit/64ec2dc73a9429a04ce5c8ebadf9cb72d7ddaba2))
22+
* **mf:** add support for eager and pinned ([623837c](https://github.com/angular-architects/module-federation-plugin/commit/623837c29052d441cde6ee5940ac54d7e868dce2))
23+
* **mf:** add type option to ng-add ([c57d87f](https://github.com/angular-architects/module-federation-plugin/commit/c57d87f608e470045b2d3229715e8d1aa27ce43f))
24+
* **mf:** dev-server (run:all) accepts project names via command line args ([b765515](https://github.com/angular-architects/module-federation-plugin/commit/b765515be5b663e7f6e8b6d828dbe36c872b2dd6))
25+
* **mf:** respect APF v14 for discovering secondaries ([00344c2](https://github.com/angular-architects/module-federation-plugin/commit/00344c25ebf5c4282c8451658817742a74081249))
26+
27+
## Documentation
28+
29+
- update readme and tutorial for v14.3 ([fbdb463](https://github.com/angular-architects/module-federation-plugin/commit/fbdb463d3e1538d3147f93704afbc817f93c0f2d))
30+
31+

0 commit comments

Comments
 (0)