Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

83 lines (50 loc) · 4.57 KB

7.0.0 (2024-06-14)

🚀 Features

  • ⚠️ update to ngrx 18 (#542)
  • add standalone api (#543)

⚠️ Breaking Changes

  • ⚠️ update to ngrx 18 (#542)

❤️ Thank You

  • Michał Mrozek @Michsior14

6.0.0 (2024-05-29)

🚀 Features

  • ⚠️ update to angular 18 (#520)

⚠️ Breaking Changes

  • ⚠️ update to angular 18 (#520)

❤️ Thank You

  • Michał Mrozek @Michsior14

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.1 (2024-01-26)

Note: Version bump only for package @ngrx-addons/root

5.0.0 (2023-11-21)

⚠ BREAKING CHANGES

  • update to angular 17 and ngrx 17 (#355)

Features

4.0.1 (2023-10-31)

Bug Fixes

  • make sure streams are always completed (180a99b)

4.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • update to angular 16
  • upgrade to angular 15 and ngrx 15

Features

  • add initialization strategies (#183) (3585f44), closes #182
  • add persist-state package (c0ed7dc)
  • add sync state lib (#9) (9e27911)
  • allow skipping configs in forRoot calls (#185) (dbc606c)
  • persist-state: add possibility to adjust number of state skip (f4aea6e)
  • persist-state: support migrations (34731d9)
  • update to angular 16 (dd051b1)
  • upgrade to angular 15 and ngrx 15 (1227351)

Bug Fixes

  • forFeatures registered only once (#192) (21bcd0c), closes #191
  • forRoot source typings (#189) (46fc84b)
  • lock common lib to specific version (95d8c61)
  • persist-state: add missing rxjs peer dependency (3318475)
  • persist-state: expose createStore (6160f81)
  • provide default type in feature modules (#179) (3c35ff7), closes #178
  • remove migrations file (26fda30)
  • wait to access storage until ready for strategies (#184) (cdbee08)