SmartClient Releases
Released: Jan 23, 2025
Updates in V13.1p_2025-01-23
Funktionen
- Added sqlPrefix/Suffix which allows you to specify arbitrary text to appear before and/or after any generated SQL, at the DataSource or operation level.
- Removed unnecessary synchronization from the Velocity evaluate() function, and helper functions that call it.
- Added new API DrawPane.getViewPortRectInViewBoxCoords(), which returns doubles for precision. getViewportWidth()/getViewPortHeight() already existed, so the name explicitly states the coordinate system to avoid any confusion...
Released: Nov 19, 2024
Updates in V13.1
Funktionen
- 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...
Released: Oct 30, 2024
Updates in V13.0p-2024-10-30
Fehlerkorrekturen
- 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
Fehlerkorrekturen
- 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
Fehlerkorrekturen
- 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
Fehlerkorrekturen
- 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
Fehlerkorrekturen
- 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
Funktionen
- 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
Fehlerkorrekturen
- 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
Fehlerkorrekturen
- 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.