RxJS v6.0.0 released

RxJS v6.0.0 was released 2 days ago (I think).

Anyone already did the migration? Everything still works smoothly?

Did you migrate using rxjs-compat or did you went straight full fun without it?

Did you eventually use rxjs-5-to-6-migrate to migrate? This script migrate all the typescript code or only the imports?

The migration guide: https://docs.google.com/document/d/12nlLt71VLKb-z3YaSGzUfx6mJbc34nsMXtByPUN35cg/edit

I did, and then reverted to 5.5.10, for a reason that might not affect you. ngrx 5 requires rxjs 5, and ngrx 6 requires Angular 6. I didn’t want to force Ionic into Angular 6, so I reverted rxjs to stay with ngrx 5.

Sorry for all the abbreviations, but I hope I communicated the point.

1 Like

@AaronSterling you totally communicate the point. I didn’t use ngrx but that’s a solid reason to not upgrade yet for those who use ngrx and Ionic v3

I have updated my website/app and admin console to Angular v6 and Rxjs v6. At first I had to use combat because agm wasn’t compatible but now that has been solved, I have remove it

Everything went smoothly and easy, just followed the steps provided by https://update.angular.io

When it comes to rxjs, rxjs-5-to-6-migrate works fine. Sometimes it need one or two more steps manually but nothing crazy