Skip to content

Conversation

szuperaz
Copy link
Contributor

@szuperaz szuperaz commented Mar 7, 2025

A fix for: https://linear.app/stream/issue/ANG-31/drop-generics

The previous implementation exported the stream-chat module augmentation to integrators. So the types added by stream-chat-angular were available to integrators by default.

But this is not what we want, we don't want to expose the module augmentation to integrators by default (detailed discussion: https://getstream.slack.com/archives/C06CF5TKRGA/p1741253351122949?thread_ts=1741249865.246039&cid=C06CF5TKRGA)

Unfortunately there is no way to do this with ng-packgr, see this issue: ng-packagr/ng-packagr#1727 (comment)

So I have to manually update the bundle, this is not a nice solution, but I couldn't find a better one.

@szuperaz szuperaz force-pushed the drop-generics-fixes branch from e2c99f3 to bdc7890 Compare March 7, 2025 14:01
@szuperaz szuperaz merged commit ca48896 into 6.x.x-rc Mar 7, 2025
1 check passed
@szuperaz szuperaz deleted the drop-generics-fixes branch March 7, 2025 14:12
Copy link

github-actions bot commented Mar 7, 2025

🎉 This PR is included in version 6.0.0-rc.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented May 6, 2025

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant