Skip to content

Commit

Permalink
Update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 15, 2024
1 parent d83e4ad commit 6e18b0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/showcase/doc/guides/migration/breakingchangesdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import { Component } from '@angular/core';
selector: 'breaking-doc',
template: `
<app-docsectiontext>
<h4>Configuration</h4>
<p>
The <i>PrimeNGConfig</i> has been replaced by <i>PrimeNG</i> and the initial configuration is now done via the <i>providePrimeNG</i> provider during startup. See the <a href="/installation" class="">installation</a> section for an
example.
</p>
<h4>SASS Themes</h4>
<p>
The styled mode theming has been reimplemented from scratch based on an all-new architecture. The <i>theme.css</i> and the <i>primeng/resources</i> do not exist anymore, so any imports of these assets needs to be removed. If you had a
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/doc/guides/migration/renamedcomponentsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Component } from '@angular/core';
template: `
<app-docsectiontext>
<h4>Renamed Components</h4>
<p>Old names are deprecated but still functional, migrate to new import paths instead e.g. <i>primeng/datepicker</i> becomes <i>primeng/datepicker</i>.</p>
<p>Old names are deprecated but still functional, migrate to new import paths instead e.g. <i>primeng/calendar</i> becomes <i>primeng/datepicker</i>.</p>
<ul class="flex flex-col gap-2 leading-normal">
<li><i class="mark">Calendar</i> -&gt; <i class="mark">DatePicker</i>.</li>
<li><i class="mark">Dropdown</i> -&gt; <i class="mark">Select</i>.</li>
Expand Down

0 comments on commit 6e18b0f

Please sign in to comment.