Skip to content

2.0.10

Key updates December 2024, January 2025

CXBOX (Demo)

Added: List widget - alignment of numeric field types

We have adjusted the alignment for numeric field types (number, money, percent) in List widget to be right-aligned. Both headers and content are now consistently aligned to the right.

numberRightAlign.png

moneyRightAlign.png

percentRightAlign.png

Added: Form, Info widgets - improved field alignment

We have improved the layout logic for fields in Form and multi-column Info (with titleMode: top) widgets. The row layout remains consistently aligned, regardless of whether the fields include labels or not.

formFilledLabelAfter.png

formEmptyLabelAfter.png

formEmplyLabelsAfter.png

Added: fileUpload field - case-insensitive file extension handling for file preview

We have implemented case-insensitive validation for file extensions to ensure accurate file type representations in previews. Whether the extension is .png or .PNG, the preview icon will now correctly display the file type.

fileUploadUpperCaseAfter.png

fileUploadUpperCaseBefore.png

Added: List widget - constant funnel size for all fields

Now, the funnel size remains the same regardless of the type of the filtered field.

listFunnelAfter.png

listFunnelBefore.png

Other Changes

see cxbox-demo changelog

CXBOX (Core Ui)

We have released a new CORE UI version (2.4.3).

Other Changes

see cxbox-ui changelog

CXBOX documentation

Added: AdditionalList

We have provided a detailed description of AdditionalList widget.