Releases: LionMarc/ng-simple-state-management
Releases · LionMarc/ng-simple-state-management
v19.0.1
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
v18.2.2
What's Changed
- [ngssm-data] Allow setting initial parameter value when registering a data source by @LionMarc in #242
v18.2.1
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
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
What's Changed
- [toolkit] Allow using one action as closing action of multiple dialog configs by @LionMarc in #232
v18.0.1
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