# Inheritance renderer Release 5.2
August 2025
We upgraded! What's new? Learn more about new features, technical changes and solved bugs in 4App Inheritance renderer.
Note on upgrading: If you skip a version when upgrading, check all release and patch notes in between for important information. They apply cumulative.
Note on individualization: If your 4ALLPORTAL is highly customized or if you installed individual apps, please contact your implementation partner before upgrading. We recommend checking your custom contents, especially layouts and object renderers, carefully after an upgrade.
# Technical Changes & Admin Instructions
# Removed Dependency to 4App Project Essentials Base
We have restructured this 4App so that the dependency to 4App Project Essentials Base has changed to a dependency to 4App Essentials.
# New Field Type Handling / Deprecation of Inheritance-Specific Field Types
We have removed all inheritance-specific field types to simplify the control field's renderer configuration. E.g., field type Inheritance-FieldInheritanceText
is now simply text
.
Former inheritance-specific field types are now deprecated and will be removed in the future.
What to do: Make sure to adjust your field configurations accordingly.
Further information: Example configuration
# New Entry Key / Deprecation of Entry Key trigger_field
We have replaced entry key trigger_field
in the control field's renderer configuration by new entry key inheritance_field
.
Former entry key trigger_field
is now deprecated and will be removed in the future.
What to do: Make sure to adjust your field configurations accordingly.
Further information: Example configuration