Releases: mendix/web-widgets
Data Widgets v2.17.0
[2.17.0] Datagrid
Fixed
-
Fixed an issue with default column colors in design mode.
-
Fixed an issue with dynamic text not rendering.
Changed
- We have enhanced the swap behavior of the columns, making it more intuitive and user-friendly. This improvement also includes a slight adjustment to the classnames applied to the elements being swapped, providing better control over their styling.
Added
- We added the ability to store personalization configuration in the browser's local storage, in addition to the existing option of using an attribute.
Data Widgets v2.16.1
[2.16.1] Datagrid
Fixed
- We fixed an issue with sorting by columns that display dynamic text or custom content.
Data Widgets v2.16.0
[2.16.0] Datagrid
Added
-
Limited the number of items rendered on design mode to 3.
-
We have expanded the pagination options by introducing a new feature called 'Load more'. This option enables users to load additional data with the click of a button. Thank you, @sharadsums, for making this feature.
Changed
- Previously, if the attribute configured for storing personalization settings was changed externally, the data grid did not reflect these changes. Moving forward, the data grid widget will now automatically re-read and apply personalization settings whenever the underlying attribute changes.
Fixed
-
We fixed an issue where the columns exported on ExportToExcel action are not the same as the ones visible on Datagrid 2.
-
We made Visible property of columns required. It is no longer possible to leave the expression empty, therefore you will need to explicitly set a boolean value to set the visibility.
[1.7.0] Gallery
Added
- Limited the number of items rendered on design mode to 3.
Combo box v1.3.1
Fixed
- We fixed scrollbar click issue causing combobox to close.
Rich Text v3.0.2
Fixed
- We fix issue with menubar and statusbar not showing on sub-folder deployment.
Combo box v1.3.0
Fixed
-
We fixed sorting on combobox, now the sorting follows the default when the combobox opens, and follow a sorted ranking when any input is given.
-
We fixed focusable element not able to have focus if being placed on custom footer.
Added
- We added static values feature support.
Breaking changes
- We renamed database attribute source key definition. if you already using database source, this will reset it back to none.
Data Widgets v2.15.0
Fixed
- Fixed Datagrid Date Filter custom date formats throwing error. When customers try to use a custom format like
YYww.Ethey were getting an error and also the output date were not correct.
Added
- New JS actions for resetting filters in Data grid 2 and Gallery.
Reset_All_Filtersresets all filters within Data grid 2 or Gallery.Reset_Filterresets a single filter.
[2.7.0] DatagridDateFilter
Fixed
- Fixed custom date format throwing error. When customers try to use a custom format like
YYww.Ethey were getting an error and also the output date were not correct.
Added
- A new hook that subscribes the widget to external events.
[2.6.0] DatagridDropdownFilter
Added
- A new hook that subscribes the widget to external events.
[2.5.0] DatagridNumberFilter
Added
- A new hook that subscribes the widget to external events.
[2.5.0] DatagridTextFilter
Added
- A new hook that subscribes the widget to external events.
[2.15.0] Datagrid
Added
- A new hook that subscribes the widget to external events.
[1.6.0] Gallery
Added
- A new hook that subscribes the widget to external events.
Events v1.0.0
Added
- initial version of app events with component load and attribute change
Rich Text v3.0.1
Changed
- We update the widget icons.
Fixed
- We removed toolbar, menubar, and statusbar on readonly.
Data Widgets v2.14.0
[2.14.0] Datagrid
Fixed
- We fixed an issue where the columns exported on ExportToExcel action are not the same as the ones visible on Datagrid 2.
[1.5.0] Gallery
Added
-
We added a new feature to Gallery: Now it is possible to navigate on gallery items using keyboard.
-
We added a new feature to Gallery: You can use the keyboard to select multiple items inside the gallery, just as simple as shift + arrow keys. You can also unselect an item with shift+space.