Skip to content

feat(io): add support for signal based dynamic components IO #520

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

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

gund
Copy link
Owner

@gund gund commented Dec 17, 2024

This PR adds opt-in support for signal based components IO by introducing a secondary entry point package.

This allows to preserve backwards compatibility with all previous Angular versions and allows users using latest Angular to opt-in for signal based components IO.

The plan is to first to pre-release it as experimental on @next, collect feedback and after everything is good to go - stabilize APIs and make a minor release.

Closes #519

@gund gund self-assigned this Dec 17, 2024
Now you can enable support for signal based components IO if you are using Angular versions that support it.
@gund gund force-pushed the feat/signal-component-io branch from bad63a5 to e2d3856 Compare December 17, 2024 04:04
@gund gund merged commit a8f62d5 into next Dec 17, 2024
12 checks passed
@gund gund deleted the feat/signal-component-io branch December 17, 2024 04:13
github-actions bot pushed a commit that referenced this pull request Dec 17, 2024
# [10.8.0-next.1](v10.7.0...v10.8.0-next.1) (2024-12-17)

### Features

* **io:** add support for signal based dynamic components IO ([#520](#520)) ([a8f62d5](a8f62d5))
@gund
Copy link
Owner Author

gund commented Dec 17, 2024

Released in v10.8.0-next.1

gund added a commit that referenced this pull request Jan 7, 2025
Now you can enable support for signal based components IO if you are using Angular versions that support it.
gund pushed a commit that referenced this pull request Jan 7, 2025
# [10.8.0-next.1](v10.7.0...v10.8.0-next.1) (2024-12-17)

### Features

* **io:** add support for signal based dynamic components IO ([#520](#520)) ([a8f62d5](a8f62d5))
github-actions bot pushed a commit that referenced this pull request Jan 7, 2025
# [10.8.0](v10.7.0...v10.8.0) (2025-01-07)

### Features

* **io:** add support for signal based dynamic components IO ([#520](#520)) ([c3a1444](c3a1444))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants