Releases: ngxtension/ngxtension-platform
Releases · ngxtension/ngxtension-platform
Release 2.3.0
2.3.0 (2024-04-23)
Features
- add homepage blocks to showcase everything the library offers (#327) (74064d5), closes #329
- added inject migration (#326) (a46fdcd)
- computed-from: rename computedFrom and computedAsync to derivedFrom and derivedAsync and added migration schematics (#303) (05d994f)
- inject-route-fragment: implementation of injectRouteFragment (#318) (2bf2546)
- injectLocalStorage: initial implementation of injectLocalStorage (#295) (e995dcb)
- output-migration: enhancements (#337) (5542a8c)
- repeat-pipe: initial version (#320) (70abad3)
Bug Fixes
- click-outside: remove memory leak (#319) (49bff56)
- create-injection-token: only inject the actual dep (1299f80)
- plugin: bump deps (7185c79)
- use snapshot instead of requireSync for route injections (#339) (c40187e)
Documentations
Release 2.2.1
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)