Skip to content

Commit 5e925db

Browse files
author
pipeline
committed
v28.1.37 is released
1 parent ee7f80f commit 5e925db

File tree

29 files changed

+174
-25
lines changed

29 files changed

+174
-25
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### Switch
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

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

716
### Chart
817

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.1.36 (2024-12-24)
7+
## 28.1.37 (2024-12-31)
88

99
### Circular Gauge
1010

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

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

716
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

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

721
### DocumentEditor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

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

735
### MultiSelect

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
66

77
### GanttChart
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 28.1.36 (2024-12-24)
5+
## 28.1.37 (2024-12-31)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#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.
12+
- `#I661447` - Resolved an issue where templates were not rendered in the printed output of the React Grid.
13+
- `#I664462` - Resolved the issue where `SelectedRowIndex` was not updating correctly when `allowSelection` was enabled dynamically.
14+
- `#I666371` - Resolved the issue where the `rowSelected` event was triggered twice when persist selection was enabled.
15+
- `#FB63898` - The script issue caused by an initial filter query with complex predicates when using the `ODataV4Adaptor` has been resolved.
16+
- `#I665773` - Fixed the issue where the `Column Menu popup` was not positioned correctly when the `StickyHeader` feature was enabled, and the screen was zoomed.
17+
18+
## 28.1.36
619

720
### Grid
821

0 commit comments

Comments
 (0)