Skip to content

Commit 391df9c

Browse files
authored
[WC-1999] chore(charts-web): update changelog (#661)
2 parents 0ab7d06 + dd9c069 commit 391df9c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/pluggableWidgets/charts-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- We fixed an issue where, in 4.0, parameters related to on-click actions were missing. In versions of the widget before 4.0, when you added an on click action to the widget, additional parameters were passed. These parameters are now being passed again.
1212

13+
### Breaking changes
14+
15+
- After updating the widget(s) to this version, a few properties will lose their configured values. The following properties should be reconfigured manually (if they were configured before): `Line color` (Line chart), `Marker color` (Line chart), `On click action` (all widgets except Pie chart and Heat map).
16+
1317
## [4.1.0] Charts - 2023-06-06
1418

1519
### [3.1.0] AreaChart

packages/pluggableWidgets/charts-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendix/charts-web",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Chart widgets collection for data visualization",
55
"license": "Apache-2.0",
66
"private": false,

packages/pluggableWidgets/charts-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Charts" version="4.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Charts" version="4.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="AreaChart/AreaChart.xml" />
66
<widgetFile path="BarChart/BarChart.xml" />

0 commit comments

Comments
 (0)