v1.0.0
Key updates September 21, 2023
CXBOX (Demo, Code Samples)
Red-black theme

The release has updated the theme of a certain project or software. The chosen theme is a classic combination of red and black, which symbolizes aristocratic taste and dignity)
If you want to see the new theme, you can click on the provided link
Added search for screens by name in menu

The update includes a new and convenient search feature specifically designed for screens by name in the menu. This will make it easier for users to search and locate specific screens quickly and efficiently. Filtering is case-insensitive and retrieves records containing the specified value at any position (similar to SQL Like %value% ) link.
Added scroll for screens in menu

Added scrolling function in a menu. It feature that allows users to view the full list of screens or options within a limited space. When the list of items exceeds the available space, the user can scroll up or down to see more options. link
Added sort for fields FileUpload,InlinePicklist

Added sort for field FileUpload,InlinePicklist. Fields has lexicographic sorting. This sorting method is based on the order of characters in the field, where letters and numbers are organized according to their respective positions in the alphabet or numeric sequence. If you want to see InlinePicklist, FileUpload.
Fix filtration

We've resolved filtering issues across types of fields: InlinePickList, PickList, MultipleSelect, Radio, Money, Number, DateTime, DateTimeWithSeconds, FileUpload, Checkbox
Added worked with file store Minio

We've expanded the documentation by including a comprehensive example demonstrating how to work with Minio file storage. This addition offers users practical insights into utilizing Minio for their file storage needs with cxbox. FileStorage.Minio