Skip to content

Commit 63255fd

Browse files
committed
fix: fix rendering in design mode
1 parent 2531a52 commit 63255fd

File tree

7 files changed

+125
-1
lines changed

7 files changed

+125
-1
lines changed

packages/modules/data-widgets/CHANGELOG.md

+88
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,94 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.25.1] DataWidgets - 2024-11-04
10+
11+
### [2.10.4] DatagridDateFilter
12+
13+
#### Fixed
14+
15+
- We fixed an issue with the widget failing to render in Design mode.
16+
17+
### [2.9.3] DatagridDropdownFilter
18+
19+
#### Fixed
20+
21+
- We fixed an issue with the widget failing to render in Design mode.
22+
23+
### [2.8.4] DatagridNumberFilter
24+
25+
#### Fixed
26+
27+
- We fixed an issue with the widget failing to render in Design mode.
28+
29+
### [2.8.4] DatagridTextFilter
30+
31+
#### Fixed
32+
33+
- We fixed an issue with the widget failing to render in Design mode.
34+
35+
### [2.25.1] Datagrid
36+
37+
#### Fixed
38+
39+
- We fixed an issue with the widget failing to render in Design mode.
40+
41+
### [1.12.3] Gallery
42+
43+
#### Fixed
44+
45+
- We fixed an issue with the widget failing to render in Design mode.
46+
47+
## [2.25.0] DataWidgets - 2024-10-31
48+
49+
### [2.10.3] DatagridDateFilter
50+
51+
#### Fixed
52+
53+
- We fixed an issue with grid wide filters not resetting.
54+
55+
### [2.9.2] DatagridDropdownFilter
56+
57+
#### Fixed
58+
59+
- We fixed an issue where onChange events were not being triggered on dropdown filter.
60+
61+
- We fixed an issue with dropdown filters in some cases not setting or resetting.
62+
63+
### [2.8.3] DatagridNumberFilter
64+
65+
#### Fixed
66+
67+
- We fixed an issue with grid wide filters not resetting.
68+
69+
### [2.8.3] DatagridTextFilter
70+
71+
#### Fixed
72+
73+
- We fixed an issue with grid wide filters not resetting.
74+
75+
### [2.25.0] Datagrid
76+
77+
#### Changed
78+
79+
- 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.
80+
81+
#### Added
82+
83+
- We added new 'Use lazy load' property that can be used to improve the end-user experience.
84+
85+
#### Fixed
86+
87+
- We fixed an issue with grid wide filters not resetting.
88+
89+
### [1.12.2] Gallery
90+
91+
#### Fixed
92+
93+
- We resolved an issue where the gallery filter was not being applied at first.
94+
95+
- We fixed an issue with grid wide filters not resetting.
96+
997
## [2.23.2] DataWidgets - 2024-10-14
1098

1199
### Fixed

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

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- We improved type mismatch filter error message.
1212

13+
## [2.10.4] - 2024-11-04
14+
15+
### Fixed
16+
17+
- We fixed an issue with the widget failing to render in Design mode.
18+
1319
## [2.10.3] - 2024-10-31
1420

1521
### Fixed

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

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414

1515
- We improved type mismatch filter error message.
1616

17+
## [2.9.3] - 2024-11-04
18+
19+
### Fixed
20+
21+
- We fixed an issue with the widget failing to render in Design mode.
22+
1723
## [2.9.2] - 2024-10-31
1824

1925
### Fixed

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

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414

1515
- We fixed an issue where onChange wouldn't triggered on empty or not empty filter.
1616

17+
## [2.8.4] - 2024-11-04
18+
19+
### Fixed
20+
21+
- We fixed an issue with the widget failing to render in Design mode.
22+
1723
## [2.8.3] - 2024-10-31
1824

1925
### Fixed

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

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414

1515
- We fixed an issue where onChange wouldn't triggered on empty or not empty filter.
1616

17+
## [2.8.4] - 2024-11-04
18+
19+
### Fixed
20+
21+
- We fixed an issue with the widget failing to render in Design mode.
22+
1723
## [2.8.3] - 2024-10-31
1824

1925
### Fixed

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818

1919
- We improved resizing behaviour of the widget. It is now saving personalization settings only at the end of the resizing.
2020

21-
## [2.26.1] - 2024-10-31
21+
## [2.25.1] - 2024-11-04
22+
23+
### Fixed
24+
25+
- We fixed an issue with the widget failing to render in Design mode.
26+
27+
## [2.25.0] - 2024-10-31
2228

2329
### Changed
2430

packages/pluggableWidgets/gallery-web/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- Fixed issue with xpath when widget has many filters.
1212

13+
## [1.12.3] - 2024-11-04
14+
15+
### Fixed
16+
17+
- We fixed an issue with the widget failing to render in Design mode.
18+
1319
## [1.12.2] - 2024-10-31
1420

1521
### Fixed

0 commit comments

Comments
 (0)