Ng Dynamic Component Versions Save

Dynamic components with full life-cycle support for inputs and outputs for Angular

v10.7.0

1 year ago

10.7.0 (2023-03-15)

Features

  • api: add standalone support to components and directives (e3fe906)

v10.6.2

1 year ago

10.6.2 (2023-03-15)

Bug Fixes

  • api: export event context symbols (c5bbaf6), closes #503

v10.6.1

1 year ago

10.6.1 (2023-01-26)

Bug Fixes

  • lib: setup d.ts rollup as single file (2ace410)

v10.6.0

1 year ago

10.6.0 (2023-01-25)

Features

  • add NgModuleRef and EnvironmentInjector inputs to ndc-dynamic component (bfaceb3)

v10.5.1

1 year ago

10.5.1 (2022-09-01)

Bug Fixes

  • lib: remove circular refs in IoService (6d225e6), closes #480

v10.5.1-next.1

1 year ago

10.5.1-next.1 (2022-09-01)

Bug Fixes

  • lib: remove circular refs in IoService (6d225e6), closes #480

v10.5.0

1 year ago

10.5.0 (2022-08-29)

Features

  • lib: enable strict mode in Typescript and Angular (fbac529)

v10.4.0

1 year ago

10.4.0 (2022-08-28)

Bug Fixes

  • io: simplify IoService to have just one method for updates (21b0e20)
  • lib: make sure all inputs chanegs are sent to new component (25e4d34)

Features

  • api: expose WindowRef and ReflectRef services as public api (c634e20)
  • outputs: allow to specify context for output handlers via Tokens (9a03765)

Performance Improvements

  • io: check if component has OnChanges hook once (88f187f)
  • io: do not detect any changes when there is no component (8e7dbce)

v10.3.1

1 year ago

10.3.1 (2022-08-27)

Bug Fixes

  • lib: specify minimum version of Angular v14.1.3 (a5fe899)

v10.3.0

1 year ago

10.3.0 (2022-08-27)

Features

  • lib: use new ComponentRef API to set inputs on components (7cc48a6)
  • ng: update to latest Angular v14 (64d82cc)