Changes with Gentics ANDP 8.2.0 -
30.05.2025
30.05.2025
Manual Change Link to this entry
ANDP 8.2 is compatible with Gentics CMP 8.2
Please update your project to Gentics CMP 8.2 (see Gentics CMP Changelog)
Since CMP 8.2, the default Mesh-Version use MariaDB as a database. So ANDP also use Mesh-SQL with MariaDB per default now. If you are still on a version with OrientDB it‘s recommended to use the Mesh2Mesh Migration-Tool.
Manual Change Link to this entry
The implementation of Forms has been completely rewritten to use React Native instead of React.
Also Messages, Tasks and the Business Cases now use the same underlaying technology. It allows us to use the same components for Native Mobile Apps.
This transformation the following implications for your project:
Manual Change Link to this entry
Removed the feature `feature_google_recaptcha`.
A Captcha Element can be implemented as a Custom Formgen Element
Optional Manual Change Link to this entry
The feature “feature_unique_identifiers_in_markup” will not be supported anymore.
Instead all elements have already uniqueIds by default.
Keycloak-Plugin: The keycloak plugin dependencies were made simpler and smaller. The automatic building from source has been reintroduced while building the mesh project Image
Formgrid now supports optional automatic translations of texts. See Documentation
Added additional Mock-Up Forms to support more different types of forms. This makes the custom styling development easier
Implementation of a more dynamic way of configuring overlays by specifying all types in OverlayTypes.tsx and use centralized methods for hidding and displaying overlay
Native Android and iOs Apps: The transition from React to React Native allows to publish Native Android and iOS apps. The app supports login, forms, business-cases, messages, tasks, service-catalog. See ANDP-Native-App
Form-Flow: It‘s now possible to change the “Form-Flow” of a forms overall and for single forms. This allows individual Form sequences, e.g. forms without a summary page or forms with additional steps. Also all the buttons can be configured individually. See Form-Flow for additional information