DRay
03-04-2025Admin
Compose SDK minor version 1.31.0 released!
🚢[1.31.0] - 2025-03-04🚢
Added
- Add numeric filters support in
FilterEditorPopover
for internal testing - Add lazy loading for
FilterEditorPopover
members lists for internal testing
Changed
- Breaking: Make
chartRecommendations
inNlqResponseData
internal - Update
FilterEditorPopover
selects to usePopper
instead ofPopover
- Change prefix for CSS variables in Tailwind to avoid conflicts (
--tw
→--csdk-tw
) - Fix chart re-rendering when a trend/forecast fails after a props change
- Improve charts: fix
Pivot
pagination panel visibility after changing the results per page, fix invalid axis points related to navigator - Improve Widget Embed Code: add
StyledColumn
andStyledMeasureColumn
support, fix missing filters prop - Improve testing: add
Chart
component mocking with user interactions, add more pie chart cases to visual tests