Skip to content

Releases: gund/ng-dynamic-component

v10.7.0

15 Mar 19:27
Compare
Choose a tag to compare

10.7.0 (2023-03-15)

Features

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

v10.6.2

15 Mar 12:59
Compare
Choose a tag to compare

10.6.2 (2023-03-15)

Bug Fixes

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

v10.6.1

26 Jan 01:15
Compare
Choose a tag to compare

10.6.1 (2023-01-26)

Bug Fixes

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

v10.6.0

25 Jan 19:26
Compare
Choose a tag to compare

10.6.0 (2023-01-25)

Features

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

v10.5.1

01 Sep 16:24
Compare
Choose a tag to compare

10.5.1 (2022-09-01)

Bug Fixes

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

v10.5.1-next.1

01 Sep 14:26
Compare
Choose a tag to compare
v10.5.1-next.1 Pre-release
Pre-release

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

Bug Fixes

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

v10.5.0

29 Aug 18:36
Compare
Choose a tag to compare

10.5.0 (2022-08-29)

Features

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

v10.4.0

28 Aug 01:26
Compare
Choose a tag to compare

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

27 Aug 18:24
Compare
Choose a tag to compare

10.3.1 (2022-08-27)

Bug Fixes

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

v10.3.0

27 Aug 02:52
Compare
Choose a tag to compare

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)