OMX UX Framework Enhancements & Fixes 2021-08-30
Release
Author:
Fluent Commerce
Changed on:
22 Mar 2024
| Target release date: | 2021-08-30 |
|---|---|
| Release status: | Released |
Description
OMX UX Framework Enhancements"Not found" page- When the user does not find the page or new web app they are looking for in the URL, the user will be directed to our newly added "Not found" page.
- Details of the logged-in user are now available for use as page query variables. For example,
`{{activeUser.username}}`.
`DynamicAttributes`now supports optional icons and color styling for text-based values.- A new type option has also been added that allows developers to embed a completely custom component into any location that currently uses a DynamicAttribute.
- The List component (
`fc.list`) can now be sorted in reverse chronological order. Sorting functionality can be triggered by simply updating the page query to sort results in the desired direction, after which the list pagination controls will work in the direction specified
- They now trim whitespace by default
`fc.page`) breadcrumb property `menuLabel` has been renamed to `label` for consistency with other property names. `menuLabel` will continue to work for backward compatibility but should be considered deprecated.For more information, see the BackButtons section on the Page Component page.Bug FixesDefault timezone fix for dateStringFormatter helper function in UX Framework
- UX “DateStringFormatter” functions will now default to the user’s local timezone. We have added config support for users to switch to the UTC timezone.
Changelog
Details as listed above.| Released capability depth: | Enhancement, Fix |
|---|---|
| Release bundle / Capability type: | Platform, Tool |