angular-hybrid icon indicating copy to clipboard operation
angular-hybrid copied to clipboard

Angular 14 compatibility

Open pschmiedel opened this issue 1 year ago • 4 comments

Angular 14 has been out for a while, are there any intentions to release a compatible version?

pschmiedel avatar Jul 26 '22 12:07 pschmiedel

I created a PR here: https://github.com/ui-router/angular-hybrid/pull/571

not sure if anyone is around to pick it up and merge it

devlinjunker avatar Jul 29 '22 23:07 devlinjunker

Hi, thanks for the PR. Would be great if we get a new release, as we are still using UI-Router!

pschmiedel avatar Aug 02 '22 07:08 pschmiedel

Would be nice as we are also still using UI-Router! :) @christopherthielen

MvHMontySCOUT avatar Aug 05 '22 11:08 MvHMontySCOUT

For now I have added this section to my package.json file which solves (hides) the issue.

  "overrides": {
    "@uirouter/angular": {
      "@angular/core": "$@angular/core",
      "@angular/common": "$@angular/common"
    },
    "@uirouter/angular-hybrid": {
      "@angular/core": "$@angular/core",
      "@angular/upgrade": "$@angular/upgrade"
    }
  }

IgorWolbers avatar Aug 12 '22 13:08 IgorWolbers

I would appreciate merging PR aswell :) it's blocking us from upgrading to A14

tadamczak avatar Sep 12 '22 10:09 tadamczak

Version 14 relased which supports angular 14

wawyed avatar Sep 17 '22 00:09 wawyed