stevermeister / ngx-cookie-service

Angular (4.2+ ...12) service for cookies. Originally based on the `ng2-cookies` library.

Home Page:https://www.npmjs.com/package/ngx-cookie-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 13 enables ivy compilation and removes ViewEngine support

pavankjadda opened this issue · comments

Remove ViewEngine support

When Angular releases version 13, we plan to enable ivy compilation and remove ViewEngine support. Any important bugs found in newer versions will be back ported to 12.x.x if needed. See below table for support matrix

Library Version Angular Version
12.x.x (View Engine) 12.x.x
13.x.x or later (Ivy) 13.x.x or later

We will support version 12.x.x at least until 3-4 major Angular releases (possibly Angular 16).

How will this affect me?

  1. If you are using Angular version with Ivy not enabled, please do not upgrade to newer(13.x.x) version of the library. Please keep using 12.x.x
  2. But if you have enabled Ivy, you should have an issue

If you have any questions/concerns about this, please comment below

PR #184 closed this