Skip to content
Melloware edited this page Aug 2, 2024 · 13 revisions

The PrimeFaces Extensions migration guide focuses on issues to address when upgrading to a newer version of PrimeFaces and PFE. For all changes, please check the milestones.

14.0.3 → 14.0.4

  • QRCode: the mSize, mPosX, mPosY attributes has been renamed to labelSize, labelPosX, labelPosY

14.0.0 → 14.0.1

  • InputPhone: the countrySearch attribute has been removed, it now defaults to true.

13 → 14

  • InputPhone now decodes values as E.164 format phone numbers. Use formatOnDisplay="true" or a converter if you want to show a local or different version in the component.

12.0.4 → 12.0.5

  • CKEditor is removed due to legal reasons. You probably want to skip this version and migrate to 12.0.6 instead, where we've added SunEditor which can be used as a replacement for CKEditor.

10.0.x → 11.0.0

Deprecated

  • FAB (use p:speedDial).
  • Scaffolding (use p:outputPanel deferred="true" with f:facet name="loading").

Removed

  • PrinterBehavior.

Breaking changes

  • ThemeAccentColorResourceHandler moved to org.primefaces.extensions.application.

10.0.0 → 10.0.1

Removed

  • Badge (use p:badge).
  • Exporter (use p:dataExporter).
  • Gravatar (use p:avatar).
  • LetterAvatar (use p:avatar).
  • Social (no replacement).

8.0 → 10.0.0

Deprecated

  • Badge (use p:badge).
  • Exporter (use p:dataExporter).
  • Gravatar (use p:avatar).
  • LetterAvatar (use p:avatar).
  • Social (no replacement).