danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
141 stars 61 forks source link

Angular 11 failed update #92

Closed burner closed 3 years ago

burner commented 3 years ago

I tried updating to angular 11 and it failed with

Package "@danielmoncada/angular-datetime-picker" has an incompatible peer dependency to "@angular/cdk" (requires "^8.0.0 || ^9.0.0 || ^10.0.0", would install "11.0.0").
danielmoncada commented 3 years ago

@burner haven't added ng11 support yet. I'll work on it this week.

Barzille commented 3 years ago

Any update on this?

krisurnok commented 3 years ago

Please let us know when we will get an update for Angular 11 version.

jcompagner commented 3 years ago

all our tst that we do (we are already on 11 for a while now) the component works fine so the for me the peer depedencies can just be adjusted to also support 11

danielmoncada commented 3 years ago

so sorry, been super busy with everything at work. i'm allocating time this weekend to do this.

jcompagner commented 3 years ago

the new release didn't update these 3 peers yet i see:

https://github.com/danielmoncada/date-time-picker/blob/master/projects/picker/package.json#L27

danielmoncada commented 3 years ago

@jcompagner right. I'll make a separate PR for that

danielmoncada commented 3 years ago

merged with https://github.com/danielmoncada/date-time-picker/pull/106

@burner @Barzille @krisurnok @jcompagner

newest version that supports ng11: https://www.npmjs.com/package/@danielmoncada/angular-datetime-picker

burner commented 3 years ago

@danielmoncada thank you so much. All other datetime picker I tried for angular/material are a big pile of :hankey: in comparison