Skip to content

Releases: ngxtension/ngxtension-platform

3.4.0

29 May 23:07
Compare
Choose a tag to compare

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

3.2.0

10 May 22:04
Compare
Choose a tag to compare

3.2.0 (2024-05-10)

Features

  • support changes observable by converting it to use toObservable with signals (#364)

Bug Fixes

  • signal-input-migration: fix two-way bindings and interpolations inside attribute values (#369)

❤️ Thank You

Release 3.1.2

01 May 16:18
Compare
Choose a tag to compare

3.1.2 (2024-05-01)

Bug Fixes

  • add proper typing for contentChildren and viewChildren (#359) (f31dd8c)

Release 3.1.1

01 May 15:49
Compare
Choose a tag to compare

3.1.1 (2024-05-01)

Bug Fixes

Documentations

Release 3.1.0

01 May 15:18
Compare
Choose a tag to compare

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

24 Apr 13:09
Compare
Choose a tag to compare

3.0.1 (2024-04-24)

Bug Fixes

  • typo in migrations.json file (b42cd21)

Release 3.0.0

24 Apr 13:01
Compare
Choose a tag to compare

3.0.0 (2024-04-24)

⚠ BREAKING CHANGES

  • computedFrom and computedAsync are removed, ng update ngxtension should update all usages to use derivedFrom and derivedAsync

Features

  • enhancements for inject() migration (#344) (1d16488)
  • remove deprecated computedFrom and computedAsync (#343) (5f18b72)

Release 2.3.2

24 Apr 13:18
Compare
Choose a tag to compare

2.3.2 (2024-04-24)

Bug Fixes

  • typo in migrations.json (72780d0)

Release 2.3.1

24 Apr 12:44
Compare
Choose a tag to compare

2.3.1 (2024-04-24)

Bug Fixes

  • ng update wasn't working because of broken path (#345) (f3225a0)
  • reintroduce computedAsync which reexports and shows a deprecation notice (#342) (3de9e09)
  • update docs for inject migration (#340) (f3670b9)

Release 2.3.0

23 Apr 15:32
Compare
Choose a tag to compare

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

  • add a code to source code button to the content with entryPoints (#323) (8570f68)
  • add bun add command to install section (#324) (b068d19)
  • add npm downloads and version badges to README.md (#314) (4fdfaf3)
  • contributor badges fixes (#322) (20479f4)
  • update astro (dd8da83)