CHANGELOG
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
api: add missing ngOnDestroy method back to IoService (c7026e2)
api: add standalone support to components and directives (e3fe906)
lib: setup d.ts rollup as single file (2ace410)
add NgModuleRef
and EnvironmentInjector
inputs to ndc-dynamic
component (bfaceb3)
lib: enable strict mode in Typescript and Angular (fbac529)
io: simplify IoService to have just one method for updates (21b0e20)
lib: make sure all inputs chanegs are sent to new component (25e4d34)
api: expose WindowRef and ReflectRef services as public api (c634e20)
outputs: allow to specify context for output handlers via Tokens (9a03765)
io: check if component has OnChanges hook once (88f187f)
io: do not detect any changes when there is no component (8e7dbce)
lib: specify minimum version of Angular v14.1.3 (a5fe899)
lib: use new ComponentRef API to set inputs on components (7cc48a6)
ng: update to latest Angular v14 (64d82cc)
deps: update peer deps to allow Angular v13+ (969aef9)
Revert "fix(component): add compatibility with Angular v12 to component rendering" (21de6fd)
Revert "docs(readme): update compat table" (b317a3e)
components: re-create dynamic component when other inputs are changed (ea127ba)
component: add support for component generic (fe8bb5d)
ng: update to Angular v13 (b74a0bb)
ng: Now library updated and compiled with Angular v13. No API changes.
api: remove deprecated APIs (f7757de)
ng: No API changes were introduced
api: Removed APIs:
Removed ComponentInjector
- use DynamicComponentInjector
Removed COMPONENT_INJECTOR
- use DynamicComponentInjectorToken
ng: update to Angular v11 (5e3ff21)
ng: Library requires Angular v11 as a peer dependency. No other public API changes.
upgrade tslib from 2.0.0 to 2.0.2 (ce04753)
attributes: properly resolve constructor types from directives (16efb28)
api: replace deprecated DynamicModule
with component module (412d517)
package: update Angular peer dependencies from v9 to v10 (c4c059e)
deps: upgrade to Angular v10 (f6a6ef7)
package: Now you are required to have Angular v10 as a peer dependency.
api: Previously deprecated module contained all the pieces of public API in on module and this was not tree-shakeable. Now it has been removed and replaced by the module that only contains DynamicComponent
. All other pieces are available in their own modules.
deps: Now library is built using Angular v10
component: add DynamicIo module to component module (eac4c5b)
io: update type of event argument token (3d85691)
modules: split every directive into separate module (5f2985b)
component: add DynamicIo module to component module (eac4c5b)
io: update type of event argument token (3d85691)
modules: split every directive into separate module (5f2985b)
lib: Now library is compiled with NG CLI v9 but still for View Engine as per recommendation from Angular team. Public APIs mostly did not change. There is 1 deprecation in DynamicModule.withComponents()
- now it is not required to register dynamic components and so the method does not make sense anymore - please use DynamicModule.forRoot()
instead
package: update to stable Angular v9 (e1abbc2)
lib: upgrade to Angular v9 RC 12 (e4e1e8e)
lib: Now library is compiled with NG CLI v9 but still for View Engine as per recommendation from Angular team. Public APIs mostly did not change. There is 1 deprecation in DynamicModule.withComponents()
- now it is not required to register dynamic components and so the method does not make sense anymore - please use DynamicModule.forRoot()
instead
lib: upgrade to Angular v9 RC 12 (1a8dca6)
dist: try copying readme inothe order (c5d0c94)
fix(dist): add readme file to package (1eed88a)
dist: add readme file to package (e973a42)
dist: correctly run pack script before publishing package (d5037db)
build: migrate to Angular CLI builder (321cc38)
dist: include CHANGELOG.md into distribution package (99f46bc)
attributes: do not crash when component does not exist (723c240)
directives: fire ngDoCheck hook for dynamic directives (d3e5888)
directives: recreate directives when component changes ()
husky: fixing mistype in pre-commit (), closes
io-service: mark for check component on changes ()
tslint: update tslint rules for new codelyzer (), closes
core: update to angular 7 (a5b2e34)
core: Library updates to angular v7. No user API changes.
attributes: Reassign attributes if new dynamic component was set (48bacb4)
directive: Update inputs changes when both comp and inputs are changed (), closes
ng: Upgrade to Angular 6, ngrx 6 and typescript (), closes
rxjs: Remove old import from entry point (), closes
rxjs: Use lettable operators instead of prototype mutation (), closes
attributes: Add support for ngComponentOutlet
* syntax (2130057)
attributes: Add support for ndc-dynamic component (d426a15)
directive: Added component creation event ()
ng: Upgraded to Angular 6. No public API changes.
directive: Extract differ records to chages transformation to higher-order functions (9b86e94)
directive: Remove unhit dead code (b06d9e7), closes tree#diff-c3JjL2R5bmFtaWMvZHluYW1pYy5kaXJlY3
directive: Use SimpleChange instead of CustomSimpleChange (b6a798d)
package: Fix path to type definition file (0be2991)
package: Fix publish path command (40c0090)
package: Fix published version with selamntic-release (ce37e3b)
remade: Remove a note about tslib (0590fa9)
build: Publish only dist folder (878d6b8)
directive: check undefined/null inputs/outputs (d31df71)
directive: Correctly use ngComponentOutlet component instance ()
directive: Guard NgComponentOutlet that may be not injected ()
directive: Guard ngOnChnages invokation if not specified by dynamic component ()
directive: Safely access component outlet instance ()
directive: Update differ usage according to angular 5 ()
package: Add tslib to peer dependencies ()
package: Add typings property ()
package: Include src directory to published package ()
package: Remove src folder from published package ()
package: Unlock angular versions ()
strictNullChecks: Comply with strict null checks mode ()
release: Update docs and introduce breaking change for major version increment (61aae93)
build: The structure of published packaged changed, but it should not affect public APIs
release: Upgrade to Angular 4
directive: Small improvement due to unit tests (644fdda)
directive: Fix Dynamic directive ti work without Dynamic component (0432d4a)
updates: Commits from v0.0.4 (aa99da1)
directive: Fix Dynamic directive selector to work without Dynamic component (8531365)
directive: Add support for NgComponentOutlet
(6acd8b1)
directive: Fix breaking changes in Dynamic directive (0eca84a)
directive: Small improvement due to unit tests (644fdda)
directive: Fix Dynamic directive ti work without Dynamic component (0432d4a)
directive: Fix Dynamic directive selector to work without Dynamic component (8531365)
directive: Add support for NgComponentOutlet
(6acd8b1)
directive: Fix breaking changes in Dynamic directive (0eca84a)
directive: Fix Dynamic directive ti work without Dynamic component (0432d4a)
directive: Fix Dynamic directive selector to work without Dynamic component (8531365)
directive: Add support for NgComponentOutlet
(6acd8b1)
directive: Fix breaking changes in Dynamic directive (0eca84a)