Releases: mendix/web-widgets
Releases · mendix/web-widgets
Rich Text v4.0.0
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
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
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
[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
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
[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
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
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
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
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.