Skip to content

Commit a88f725

Browse files
committed
chore(charts-web): update changelog
1 parent 728c608 commit a88f725

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+
- This version includes XML changes in some of the widgets, which means that you may notice that after updating your widget, these settings lost their configured value: 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)