Skip to content

Commit 2ab981d

Browse files
authored
chore: rename package to @single-spa-community/angular (#563)
1 parent 7d729fe commit 2ab981d

41 files changed

Lines changed: 731 additions & 857 deletions

Some content is hidden

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

CONTRIBUTING.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# single-spa-angular
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/single-spa/single-spa-angular/refs/heads/v19.0.0/docs/assets/logo-256.png" alt="@single-spa-community/angular logo" width="256" height="256" />
3+
</p>
4+
5+
# @single-spa-community/angular
26

37
Helpers for building [single-spa](https://github.com/single-spa/single-spa) applications which use Angular.
48

@@ -12,4 +16,13 @@ See [documentation on single-spa.js.org](https://single-spa.js.org/docs/ecosyste
1216

1317
## Project Status
1418

15-
This project needs new maintainers. The single-spa core team does not have the Angular expertise needed to continously support all versions of Angular, as none of us use single-spa-angular in any of our serious projects. We could use help keeping up with the six month release cadence of Angular, diagnosing problems in the issue queues, and providing support in the single-spa Slack workspace. Angular is the framework that is hardest to support in the single-spa ecosystem, and we rely on the community to help us with it. If you have interest in helping with the maintenance of this project, please let us know!
19+
The package has been republished under the `@single-spa-community` scope due to a change in maintainership.
20+
21+
> **Note:** This package is the continuation of the original `single-spa-angular` package. If you are migrating from `single-spa-angular`, simply update the package name in your dependencies — no other changes are required.
22+
23+
## Compatibility
24+
25+
| `@single-spa-community/angular` | Angular |
26+
| ------------------------------- | ------- |
27+
| `20.x` | `20.x` |
28+
| `19.x` | `19.x` |

apps/chat/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../libs/single-spa-angular/webpack';
1+
export { default } from '../../libs/single-spa-community-angular/webpack';

apps/navbar/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../libs/single-spa-angular/webpack';
1+
export { default } from '../../libs/single-spa-community-angular/webpack';

apps/noop-zone/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../libs/single-spa-angular/webpack';
1+
export { default } from '../../libs/single-spa-community-angular/webpack';

apps/parcel/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../libs/single-spa-angular/webpack';
1+
export { default } from '../../libs/single-spa-community-angular/webpack';

apps/shop/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../libs/single-spa-angular/webpack';
1+
export { default } from '../../libs/single-spa-community-angular/webpack';

apps/standalone/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../libs/single-spa-angular/webpack';
1+
export { default } from '../../libs/single-spa-community-angular/webpack';

decorate-angular-cli.js

Lines changed: 0 additions & 102 deletions
This file was deleted.

libs/single-spa-angular/project.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)