Tomas Rimkus
Tomas Rimkus
@markwhitfeld just curious why the minimum supported Angular version is still set to [v12](https://github.com/ngxs/store/blob/397e451426c3cd553fb09ac7f5798a648da75c94/packages/store/package.json#L7) while the latest dev version definitely doesn't support anything lower than Angular `v16`. Is it intentional?
@arturovt where is the upgrade guide like [this one](https://github.com/ngxs/store/blob/de99dad3fd0c33cc22deb32c5fd161f51969a956/publication/2023-09-30_announcing_ngxs_3_9/article.md)? **EDIT:** found [this one](https://github.com/ngxs/store/blob/master/publication/2024-06-10_announcing_ngxs_18/article.md).
Looks good as far as I can see. Also, really love the new `select()` and `createSelectMap()` signal utility functions. No need for `*ngrxLet` and `combineLatest()` anymore 🙂
@diegomvh Was this implemented in `0.128.0`? Can you give a small summary of what changed in `0.128.0`?
@sean-perkins is the fix part of `v6.1.11` release?
@sean-perkins `v7` is going to be released soon. Any plans to incorporate fix for this issue in `v7`?
The upgrade guide is [here](https://github.com/ngxs/store/blob/master/publication/2024-06-10_announcing_ngxs_18/article.md). I don't know why @markwhitfeld hasn't officially published it yet. **EDIT:** maybe because of #2179
The error and `allowSignalWrites` will be removed in the near future: https://github.com/angular/angular/pull/56501 **EDIT:** for now might be best to use [explicitEffect](https://ngxtension.netlify.app/utilities/signals/explicit-effect) instead of `effect()`.
Possibly related issues: #139 #144