Closed dJani97 closed 2 years ago
@dJani97 Thank you for the kind words. I've just released 6.3.0 which bumps the version of Angular and NgRx to 14.
Thank you for the quick release!
I suggest adding v14 compatibility to the docs > peer-dependencies section, like so:
NgRx Slice | Angular | NgRX -- | -- | -- v6.3 and above | v14 | v14 v6 - v6.2 | v13 | v13 v5 | v11, v12 | v11, v12 No support for Angular <11 because of TypeScript versionYep, I can push a commit for docs later. I always forget updating docs xD
Hey! First of all, thank you for this awesome package, it really makes development a lot faster.
I have tried upgrading a project to Angular 14 that uses slice, but I get the following error:
Peer dependencies like ngrx-immer seem to be compatible with Angular 14. Could you please update the ngrx-slice package?
The project does work well with the
--legacy-peer-deps
option though, so I hope upgrading won't mean too much refactoring.