v7.0.0-next.4
Pre-release
Pre-release
elenagarrone
released this
12 Jul 16:09
·
656 commits
to master
since this release
7.0.0-next.4 (2022-02-03)
Code Refactoring
- footer: update input name for secondary logo (ff7ad48), closes #670
- header: update input name for secondary logo (2d273e8), closes #670
- sort-code: remove deprecated component (76d2e0d), closes #613
BREAKING CHANGES
- footer: the input for the second logo has been changed from
secondLogo
tosecondaryLogo
. - header: the input for the second logo has been changed from
secondLogo
tosecondaryLogo
. - sort-code: the sort code component has been removed.
Use the new sort code directive instead:
<lg-input-field>
Sort Code
<lg-hint *ngIf="hint">Must be 6 digits long</lg-hint>
<input lgInput lgSortCode formControlName="sortCode" />
</lg-input-field>