C3 AI Documentation Home

Change log for uiSdlReact

All notable changes to the package uiSdlReact are documented here.

Version 8.9.0

Bug fixes

  • en.csv
    • Corrected time format label in SDLDateTime from 'mm:ss' to 'hh:mm' to accurately reflect the expected input format.

Version 8.8.0

Bug fixes

  • SDLSlider
    • Fixed bug where setting slider to disabled did not disable the slider input field.
  • SDLLineBarChart
    • Fixed a bug for scenario with multiple y-axes, configured titles were not respected
  • SDLChart
    • Fixed a bug for collapsible x-axis, where y-axis marker series were not appearing in tooltips, when a range was collapsed

Deprecations

  • `SDLUploader
    • Deprecate SDLUploader. It will be removed entirely in 8.11.

Version 8.7.0

Bug fixes

  • EchartsOptionHelper
    • Fixed issue with multiple y-axes having cut off titles and labels
    • Fixed issue with too much gap between y-axes when multiple y-axes and long axis labels
  • SDLGridCell
    • Fixed issue with child input element losing focus when typing
  • SDLModalBody
    • Fixed a bug from the FocusTrap external library where an open modal would cause a focus-trap error upon navigating backwards in the browser and then navigating forward again.

Improvements

  • SDLChart
    • Added multi-section tooltips for showing information about x-axis range markers

Version 8.6.9

Bug Fixes

  • SDLActionGroup
    • Fixed a regression in action buttons where hiddenCondition condition function was not being evaluated on every type of action button causing the action button to be visible all the time even when the condition returned a valid hidden value.
  • SDLModalBody
    • Fixed a bug from the FocusTrap external library where an open modal would cause a focus-trap error upon navigating backwards in the browser and then navigating forward again.

Version 8.6.0

Bug fixes

  • EchartsOptionHelper
    • Updated to use getComputedBodyStyles to determine area chart colors
    • Fixed bug with synchronized charts and eventDataSpec configured
  • SDLMetricTile
    • Updated to use getComputedBodyStyles to determine area chart colors
  • SDLDateTime
    • Fixed an issue where if the date input got closed and the date was not set, the date input would be invalid
  • useTranslate
    • Translation keys can now contain spaces
  • SDLSelectField
    • Fixed bug where previously selected value would appear in tooltip, even after value was cleared

Version 8.5.0

Improvements

  • SDLPageTitle
    • Added prop for defaultPageTitle which allows to set a default value for document.title when one is not derived from title or tabs.

Version 8.4.0

Bug Fixes

  • SDLChart
    • Fixed chart flickering on data or prop update
  • SDLCollectionListItem
    • Implemented ability to configure link for collection list item
    • Implemented ability to pass data object and use it to interpolate link variable

Improvements

  • SDLButton
    • Exposed all icons to be used as button icons.
  • InternalHyperlink
    • Allows keyboard modifiers to change click behavior, enabling new tab and new window to be opened on click.

Version 8.3.3

Bug Fixes

  • SDLGrid
    • Updated component to render SDLInfoTooltip with hover description when hovering icon instead of anywhere on the Data Grid header.
Was this page helpful?