gund / ng-dynamic-component

Dynamic components with full life-cycle support for inputs and outputs for Angular
https://malkevich-alex.gitbook.io/ng-dynamic-component/
MIT License
561 stars 65 forks source link

[Feat] Update to Angular v12 #462

Closed gund closed 3 years ago

gund commented 3 years ago

This PR upgrades library to Angular v12. Deprecated APIs were removed. No other API changes were introduced.

codecov[bot] commented 3 years ago

Codecov Report

Merging #462 (b36b01a) into master (1989f74) will decrease coverage by 1.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #462      +/-   ##
==========================================
- Coverage   99.15%   98.09%   -1.07%     
==========================================
  Files          16       16              
  Lines         356      419      +63     
  Branches       60       64       +4     
==========================================
+ Hits          353      411      +58     
- Misses          2        8       +6     
+ Partials        1        0       -1     
Impacted Files Coverage Δ
...nt-injector/component-outlet-injector.directive.ts 100.00% <ø> (ø)
...amic-component/src/lib/component-injector/token.ts 100.00% <100.00%> (ø)
...dynamic-attributes/dynamic-attributes.directive.ts 100.00% <100.00%> (ø)
...dynamic-directives/dynamic-directives.directive.ts 95.45% <100.00%> (-2.28%) :arrow_down:
...ects/ng-dynamic-component/src/lib/io/io.service.ts 99.39% <100.00%> (+0.12%) :arrow_up:
projects/ng-dynamic-component/src/lib/util.ts 81.81% <100.00%> (-18.19%) :arrow_down:
.../ng-dynamic-component/src/lib/dynamic.component.ts 100.00% <0.00%> (ø)
...dynamic-component/src/lib/io/io-factory.service.ts 100.00% <0.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1989f74...b36b01a. Read the comment docs.

gund commented 3 years ago

:tada: This PR is included in version 9.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: