Skip to content

Commit 305d3e1

Browse files
Merge branch 'main' into main
2 parents a8ae0d5 + d6b5e0b commit 305d3e1

File tree

311 files changed

+45749
-19185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+45749
-19185
lines changed

.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"files": ["*.js", "*.jsx"],
3131
"extends": ["plugin:@nrwl/nx/javascript"],
3232
"rules": {}
33+
},
34+
{
35+
"files": "*.json",
36+
"parser": "jsonc-eslint-parser",
37+
"rules": {}
3338
}
3439
]
3540
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage
@@ -37,3 +38,5 @@ testem.log
3738
# System Files
3839
.DS_Store
3940
Thumbs.db
41+
42+
.angular

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"singleQuote": true
3-
}
3+
}

.vscode/settings.json

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
{
2-
"spellright.language": [
3-
"en"
4-
],
5-
"spellright.documentTypes": [
6-
"markdown",
7-
"latex",
8-
"plaintext"
9-
],
10-
"workbench.colorCustomizations": {
11-
"activityBar.activeBackground": "#1f6fd0",
12-
"activityBar.activeBorder": "#ee90bb",
13-
"activityBar.background": "#1f6fd0",
14-
"activityBar.foreground": "#e7e7e7",
15-
"activityBar.inactiveForeground": "#e7e7e799",
16-
"activityBarBadge.background": "#ee90bb",
17-
"activityBarBadge.foreground": "#15202b",
18-
"statusBar.background": "#1857a4",
19-
"statusBar.foreground": "#e7e7e7",
20-
"statusBarItem.hoverBackground": "#1f6fd0",
21-
"titleBar.activeBackground": "#1857a4",
22-
"titleBar.activeForeground": "#e7e7e7",
23-
"titleBar.inactiveBackground": "#1857a499",
24-
"titleBar.inactiveForeground": "#e7e7e799",
25-
"sash.hoverBorder": "#1f6fd0",
26-
"statusBarItem.remoteBackground": "#1857a4",
27-
"statusBarItem.remoteForeground": "#e7e7e7"
28-
},
29-
"peacock.color": "#1857a4"
30-
}
2+
"spellright.language": ["en"],
3+
"spellright.documentTypes": ["markdown", "latex", "plaintext"],
4+
"workbench.colorCustomizations": {
5+
"activityBar.activeBackground": "#ab307e",
6+
"activityBar.activeBorder": "#25320e",
7+
"activityBar.background": "#ab307e",
8+
"activityBar.foreground": "#e7e7e7",
9+
"activityBar.inactiveForeground": "#e7e7e799",
10+
"activityBarBadge.background": "#25320e",
11+
"activityBarBadge.foreground": "#e7e7e7",
12+
"statusBar.background": "#832561",
13+
"statusBar.foreground": "#e7e7e7",
14+
"statusBarItem.hoverBackground": "#ab307e",
15+
"titleBar.activeBackground": "#832561",
16+
"titleBar.activeForeground": "#e7e7e7",
17+
"titleBar.inactiveBackground": "#83256199",
18+
"titleBar.inactiveForeground": "#e7e7e799",
19+
"sash.hoverBorder": "#ab307e",
20+
"statusBarItem.remoteBackground": "#832561",
21+
"statusBarItem.remoteForeground": "#e7e7e7",
22+
"commandCenter.border": "#e7e7e799"
23+
},
24+
"peacock.color": "#832561",
25+
"eslint.validate": ["json"]
26+
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# @angular-architects/module-federation
22

3-
- See [readme here](./libs/mf/README.md)
3+
- See [readme here](./libs/mf/README.md)
Binary file not shown.
Binary file not shown.
18.9 KB
Binary file not shown.
20.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)