Skip to content

Commit 8db52df

Browse files
authored
Data Widgets v2.8.5: Update changelog (#654)
1 parent 44dce64 commit 8db52df

6 files changed

Lines changed: 52 additions & 0 deletions

File tree

packages/modules/data-widgets/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.8.5] DataWidgets - 2023-08-10
10+
911
### Fixed
1012

1113
- We fixed an issue where a data grid's border went missing if the Hiding property (found in Column capabilities) was set to No.
1214

15+
### [2.6.0] DatagridDateFilter
16+
17+
#### Changed
18+
19+
- We changed the DOM Structure for date filter to appear inline with the container in order to make the component more accessible.
20+
21+
### [2.5.0] DatagridDropdownFilter
22+
23+
#### Changed
24+
25+
- We changed the DOM Structure for dropdown filter to appear inline with the container in order to make the component more accessible.
26+
27+
### [2.8.0] Datagrid
28+
29+
#### Changed
30+
31+
- We improved accessibility of the Datagrid widget.
32+
33+
- We changed the DOM Structure for filter options to appear inline with the container in order to make the component more accessible.
34+
35+
#### Fixed
36+
37+
- We fixed table header sticky position incorrectly overlap with dropdown.
38+
39+
### [1.3.4] Gallery
40+
41+
#### Fixed
42+
43+
- We improved accessibility of the Gallery widget.
44+
45+
### [1.1.2] TreeNode
46+
47+
#### Fixed
48+
49+
- We fixed Atlas icon unable to be shown on tree node.
50+
51+
- We fixed an issue where tree child not directly refreshed after updating the data.
52+
1353
## [2.8.4] DataWidgets - 2023-07-13
1454

1555
### [2.7.5] Datagrid

packages/pluggableWidgets/datagrid-date-filter-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.6.0] - 2023-08-10
10+
911
### Changed
1012

1113
- We changed the DOM Structure for date filter to appear inline with the container in order to make the component more accessible.

packages/pluggableWidgets/datagrid-dropdown-filter-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.5.0] - 2023-08-10
10+
911
### Changed
1012

1113
- We changed the DOM Structure for dropdown filter to appear inline with the container in order to make the component more accessible.

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.8.0] - 2023-08-10
10+
911
### Changed
1012

1113
- We improved accessibility of the Datagrid widget.
14+
1215
- We changed the DOM Structure for filter options to appear inline with the container in order to make the component more accessible.
1316

1417
### Fixed

packages/pluggableWidgets/gallery-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.3.4] - 2023-08-10
10+
911
### Fixed
1012

1113
- We improved accessibility of the Gallery widget.

packages/pluggableWidgets/tree-node-web/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.1.2] - 2023-08-10
10+
911
### Fixed
1012

1113
- We fixed Atlas icon unable to be shown on tree node.
14+
1215
- We fixed an issue where tree child not directly refreshed after updating the data.
1316

1417
## [1.1.1] - 2023-05-26

0 commit comments

Comments
 (0)