Releases: SalesforceLabs/LightningWebChartJS
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
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
v1.1.1
ChangeLog
Fix typo and follow naming convention.
Plus fix github action CI cache
Added
- Missing tickCallback attribute on axis
Changed
- Update cache to use cachev2 in github actions
- ticks* attribute now become tick* on axis : ex ticksMax => tickMax on cartesianAxis.js
- Update sample gallery
Fixed
- Typos on the documentation
- Remove non existing callbacks attribut from the documentation
Deprecated
- ticks* attribute on axis
v.1.1.0
Changelog
Some bug fixing and improvements for Salesforce Security Review
Added
- Stacked and stack properties in cartesian axis and data attributes, for building stacked charts
- Sample stacked chart
Security
- Fixed security problem when assigning values to properties in renderedCallback
v1.0.1
Change Log
Post 1.0.0 version minor patches and improvements
Added
- Dynamic handler property datasource for the LWCC App Builder component
- Expose LWCC App Builder component to the Community
- Expose ChartJs loaded event
- Add missing attribut to the data component
Changed
- Improve javascript comment in the code
Fixed
- Fix :recordId in SOQL for the LWCC App Builder component