Skip to content

v1.2.0

Compare
Choose a tag to compare
@scolladon scolladon released this 18 Sep 17:52
· 28 commits to master since this release
02af818

ChangeLog

Improve Contributor UX with new elements in scratch org definition and gitignore
Improve Developer UX by adding more documentation samples
Fix chartBuilder

Added

  • Documentation chart samples (Horizontal Bar and Time Axis)
  • New scratch org configuration (support for communities and default language)
  • Ignore jsconfig.json files

Fixed

  • ChartBuilder :recordId issue in Lightning Community
  • ChartBuilder data set compatibility depending chart type

Deprecated

  • "label" attribute in the details, soql, custom chart data provider for the ChartBuilder

Security

  • Upgrade lodash to 4.17.19

Breaking Change

ChartBuilder

The label property in the "Dataset" attribute of the ChartBuilder component is renamed to labels to being able to support an Array of labels.

This change has been integrated because of the data set structure changes done to fix the compatibility with the chart types (#5).

This impact the configuration done for the ChartBuilder "Dataset" and "Custom Data Provider" attribute.

It also impact any class inheriting the class ChartDataProvider which manipulate ChartDataProvider.ChartData type because of the name and type of the ChartDataProvider.ChartData.labels property.

Look at the "Dataset" placeholder to better understand the change and do not hesitate to contact us via creating an issue to let us help you transitioning to this version if needed