Essential Studio® for React Release Notes
v31.2.9
November 11, 2025
Chart
Bug Fixes
- The zoom toolkit buttons are now functioning correctly based on the zoom in and zoom out actions.
- The shared tooltip with a fixed location is working as expected.
Data Grid
- Improved API naming consistency and stability.
- Enhanced type safety across all properties and introduced generic (
T) support for the data source in the React Data Grid component. - Improved template rendering by adopting
ComponentTypeoverFunctionType.