diff --git a/apps/showcase/assets/styles/layout/_doc.scss b/apps/showcase/assets/styles/layout/_doc.scss
index c7fabb4d4..6d9d21d1d 100644
--- a/apps/showcase/assets/styles/layout/_doc.scss
+++ b/apps/showcase/assets/styles/layout/_doc.scss
@@ -1,7 +1,7 @@
@mixin mark() {
border-radius: 6px;
padding: 2px 6px;
- font-size: .875rem;
+ font-size: 1rem;
font-weight: 500;
font-style: normal;
background: var(--mark-background);
@@ -153,6 +153,10 @@
@include doc-link();
}
}
+
+ li {
+ font-size: 1.125rem;
+ }
}
.doc-notification {
diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue
index aeb706e6c..da19abf19 100644
--- a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue
+++ b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue
@@ -6,6 +6,7 @@
is the only available built-in preset; however, by v4 final, two more presets named Lara and Nora would be included, as well as the Material Design theme. If you had a custom theme for v3, the theme needs to be recreated using the new
APIs. See the customization section at
+ InlineMessage is deprecated due to overlap with the Message. The spacing, closable and life properties of the Message have breaking changes to provide InlineMessage functionality. Default margin is + removed, closable is false by default and messages do not disappear automatically. +
+The experimental PassThrough feature is not production ready, there are changes on the PT section names due to alignment with CSS classes for certain components. If when component element is another PrimeVue component pc prefix is @@ -31,9 +38,9 @@
Components that are deprecated because of their functionality being provided by other components.
+Components that are deprecated since their functionality is provided by other components.