Skip to content

Releases: ngxtension/ngxtension-platform

5.0.0

14 Mar 12:46
Compare
Choose a tag to compare

5.0.0 (2025-03-14)

This is a small major release for separating ngxtension and its plugin ngxtension-plugin

BREAKING CHANGE:
ngxtension no longer contains the generators/schematics.

  • If you set up scripts / commands that use ngxtension generators/schematics, please install ngxtension-plugin under devDependencies and use ngxtension-plugin generators/schematics instead.
  • If you use initGenerator programmatically from ngxtension, please update your import to ngxtension-plugin

Features

  • notPattern (#564)
  • ⚠️ publish ngxtension-plugin separately (#581)

Documentation

  • add endlacer as a contributor for code (#576)
  • form-events (#577)

⚠️ Breaking Changes

  • ⚠️ publish ngxtension-plugin separately (#581)

❤️ Thank You

4.5.0

11 Mar 17:53
Compare
Choose a tag to compare

4.5.0 (2025-03-11)

Features

  • introduce takeLatestFrom() (#571)

Refactor

  • Handle getting value from disabled form controls in form-events util (#499)

❤️ Thank You

4.4.0

11 Mar 09:46
Compare
Choose a tag to compare

4.4.0 (2025-03-11)

Features

  • unify inject route utilities (#450)
  • add host binding migration (#528)
  • inject-text-selection: added the function, docs, tests and created sample app (#559)

Bug Fixes

  • docs: correct typo in retryOnError field (#534)
  • ngx-control-value-accessor: accessing properties is outside of the reactive context (#555)

Documentation

  • add szheleshchenko as a contributor for doc (#560)
  • Add missing entry in contributors (#568)

❤️ Thank You

4.3.2

31 Jan 22:27
Compare
Choose a tag to compare

4.3.2 (2025-01-31)

This was a version bump only, there were no code changes.

4.3.1

31 Jan 22:15
Compare
Choose a tag to compare

4.3.1 (2025-01-31)

Bug Fixes

  • update provideLinkedQueryParamConfig function to override the default (#552)

❤️ Thank You

4.3.0

31 Jan 21:49
Compare
Choose a tag to compare

4.3.0 (2025-01-31)

Features

  • add signalHistory implementation, tests and docs (#543)
  • add provideLinkedQueryParamConfig function and updated the beha… (#542)

❤️ Thank You

4.2.1

16 Jan 09:27
Compare
Choose a tag to compare

4.2.1 (2025-01-16)

Bug Fixes

  • add preserveFragment to linkedQueryParam navigation extras (#540)

❤️ Thank You

4.2.0

09 Dec 15:29
Compare
Choose a tag to compare

4.2.0 (2024-12-09)

Features

  • add linkedQueryParam implementation, tests and docs (#526)
  • inject-local-storage: dispatch storage event on change (#523, #525)

Bug Fixes

  • signal-slice: add initial state stream typing to state object (#521)

❤️ Thank You

4.1.0

01 Nov 14:25
Compare
Choose a tag to compare

4.1.0 (2024-11-01)

Features

  • handle defaultValue type in injectLocalStorage (#508)
  • computed: deprecated for linkedSignal (e38b946)
  • inject-inputs: deprecated injectInputs in favor of inputs() (2b131af)
  • ngx-control-value-accessor: expose the NgControl instance of the host (#479)
  • resize: add orientation handler (f78b124)
  • signal-slice: add "Updated" signal for action sources (#363)
  • signal-slice: pass initial state streams to source functions (#486)

Bug Fixes

  • typo (#471)
  • update migration entry points (#448)
  • inject typo in rx-affect.md (#480)
  • derived-async: fix unsubscribing from old observable when new value is not observable (#487)
  • docs: fix incorrect derive loading entrypoint (#512)
  • host-binding: ensure previous classes are removed when class binding changes (#473)
  • plugin: support outputs without inline initialization (#497)
  • signal-input-migration: skip inputs with @HostBinding() decorator (#460)
  • signal-slice: fix action streams being infered as never (#472)

Documentation

  • add @mauriziocescon as a contributor (d6c3165)
  • add @leonelvsc as a contributor (a4f07da)
  • add @lorenzodianni as a contributor (460a94f)
  • enhance CONTRIBUTING.md with some hint where to add documentation for a new utility (#455)
  • add if-validator readme (#452)
  • add Michael Berger as contributor (#457)
  • Added docs for injectLocalStorage #464 (#478, #464)
  • add illunix as a contributor for doc (#482)
  • Migrate links to angular.dev (#503)
  • add Ostromecky as a contributor for code (#511)
  • add mattmoos as a contributor for code (#514)
  • add ShacharHarshuv as a contributor for code (#515)
  • add MillerSvt as a contributor for code (#516)
  • inject-local-storage: Add missing title (#502)

❤️ Thank You

4.0.0

15 Jul 13:56
Compare
Choose a tag to compare

4.0.0 (2024-07-15)

Features

  • add deriveLoading RxJs-Operator (#439)
  • add migration for self-closing tags (#416)
  • add effectOnceIf helper function (#419)
  • add migration for sfc components (#420)
  • create-repeat: implement the function, docs and tests (#380)
  • explicitEffect: addition of defer parameter; this parameter allows the computation not to execute immediately and only run on first deps change. (#431)
  • form events: Create unified observable and signal data accessors for form events (#391)

Bug Fixes

  • computed-previous: Don't return null for initial value, but return the current value of the source signal instead (#281)
  • plugin: update all assignments (#444)
  • signal-input-migration: preserve line endings (#432)
  • ⚠️ signal-slice: simplify api to deal with typing issues (#361)
  • when-document-visible: export the whenDocumentVisible operator… (#425)

Documentation

  • add Kiskae as a contributor for code (#436)
  • signals: some spanish translations (#441)

⚠️ Breaking Changes

  • signal-slice: experimental actionEffects API has been removed from signalSlice

❤️ Thank You