Skip to content

Commit 2bd2685

Browse files
author
pipeline
committed
v28.1.37 is released
1 parent ebfb9bf commit 2bd2685

File tree

29 files changed

+138
-37
lines changed

29 files changed

+138
-37
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Barcode
86

97
#### Bug Fixes

components/buttons/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### Switch
86

97
#### Bug Fixes

components/calendars/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### DateRangePicker
86

97
#### Bug Fixes

components/charts/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
### Chart
6+
7+
#### Bug Fixes
8+
9+
- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
10+
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
11+
12+
## 28.1.36
613

714
### Chart
815

components/circulargauge/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
## [Unreleased]
66

7-
## 28.1.36 (2024-12-24)
8-
97
### Circular Gauge
108

119
#### New features

components/diagrams/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
### Diagram
6+
7+
#### Bug Fixes
8+
9+
- `#I664086` - Bezier settings are now applied to freehand connectors during the drawing process.
10+
- `#I664088` - Segment points are now draggable even when the pointer is positioned on the outer part of an increased segment thumb size.
11+
512
## 28.1.36 (2024-12-24)
613

714
### Diagram

components/documenteditor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
### DocumentEditor
6+
7+
#### Bug Fixes
8+
9+
- `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
10+
- `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option.
11+
- `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
12+
- `#I656347` - Fixed the issue where an empty cell was not added in a split row widget.
13+
- `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
14+
- `#I660441` - Fixed the issue where a table became corrupt after merging cells.
15+
- `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text.
16+
517
## 28.1.36 (2024-12-24)
618

719
### DocumentEditor

components/dropdowns/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
## [Unreleased]
44

5+
### Mention
6+
7+
#### Bug Fixes
8+
9+
- `#I666283` - Fixed an issue where the `Select` event did not trigger when using the `Tab` key for selection.
10+
11+
### ComboBox
12+
13+
#### Bug Fixes
14+
15+
- `#I664927` - Fixed a console error that occurred when attempting to filter data using pasted text.
16+
17+
### MultiSelect
18+
19+
#### Bug Fixes
20+
21+
- `#I584660` - Fixed a console error that occurred when using the `getTextByValue` method without a dataset.
22+
23+
- `#I661577` - Fixed the issue where the placeholder was not displayed after clearing the value.
24+
25+
- `#I663752` - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.
26+
27+
- `#I661577` - Fixed the issue where the placeholder was not displayed after clearing the value.
28+
29+
### DropDownTree
30+
31+
#### Bug Fixes
32+
33+
- `#I662775` - Resolved the empty chip element creation when setting empty string for value property in Dropdown Tree component.
34+
535
## 28.1.36 (2024-12-24)
636

737
### MultiSelect

components/gantt/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
6-
75
### GanttChart
86

97
#### Bug fixes

components/grids/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
### Grid
6+
7+
#### Bug fixes
8+
9+
- `#I662531` - The script error that occurred when autofit was enabled in the Grid, the width of the first column was undefined, and its visibility was set to false has been resolved.
10+
- `#I661447` - Resolved an issue where templates were not rendered in the printed output of the React Grid.
11+
- `#I664462` - Resolved the issue where `SelectedRowIndex` was not updating correctly when `allowSelection` was enabled dynamically.
12+
- `#I666371` - Resolved the issue where the `rowSelected` event was triggered twice when persist selection was enabled.
13+
- `#FB63898` - The script issue caused by an initial filter query with complex predicates when using the `ODataV4Adaptor` has been resolved.
14+
- `#I665773` - Fixed the issue where the `Column Menu popup` was not positioned correctly when the `StickyHeader` feature was enabled, and the screen was zoomed.
15+
16+
## 28.1.36
617

718
### Grid
819

0 commit comments

Comments
 (0)