DRay
01-05-2024Admin
ComposeSDK v1.0.0 released!
🛳 Major version 1.0.0 released!
Added
- Publish
@sisense/sdk-ui-vue
and related dependencies to NPM registry for internal testing. - Add component
ScattermapChart
and support thescattermap
chart type in componentsChart
,ChartWidget
, andDashboardWidget
for beta testing - Add component
BoxplotChart
and support theboxplot
chart type in componentsChart
,ChartWidget
, andDashboardWidget
for beta testing - Support filter relations (logic operators
and
andor
) for beta testing - Add UI component
RelativeDateFilterTile
Changed
- Breaking: Refactor
ExecuteQuery
andExecuteQueryByWidgetId
to returnQueryState
andQueryByWidgetIdState
, respectively - Breaking: Rename type alias
StyleOptions
toChartStyleOptions
- Breaking: Combine prop
widgetStyleOptions
intostyleOptions
forChartWidget
andDashboardWidget
- Breaking: Rename type
IndicatorDataOptions
toIndicatorChartDataOptions
- Breaking: Rename namespace
measures
tomeasureFactory
and namespacefilters
tofilterFactory