Skip to content

Commit 85af8ff

Browse files
committed
chore(data-widgets): update changelog
1 parent e1478a3 commit 85af8ff

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.7.1] DataWidgets - 2023-05-01
10+
11+
### [2.5.0] DatagridDateFilter
12+
13+
#### Fixed
14+
15+
- We fixed an issue with widget rendering and performance.
16+
17+
#### Breaking changes
18+
19+
- We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
20+
21+
### [2.4.0] DatagridDropdownFilter
22+
23+
#### Fixed
24+
25+
- We fixed an issue with widget rendering and performance.
26+
27+
#### Breaking changes
28+
29+
- We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
30+
31+
### [2.4.0] DatagridNumberFilter
32+
33+
#### Fixed
34+
35+
- We fixed an issue with widget rendering and performance.
36+
37+
#### Breaking changes
38+
39+
- We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
40+
41+
### [2.4.0] DatagridTextFilter
42+
43+
#### Fixed
44+
45+
- We fixed an issue with widget rendering and performance.
46+
47+
#### Breaking changes
48+
49+
- We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
50+
951
## [2.7.0] DataWidgets - 2023-03-29
1052

1153
### [2.7.0] 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.5.0] - 2023-05-01
10+
911
### Fixed
1012

1113
- We fixed an issue with widget rendering and performance.

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.4.0] - 2023-05-01
10+
911
### Fixed
1012

1113
- We fixed an issue with widget rendering and performance.

packages/pluggableWidgets/datagrid-number-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.4.0] - 2023-05-01
10+
911
### Fixed
1012

1113
- We fixed an issue with widget rendering and performance.

packages/pluggableWidgets/datagrid-text-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.4.0] - 2023-05-01
10+
911
### Fixed
1012

1113
- We fixed an issue with widget rendering and performance.

0 commit comments

Comments
 (0)