SmartClient Releases
Released: Nov 19, 2024
Updates in V13.1
Features
- Improved Visuals: Elegant Skins, Scalable Icons, and Retina-Quality Media
- Shiva Skin - A new, sleek visual skin has been added that enhances application aesthetics with stylish fonts, dynamic color schemes, and sharp SVG icons. A dark mode version, "Shiva Dark," is also in the pipeline for low-light environments.
- SVG Spriting - Added new SVG spriting technology which allows icons to load efficiently in a single file, reducing load times. These SVG icons are scalable and dynamic, making...
Released: Oct 30, 2024
Updates in V13.0p-2024-10-30
Fixes
- Fixed an issue where if the last record in a grid with virtual scrolling enabled was taller than the viewport, it wasn't possible to scroll to the bottom of that last row. This was reproducible with expansion components.
Released: Oct 24, 2024
Updates in V13.0p-2024-10-24
Fixes
- Fixed an issue where local displayField values wouldn't get picked up for formItems in forms within a ValuesManager, leading to potential unnecessary fetches against the optionDataSource to retrieve a display field value for the current data value from the server.
Released: Oct 22, 2024
Updates in V13.0p-2024-10-22
Fixes
- Fixed a problem with AdaptiveMenu where visibleWhen rules could sometimes cause a warning: "removeAt(): No valid record at position 0 to remove".
Released: Oct 19, 2024
Updates in V13.0p-2024-10-19
Fixes
- Fixed the layout logic running when you freeze/unfreeze a ListGrid column so that warnings about a bad "draw state" are never reported to the browser console.
- Fixed an issue where columns were disappearing from a grid after a frozen column is unfrozen via the column's header button menu.
Released: Oct 18, 2024
Updates in V13.0p-2024-10-18
Fixes
- Fixed a bug where a criteria with string date-values like "2024-10-24" would not appear in the MiniDateRangeItem of a date field in a ListGrid filterEditor, while the filter still worked.
Released: Sep 30, 2024
Updates in V13.0p-2024-09-30
Features
- Improved previous fix increasing the maximum websocket message size for Tomcat.
- More sizing details are now logged to help diagnose how the max size got exceeded.
Released: Sep 29, 2024
Updates in V13.0p-2024-09-29
Fixes
- Fixed a bug where a button with actionType: "radio" would lose a "selected" setting applied at init.
Released: Sep 26, 2024
Updates in V13.0p-2024-09-26
Fixes
- Fixed an issue where "[N/A]" was showing up instead of the debug data in the "Raw Response" pane of the RPC tab of the Developer Console when doing remote debugging.
Released: Sep 25, 2024
Updates in V13.0p-2024-09-25
Fixes
- Fixed an issue with FileItem where multipleValueSeparator was not respected on created UploadItems.