Skip to content

Releases: mendix/web-widgets

Rich Text v4.0.0

29 Oct 13:52
Compare
Choose a tag to compare

Breaking changes

  • The Rich Text widget has been updated to use Quill V2 due to a license change in TinyMCE. Unlike TinyMCE, Quill V2 does not require rendering a separate iframe, which simplifies styling and content security configurations. Users should review and adjust their widget configurations after updating.

Combo box v2.1.0

29 Oct 13:54
Compare
Choose a tag to compare

Added

  • We added support for attribute with Long type.

Changed

  • We make Value no longer required if the Target attribute is not set for database datasource.

  • We restructure Attribute group configuration and rename it as Store value.

Charts v5.1.0

28 Oct 15:12
Compare
Choose a tag to compare

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] AreaChart

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] BarChart

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] BubbleChart

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] ColumnChart

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] HeatMap

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] LineChart

Changed

  • We changed bundling to make plotly scannable by package scanners

[5.1.0] PieChart

Changed

  • We changed bundling to make plotly scannable by package scanners.

[5.1.0] TimeSeries

Changed

  • We changed bundling to make plotly scannable by package scanners.

[1.1.0] ChartPlayground

Changed

  • We changed bundling to make plotly scannable by package scanners.

AnyChart v3.0.4

21 Oct 13:41
Compare
Choose a tag to compare

[3.0.4] AnyChart

Changed

  • We updated the light and dark icons and tiles for the widget.

  • We fixed the relative path to avoid importing issues with the widget when the application's root URL is not the base domain.

  • We updated plotly to version 2.35.2

Google Tag v2.3.0

18 Oct 14:08
Compare
Choose a tag to compare

Added

  • We introduced introduce a new functionality allowing to optionally share the authenticated user ID with Google Analytics. Thank you for the feature update @rborer !

Fixed

  • We removed redundant code to improve widget load time in the browser.

Charts v5.0.3

15 Oct 14:16
Compare
Choose a tag to compare

[5.0.1] AreaChart

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.1] BarChart

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.1] BubbleChart

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.1] ColumnChart

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.1] HeatMap

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.1] LineChart

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.2] PieChart

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[5.0.1] TimeSeries

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

[1.0.1] ChartPlayground

Fixed

  • We fixed an issue where the widget is not automatically resized inside a pop up dialog.

Data Widgets v2.24.1

14 Oct 14:57
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where filters wouldn't reset.

[2.8.2] DatagridNumberFilter

Fixed

  • We fixed an issue where filters wouldn't reset.

[2.8.2] DatagridTextFilter

Fixed

  • We fixed an issue where filters wouldn't reset.

Data Widgets v2.23.2

14 Oct 15:20
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where filters wouldn't reset.

[2.8.2] DatagridNumberFilter

Fixed

  • We fixed an issue where filters wouldn't reset.

[2.8.2] DatagridTextFilter

Fixed

  • We fixed an issue where filters wouldn't reset.

Tooltip v1.4.1

09 Oct 12:46
Compare
Choose a tag to compare

Fixed

  • We fixed placement issues with tooltip when placed inside a layout container by adjusting the width of the trigger's container

Combo box v2.0.2

03 Oct 11:20
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where the onChange event was not being triggered when selecting an item for the first time.

  • We fixed an issue where the combo box values would not refresh after toggling its read-only state.