Skip to content

Releases: LionMarc/ng-simple-state-management

v19.1.0

01 Feb 13:42
ae0e90b
Compare
Choose a tag to compare

What's Changed

v19.0.1

12 Jan 16:07
060564a
Compare
Choose a tag to compare

What's Changed

  • Upgrade dependencies by @LionMarc in #245
  • [ngssm-store] Add helper to create a signal from a state selector by @LionMarc in #246
  • [ngssm-data] Allow setting initial data source parameter as invalid by @LionMarc in #247
  • [ngssm-data] Allow adding a label to the reload button by @LionMarc in #248

v19.0.0

25 Nov 11:20
d307777
Compare
Choose a tag to compare

What's Changed

v18.2.2

08 Oct 05:56
ae6c707
Compare
Choose a tag to compare

What's Changed

  • [ngssm-data] Allow setting initial parameter value when registering a data source by @LionMarc in #242

v18.2.1

02 Oct 10:16
8b840d0
Compare
Choose a tag to compare

What's Changed

  • [ngssm-data] Add parameter validity flag in data source value by @LionMarc in #236
  • Fix security alerts by @LionMarc in #237
  • [ngssm-data] Allow setting custom reload button icon by @LionMarc in #238
  • [ngssm-data] Allow partial update of data source parameter by @LionMarc in #239
  • [ngssm-data] Modify reload button color when parameter is updated but not value by @LionMarc in #240
  • [ngssm-data] Allow auto reload for data sources by @LionMarc in #241

v18.2.0

15 Aug 09:36
adb9974
Compare
Choose a tag to compare

What's Changed

  • [schematics] Fix installed version of ngssm in add-ngssm by @LionMarc in #233
  • Upgrade dependencies to fix vulnerability alert by @LionMarc in #234
  • [ngssm-data] Add option to reset source value when reloading data source by @LionMarc in #235

v18.1.1

30 Jul 07:52
d122902
Compare
Choose a tag to compare

What's Changed

  • [toolkit] Allow using one action as closing action of multiple dialog configs by @LionMarc in #232

v18.1.0

15 Jul 17:27
7f23433
Compare
Choose a tag to compare

What's Changed

v18.0.2

07 Jun 16:21
16666bf
Compare
Choose a tag to compare

What's Changed

v18.0.1

06 Jun 16:25
d1567c1
Compare
Choose a tag to compare

What's Changed

  • FIX: force installation of eslint 8.x when executing ng-add with ngssm-schematics by @LionMarc in #226
  • [ngssm-data] Allow adding and removing data sources from state at any time by @LionMarc in #227
  • [ngssm-data] Add directive to help with scoped data sources by @LionMarc in #228