📄️ Changes and additions to Submodules
OrderJourney Module State Submodule
📄️ Contract Labels
Version 1.5 introduces Contract Labels feature that enables you to filter list of contracts with custom labels and values so that you don't need to save the IDs of contracts in your database just to show several Contract Detail Card widgets
📄️ HTML Element Selector Changes
Here are a list of HTML Element selector changes of Version 1.5:
📄️ I18n Improvements
Here are a list of i18n changes of Version 1.5:
📄️ Theming Improvements
With Version 1.5, we have revisited all components in our system to remove any hardcoded color classes, so that the theming you provide works better. We have also added CSS Variables to some components with text so that if a dark theme is applied, the default text color of black is overwritten and text is correctly showing up.
📄️ Validation Improvements
HAPI Elements was validating each of the order journey step with simple frontend validations such as like checking for emptiness, email, url, some simple regexes, min, max values of inputs.