Releases: ngxtension/ngxtension-platform
Releases · ngxtension/ngxtension-platform
Release 2.2.0
2.2.0 (2024-03-28)
Features
- convert-outputs: add migrations for new output() function (#301) (432c290)
- inject route data added (#286) (f06b1e4)
Bug Fixes
- convert-signal-inputs: handle automatic semicolon insertion issues (#294) (09f075d)
- if-validator: exclude individual validators from composition to allow presence checks (#273) (92a614c)
- prevent memory leaks in injectNavigationEnd (#305) (2341717)
Documentations
- add Dafnik as a contributor for doc (#309) (110dffb)
- add kkachniarz220 as a contributor for code (#291) (afbcec0)
- remember sidebar scroll state (#307) (78163b3)
- signal-slice: add docs for experimental actionEffects (#296) (6141e44)
- update code of conduct link (2916103)
Refactor
Release 2.1.0
2.1.0 (2024-02-27)
Features
- connect: allow updating partial values with signal through ConnectedSignal (#269) (e11f2cd)
- create-notifier: add createNotifier + docs (#277) (b1eff83)
Bug Fixes
- add more computedAsync tests and docs (#268) (a86375b)
- convert-signal-inputs: don't convert when input name used as property (#279) (69efec4)
- convert-signal-inputs: remove unnecessary undefined (#280) (0356be0)
- remove snapshot as route.params emits synchronously (#272) (1ec0098)
Documentations
Release 2.0.0
2.0.0 (2024-02-02)
⚠ BREAKING CHANGES
- second argument,
injector
, is replaced by an object with fieldsinjector
andretryOnError
.
Features
- add requireSync to computedAsync for better typings (#255) (5e428be)
- merge-from: add mergeFrom (#259) (9ed73cf), closes #221
Bug Fixes
- contextual observables + requireSync (#257) (8dcc78d)
- convert-signal-inputs: handle input name overlap in template (#263) (d076b48)
Documentations
- NgxControlValueAccessor: add import section (#249) (12b9bae)
- update connect function docs to include connecting to other signals (#251) (d6c5fbc)