Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"jest-environment-jsdom": "^29.7.0",
"[email protected]": ">=1.0.2",
"[email protected]": ">=1.0.2",
"@codemirror/view": "^6.34.2",
"@codemirror/view": "^6.38.1",
"@codemirror/state": "^6.5.2",
"enzyme>cheerio": "1.0.0-rc.10",
"ts-node": "10.9.2",
"react-big-calendar@1>clsx": "2.1.0"
Expand Down
8 changes: 7 additions & 1 deletion packages/pluggableWidgets/area-chart-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.2.0] - 2025-06-03
## [6.1.1] - 2025-07-15

### Changed

- We updated shared charts dependency.

## [6.1.0] - 2025-06-04

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/area-chart-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/area-chart-web",
"widgetName": "AreaChart",
"version": "6.2.0",
"version": "6.1.1",
"description": "An area chart displays a solid color between the traces of a graph.",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "9.6.0",
"minimumMXVersion": "9.24.0.2965",
"appName": "Area Chart"
},
"testProject": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/area-chart-web/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="AreaChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="AreaChart" version="6.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="AreaChart.xml" />
</widgetFiles>
Expand Down
8 changes: 7 additions & 1 deletion packages/pluggableWidgets/bar-chart-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.2.0] - 2025-06-03
## [6.1.1] - 2025-07-15

### Changed

- We updated shared charts dependency.

## [6.1.0] - 2025-06-04

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/bar-chart-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/bar-chart-web",
"widgetName": "BarChart",
"version": "6.2.0",
"version": "6.1.1",
"description": "Shows difference between the data points for one or more categories.",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "9.6.0",
"minimumMXVersion": "9.24.0.2965",
"appName": "Bar Chart"
},
"testProject": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/bar-chart-web/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="BarChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="BarChart" version="6.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="BarChart.xml" />
</widgetFiles>
Expand Down
8 changes: 7 additions & 1 deletion packages/pluggableWidgets/bubble-chart-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.2.0] - 2025-06-03
## [6.1.1] - 2025-07-15

### Changed

- We updated shared charts dependency.

## [6.1.0] - 2025-06-04

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/bubble-chart-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/bubble-chart-web",
"widgetName": "BubbleChart",
"version": "6.2.0",
"version": "6.1.1",
"description": "Shows data in a bubble format graph.",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "9.6.0",
"minimumMXVersion": "9.24.0.2965",
"appName": "Bubble Chart"
},
"testProject": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="BubbleChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="BubbleChart" version="6.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="BubbleChart.xml" />
</widgetFiles>
Expand Down
6 changes: 6 additions & 0 deletions packages/pluggableWidgets/chart-playground-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.0.1] - 2025-07-15

### Changed

- We updated shared charts dependency.

## [2.0.0] - 2025-02-28

### Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/chart-playground-web",
"widgetName": "ChartPlayground",
"version": "2.0.0",
"version": "2.0.1",
"description": "A small playground widget for charts",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="ChartPlayground" version="2.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="ChartPlayground" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ChartPlayground.xml" />
</widgetFiles>
Expand Down
78 changes: 65 additions & 13 deletions packages/pluggableWidgets/charts-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,103 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.2.0] Charts - 2025-06-03
## [6.1.2] Charts - 2025-09-22

### [6.2.0] AreaChart
### [1.1.2] CustomChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0
- We fixed an issue where event data attribute wouldn't successfully get its value set.

## [6.1.1] Charts - 2025-07-15

### [6.1.1] AreaChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] BarChart

#### Changed

- We updated shared charts dependency.

### [6.2.0] BarChart
### [6.1.1] BubbleChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] ColumnChart

#### Changed

- We updated shared charts dependency.

### [1.1.1] CustomChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0
- We fixed an issue with incorrect parsing and merging of layout and data properties.

### [6.1.1] HeatMap

### [6.2.0] BubbleChart
#### Fixed

- We fixed on click events by correctly adding datasource.

### [6.1.1] PieChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] TimeSeries

#### Changed

- We updated shared charts dependency.

### [2.0.1] ChartPlayground

#### Changed

- We updated shared charts dependency.

## [6.1.0] Charts - 2025-06-04

### [6.1.0] AreaChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] ColumnChart
### [6.1.0] BarChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [1.2.0] CustomChart
### [6.1.0] BubbleChart

#### Changed
#### Fixed

- We increase the version to update shared code.
- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] LineChart
### [6.1.0] ColumnChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] PieChart
### [1.1.0] CustomChart

#### Changed

- We increase the version to update shared code.

### [6.2.0] TimeSeries
### [6.1.0] TimeSeries

#### Fixed

Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/charts-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mendix/charts-web",
"version": "6.2.0",
"version": "6.1.2",
"description": "Chart widgets collection for data visualization",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "10.6.0.23934",
"minimumMXVersion": "9.24.0.2965",
"appNumber": 105695,
"appName": "Charts",
"reactReady": true
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/charts-web/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Charts" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Charts" version="6.1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="AreaChart/AreaChart.xml" />
<widgetFile path="BarChart/BarChart.xml" />
Expand Down
8 changes: 7 additions & 1 deletion packages/pluggableWidgets/column-chart-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.2.0] - 2025-06-03
## [6.1.1] - 2025-07-15

### Changed

- We updated shared charts dependency.

## [6.1.0] - 2025-06-04

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/column-chart-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/column-chart-web",
"widgetName": "ColumnChart",
"version": "6.2.0",
"version": "6.1.1",
"description": "Shows data in a column format graph.",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "9.6.0",
"minimumMXVersion": "9.24.0.2965",
"appName": "Column Chart"
},
"testProject": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="ColumnChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="ColumnChart" version="6.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ColumnChart.xml" />
</widgetFiles>
Expand Down
14 changes: 13 additions & 1 deletion packages/pluggableWidgets/custom-chart-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.2.0] - 2025-06-03
## [1.1.2] - 2025-09-22

### Fixed

- We fixed an issue where event data attribute wouldn't successfully get its value set.

## [1.1.1] - 2025-07-15

### Fixed

- We fixed an issue with incorrect parsing and merging of layout and data properties.

## [1.1.0] - 2025-06-04

### Changed

Expand Down
8 changes: 4 additions & 4 deletions packages/pluggableWidgets/custom-chart-web/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@mendix/custom-chart-web",
"widgetName": "CustomChart",
"version": "1.2.0",
"description": "",
"version": "1.1.2",
"description": "Create customizable charts with Plotly.js for advanced visualization needs",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"packagePath": "com.mendix.widget.web",
"marketplace": {
"minimumMXVersion": "10.16.0",
"minimumMXVersion": "9.24.0.2965",
"appNumber": 1234,
"appName": "Custom chart"
},
Expand All @@ -39,7 +39,7 @@
"publish-marketplace": "rui-publish-marketplace",
"release": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pluggable-widgets-tools release:web",
"start": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pluggable-widgets-tools start:server",
"test": "echo 'FIXME: Finish custom-chart-web unit test migration'",
"test": "pluggable-widgets-tools test:unit:web:enzyme-free",
"update-changelog": "rui-update-changelog-widget",
"verify": "rui-verify-package-format"
},
Expand Down
Loading