Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 836 Bytes

MIGRATION_TO_V18.md

File metadata and controls

26 lines (17 loc) · 836 Bytes

Migration guide to version 18

How to update

ng update @ngx-pwa/local-storage

Important

If your project is actually in a version < 17, please do the other migrations first in an incremental way. The version 9 migration is especially important, as a wrongly done migration could lead to the loss of all previously stored data.

Breaking changes

  • Angular 18 is required.
  • RxJS >= 7.6 is required.

Important

RxJS 6 is not supported.

  • Made internal properties and methods of StorageMap natively private (#property) instead of protected. Extending StorageMap was undocumented so it is not considered a breaking change.

More documentation