Skip to content

Commit

Permalink
chore(@mendix/data-widgets): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
uicontent authored and gjulivan committed Oct 31, 2024
1 parent 91ba1ec commit c2e9c91
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions packages/modules/data-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,56 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.25.0] DataWidgets - 2024-10-31

### [2.10.3] DatagridDateFilter

#### Fixed

- We fixed an issue with grid wide filters not resetting.

### [2.9.2] DatagridDropdownFilter

#### Fixed

- We fixed an issue where onChange events were not being triggered on dropdown filter.

- We fixed an issue with dropdown filters in some cases not setting or resetting.

### [2.8.3] DatagridNumberFilter

#### Fixed

- We fixed an issue with grid wide filters not resetting.

### [2.8.3] DatagridTextFilter

#### Fixed

- We fixed an issue with grid wide filters not resetting.

### [2.25.0] Datagrid

#### Changed

- We improved our drop-down filter integration - now the drop-down can store its value in the personalization config. For best results, the new 'Use lazy load' property should be set to false.

#### Added

- We added new 'Use lazy load' property that can be used to improve the end-user experience.

#### Fixed

- We fixed an issue with grid wide filters not resetting.

### [1.12.2] Gallery

#### Fixed

- We resolved an issue where the gallery filter was not being applied at first.

- We fixed an issue with grid wide filters not resetting.

## [2.23.2] DataWidgets - 2024-10-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/datagrid-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.26.1] - 2024-10-31
## [2.25.0] - 2024-10-31

### Changed

Expand Down

0 comments on commit c2e9c91

Please sign in to comment.