Skip to content

Commit

Permalink
chore: small improvement (#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 26, 2024
1 parent f409942 commit 4dd729c
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions projects/demo/src/modules/info/migration-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
<h2>Prerequisites</h2>
<ul class="tui-list">
<li class="tui-list__item">
Update Angular version to
<a
href="https://angular.dev/update-guide"
target="_blank"
tuiLink
>
Update Angular
</a>
version to
<strong>v16</strong>
or later.
</li>
Expand Down Expand Up @@ -51,13 +58,13 @@ <h2>Prerequisites</h2>
</li>

<li class="tui-list__item">
Update all Taiga packages to the
Update all Taiga UI packages to the latest
<a
href="https://www.npmjs.com/package/@taiga-ui/cdk/v/v3-lts"
target="_blank"
tuiLink
>
v3-lts
v3
</a>
version.
</li>
Expand Down Expand Up @@ -92,7 +99,15 @@ <h2>Some final manual steps</h2>

<li class="tui-list__item">
You can find out that your codebase now contains some imports from
<code>&#64;taiga-ui/legacy</code>
<code>
<a
href="https://github.com/taiga-family/taiga-ui/tree/main/projects/legacy"
target="_blank"
tuiLink
>
&#64;taiga-ui/legacy
</a>
</code>
. This package is a transitional state for many outdated entities before their full removal. Everything
you find inside this package in the fourth major release will be removed in the fifth one. So, you can
just continue to use them for a while. However, some of those components already have modern
Expand All @@ -107,7 +122,7 @@ <h2>Some final manual steps</h2>
<section>
<h2>Troubleshooting</h2>

<tui-accordion>
<tui-accordion [closeOthers]="false">
<tui-accordion-item
id="manual-install-transitive-peer-deps"
openOnRouteFragment
Expand Down

0 comments on commit 4dd729c

Please sign in to comment.