Releases: ngxtension/ngxtension-platform
Releases · ngxtension/ngxtension-platform
3.4.0
3.4.0 (2024-05-29)
Features
- add explicitEffect helper function. (#393)
- inject-inputs: add injectInputs (e6c741d)
- inject-migration: add option for ES private field support (#382)
Bug Fixes
- inject-inputs: deprecate injectInputs; use inputs() instead (549af0c)
- migrations: Update Migration Scripts for Angular 18 Compatibility (#388)
- plugin: add and remove this keyword correctly (#370)
- plugin: remove additional semicolumns for input and output generator (#371)
- plugin: add string to input generic (#375)
Documentation
- update inject migration example (#379)
- inject-inputs: add injectInputs (e8af15a)
- injectors: spanish translation for createInjectable function (#316)
- injectors: Spanish translation for injectROuteData (#383)
- injectors: Spanish translation for injectRouteFragment (#385)
- migrations: Spanish translation inject migration (#386)
- operators: Spanish translation for debug operator (#387)
❤️ Thank You
- Chau Tran @nartc
- Ilir Beqiri @ilirbeqirii
- Matthieu Riegler @JeanMeche
- Sergi Dote Teixidor
- Tim Deschryver @timdeschryver
- Xavier Riu
3.2.0
Release 3.1.2
Release 3.1.1
Release 3.1.0
3.1.0 (2024-05-01)
Features
- convert-queries: initial implementation for content queries migration to signals (#355) (a5f003f)
- input migration enhancements (#353) (2def810)
Bug Fixes
- create-injectable: allow returning proxies from factory function (#352) (8e22eeb)
- inject migration should take into account missing types for tokens (#351) (56f8bdb)
- make @use-gesture/vanilla optional dependency (#349) (7291426)
Documentations
Release 3.0.1
Release 3.0.0
Release 2.3.2
Release 2.3.1
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)