English Documentation

Release Notes

Version 26.1.0.a20251111-01

The most important changes are that multi-values for enums are displayed and that product components now have a documentation tab where you can find their documentation.

New Features and Improvements

  • enums: multi-language-values are displayed in the table (PD-1887)

  • documentation tab for product components (PD-1862)

  • commit dialog: Icons of the ProductComponentType are displayed (PD-1689)

  • create new generation: valid-to date will not be copied anymore (PD-1907)

  • formula validation messages are shown below the input (PD-1932)

  • security settings according to f10-commons and linkki (PD-1781)

Fixed Bugs

  • fixed styling issue at product components (CSS) (PD-1928)

  • import of tables: xml includes xml:space preserve (PD-1869)

Version 26.1.0.a20251001-01

The Maven archetype now creates a correct application.yml again, in which the path to the repository is configured as local.

The analyzis of usages — i.e., where which product component or table is used in another product component — had previously ignored adjustments. From now on, adjustments will also be analyzed and included.

When importing an enum content, an error is now reported if the imported file contains values already defined in the model’s EnumType

New Features and Improvements

  • Archetype should configure the local repository (PD-1594)

  • Prevent importing values that already exist in the EnumType into an EnumContent (PD-1147)

Import/export of enums with multilingual strings (PD-673)

The import/export of enums has been enhanced. It is now possible to import and export enums with multi-language strings:

multi language export
Figure 1. Example: Export with two-line header row
  • For columns with multi-language values, the header row is displayed in two lines.

  • In the first row, the cells are merged, and in the second row the individual languages are labeled with their ISO code.

  • Export is still possible without a header row. During import, the Product Designer will then as before try to assign the values to the languages based on their order.

If multiple languages are configured in the project and locales are missing during import, an error message is shown and the import is aborted.

Fixed Bugs

  • Adjustments are now handled better (PD-1772)

Version 26.1.0.a20250901-01

The Product Designer in alpha version 26.1.0.a20250901-01 introduces new features, improvements, and bug fixes compared to version 25.7.0.

The product tree is no longer fully expanded upon initialization, but instead shows only the root product component and one level below it. Also, when expanding a node, only that specific node is opened now, without automatically expanding additional underlying levels. In addition, new plus and minus buttons enable fully expanding or collapsing the entire tree.

A basic initial logging at known points has been implemented, which will be continuously expanded in upcoming versions.

New Features and Improvements

  • Logging implemented (PD-1634)

  • Warning when overwriting an existing ..1 relationship or TableUsage (PD-889)

  • Bill of Materials (BOM) created (PD-1774)

  • ProductStructureTree should not be fully expanded. (PD-902)

Fixed Bugs

  • Sporadic IllegalStateException (Recursive update) on application start (PD-947)

  • Refactoring of the ProductWrapper to support nullable ProductComponent (PD-1770)

  • Archetype should configure local repository (PD-1594)