Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: publish ngxtension-plugin separately #581

Merged
merged 1 commit into from
Mar 14, 2025
Merged

Conversation

nartc
Copy link
Collaborator

@nartc nartc commented Mar 14, 2025

This publishes ngxtension-plugin as an npm package separately.

Closes #410

BREAKING CHANGE:
ngxtension no longer contains the generators/schematics.

  • If you set up scripts / commands that use ngxtension generators/schematics, please install ngxtension-plugin under devDependencies and use ngxtension-plugin generators/schematics instead.
  • If you use initGenerator programmatically from ngxtension, please update your import to ngxtension-plugin

This publishes `ngxtension-plugin` as an npm package separately.

Closes #410

BREAKING CHANGE:
`ngxtension` no longer contains the generators/schematics.
- If you set up scripts / commands that use `ngxtension`
generators/schematics, please install `ngxtension-plugin` under
`devDependencies` and use `ngxtension-plugin` generators/schematics
instead.
- If you use `initGenerator` programmatically from `ngxtension`, please
update your import to `ngxtension-plugin`
@nartc nartc requested a review from eneajaho March 14, 2025 03:26
@nartc nartc self-assigned this Mar 14, 2025
@eneajaho
Copy link
Collaborator

@nartc
Should we write a migration schematic for this? Or you don't think is that much needed?
As I see it, running migration schematics would be a one time thing!

@nartc nartc merged commit 73c0ed7 into main Mar 14, 2025
1 check passed
@nartc nartc deleted the publish-plugin-separate branch March 14, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants