Releases
2026
12 Jan 2026
Enhanced Sorting, Navigation, and Configurability
ReleaseONGOING DEPLOYMENTWe are currently updating the content on this page due to an ongoing deployment. Some information might be out of date. Please reach out if you have any concerns.
This release introduces multiple improvements across the platform aimed at enhancing configurability, performance, and user experience.A major update delivers a fully manifest-configurable Order Item Details drawer, enabling teams to customize layout, fields, and sections, including custom attributes, through manifest configuration. This increases flexibility and reduces implementation effort.Mandatory field validation has also been expanded. Validation now supports not only string fields but also date fields, date range fields, and arrays, ensuring more consistent enforcement of required fields during form submission.Navigation has been refined as well. Drawers and modals now close automatically when users navigate from within them, resulting in a smoother and more intuitive experience.Additional refinements improve the predictability of form behavior and sorting. Sorting of items using `sortPrefix` is now more intuitive — numeric-like values are displayed in the expected order, ensuring a clearer and more consistent experience.Finally, this release introduces a performance improvement for data-heavy pages such as Order Details. Tabs that previously fetched all data at page load can now retrieve their data only when opened. This is enabled by enhancements to the GraphQL Data Provider component, which now supports inheriting page-level data and route parameters. As a result, initial page loads are faster, and users experience more responsive navigation across secondary tabs.Together, these enhancements provide a more stable, configurable, and user-friendly platform experience.DevelopmentPlatform, Web appsEnhancementImproved Search Performance and Filter Customization
ReleaseONGOING DEPLOYMENTWe are currently updating the content on this page due to an ongoing deployment. Some information might be out of date. Please reach out if you have any concerns.
This release introduces major enhancements to search flexibility, performance, and configurability across the platform.A new account-level default configuration — `fc.mystique.filters.string` — provides centralized control over how wildcard search behaves for all string-based filters. This enables organizations to fine-tune matching logic (such as starts-with, contains, or exact match) while optimizing search performance across high-volume datasets.For use cases that require more specific behavior, individual filters can now define their own field-level wildcard logic using the new `wildcardFilter` property. This two-layer approach ensures that teams can set a standard default while still tailoring filter behavior for fields that require exact searches, backend-safe matching rules, or more restrictive options. Wildcard customization is also now supported inside Complex Filter, ensuring that advanced multi-field filters follow the same flexible configuration model and deliver consistent search behavior across the application.The release also expands the extensibility of the List component through the enhanced `filter.overrides` section, allowing developers to modify labels and replace filter components where needed.Date-based filters now behave more predictably when cleared. Improved internal state management ensures that Date Time and Date Time Range fields reset fully and consistently, preventing outdated values from affecting subsequent searches and giving users a more reliable filtering experience.Form interactions in the Create Custom Wave flow now provide clearer and more consistent validation feedback. The system displays a translatable message when users try to create a wave without selecting any fulfilments. Additionally, a new configuration lets clients define a maximum number of fulfilments that can be selected. If a user exceeds this limit, a clear, translatable message is displayed, and submission is prevented, helping to ensure waves remain practical and manageable.Together, these enhancements deliver faster and more consistent search behavior, as well as greater configurability, for teams designing business-specific filtering and search experiences.DevelopmentPlatformEnhancement, FixStability Update: Arabic Locale, Returns, and Data Accuracy Fixes
ReleaseONGOING DEPLOYMENTWe are currently updating the content on this page due to an ongoing deployment. Some information might be out of date. Please reach out if you have any concerns.
This release resolves several issues affecting localization, returns, and data accuracy across Fluent applications.Users selecting Arabic previously experienced UI errors, untranslated labels, or GraphQL failures due to non-UTC date formatting. All affected components now properly handle Arabic locale formatting, ensuring screens and API requests are not broken.The Returns component also receives targeted fixes, helping to maintain selected return reasons and conditions even when quantities change, and improving the consistency of validation behavior.Additionally, OMS now retrieves accurate data from fulfillment plans, enhancing operational decision-making and display reliability.Finally, product variant pages now load correctly for SKUs that contain slashes (/) or special characters. The platform now reliably handles encoded and decoded URL parameters, preventing broken links and ensuring all variants load as expected.DevelopmentWeb apps, PlatformFix