Skip to content

Releases: ngxtension/ngxtension-platform

Release 1.9.6

12 Jan 04:06
Compare
Choose a tag to compare

1.9.6 (2024-01-12)

Bug Fixes

  • add more dumb input usages for testing (#224) (2cec792)
  • connect: handle null when performing typeof object (#223) (b542fdf)
  • plugin: update references (d88e260)

Release 1.9.5

11 Jan 22:54
Compare
Choose a tag to compare

1.9.5 (2024-01-11)

Bug Fixes

  • plugin: get all projects if project nor path is passed in (34293d1)

Release 1.9.4

11 Jan 22:40
Compare
Choose a tag to compare

1.9.4 (2024-01-11)

Bug Fixes

  • plugin: ensure to track withTransforms regardless of typenode exists or not (b512f1f)

Release 1.9.3

11 Jan 22:35
Compare
Choose a tag to compare

1.9.3 (2024-01-11)

Bug Fixes

  • plugin: make sure all classes in a file is processed (4a687a5)

Release 1.9.2

11 Jan 22:16
Compare
Choose a tag to compare

1.9.2 (2024-01-11)

Bug Fixes

  • plugin: use correct property name for file path (a24d995)

Release 1.9.1

11 Jan 22:10
Compare
Choose a tag to compare

1.9.1 (2024-01-11)

Bug Fixes

  • plugin: add ts-morph to dep of ngxtension (a78fdae)

Release 1.9.0

11 Jan 22:02
Compare
Choose a tag to compare

1.9.0 (2024-01-11)

Features

  • create-injection-token: add createService (#222) (294c66a)
  • NgxSvgSprite: add a directive for rendering symbols of svg sprites (#219) (c585aca)
  • plugin: generator to convert to signal inputs (39bd37e)

Refactor

  • NgxControlError: improve statematcher (#220) (9507c07)

Release 1.8.1

06 Jan 04:22
Compare
Choose a tag to compare

1.8.1 (2024-01-06)

Bug Fixes

  • create-signal: change signal-value to create-signal (08aa14f)

Documentations

Release 1.8.0

06 Jan 01:51
Compare
Choose a tag to compare

1.8.0 (2024-01-06)

Features

  • add createSignal and createComputed helper functions (#216) (a852fb5)
  • NgxControlError: add NgxControlError directive to form utils (#212) (28af6cc)

Bug Fixes

  • create-signal: add index (53b22de)
  • signal-slice: prevent early inference in selector typing (#214) (2d3a216)

Documentations

  • add RobbyRabbitman as a contributor for code (#217) (8a53717)

Release 1.7.0

27 Dec 17:21
Compare
Choose a tag to compare

1.7.0 (2023-12-27)

Features

Documentations

  • renamed documentVisibilityState to injectDocumentVisibility (#211) (230cf4b), closes #210
  • third arg is the options-obj for computedFrom (#210) (344c3fe)