Skip to content

Commit 8ac1c82

Browse files
committed
chore(@mendix/charts-web): update changelog
1 parent 391df9c commit 8ac1c82

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/pluggableWidgets/charts-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.2.0] Charts - 2023-08-16
10+
911
### Fixed
1012

1113
- 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.
@@ -14,6 +16,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1416

1517
- 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).
1618

19+
### [3.1.1] LineChart
20+
21+
#### Fixed
22+
23+
- We fixed an issue where it was not possible to select entity attributes in the "line color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "line color" expression editor. With this fix, entity attributes are accessible in the expression editor again for both "line color" and "marker color" settings.
24+
1725
## [4.1.0] Charts - 2023-06-06
1826

1927
### [3.1.0] AreaChart

packages/pluggableWidgets/line-chart-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.1] - 2023-08-16
10+
911
### Fixed
1012

1113
- We fixed an issue where it was not possible to select entity attributes in the "line color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "line color" expression editor. With this fix, entity attributes are accessible in the expression editor again for both "line color" and "marker color" settings.

0 commit comments

Comments
 (0)