Skip to content

Commit d386551

Browse files
author
pipeline
committed
v22.2.12 is released
1 parent 1acd518 commit d386551

File tree

36 files changed

+225
-49
lines changed

36 files changed

+225
-49
lines changed

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.12 (2023-09-05)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.
18+
19+
### DateTimePicker
20+
21+
#### Bug Fixes
22+
23+
- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.
24+
525
## 22.2.11 (2023-08-29)
626

727
### DateRangePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "22.2.10",
3+
"version": "22.2.11",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.12 (2023-09-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F184251` - Fixed an issue in axis label position when label position set to inside for bar series.
12+
513
## 22.2.11 (2023-08-29)
614

715
### Accumulation chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "22.2.10",
3+
"version": "22.2.11",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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+
## 22.2.12 (2023-09-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I469741` - Now, group node rotation and undo working properly.
12+
- `#F184075` - Now, BPMN node subtype visibles whiles changing the node visibility issue is resolved.
13+
- `#I489954` - Now, Connectors are routed correctly while enable routing set as true.
14+
- `#I493510` -Now, Expand and collapse working properly at runtime.
15+
- `#I490046` - In the positionChange event, during the completed state, old and new values remain identical issue is resolved.
16+
517
## 22.2.11 (2023-08-29)
618

719
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-diagrams",
3-
"version": "22.2.10",
3+
"version": "22.2.11",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.12 (2023-09-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
12+
- `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
13+
- `#I494044` - Resolved the exception issue while exporting a document in server side.
14+
- `#I485502` - Now, Date field opened properly in form filling mode.
15+
516
## 22.2.11 (2023-08-29)
617

718
### Document Editor

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "22.2.10",
3+
"version": "22.2.11",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.12 (2023-09-05)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I483661` - Fixed the issue where the selected value was not displayed correctly when using a character inside the datasource.
12+
513
## 22.2.11 (2023-08-29)
614

15+
### Dropdown Tree
16+
17+
#### Bug Fixes
18+
19+
- `#I492834` - An issue with the `noRecordsTemplate` property of the React Dropdown Tree component has been resolved.
20+
721
### DropDown List
822

923
#### Bug Fixes

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "22.2.10",
3+
"version": "22.2.11",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.12 (2023-09-05)
6+
7+
### File Manager
8+
9+
#### Bug fixes
10+
11+
- `#I492168` - The Scrollbar repositioning issue when opening context menu in the File Manager component has been resolved.
12+
513
## 22.2.10 (2023-08-22)
614

715
### File Manager

components/gantt/CHANGELOG.md

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,38 @@
22

33
## [Unreleased]
44

5-
## 22.2.11 (2023-08-29)
5+
## 22.2.12 (2023-09-05)
66

7-
### Gantt Chart
7+
### Gantt
88

99
#### Bug Fixes
1010

11+
- `#I488557` - The project dates are not modified after changing the timeline.
12+
- `#I472635` - When pressing the insert key `newRowPosition` bottom row is not highlighted.
13+
- `#I489655` - Milestone is not converting back to taskbar when we have milestone property has been fixed.
14+
- `#I492520` - Critical path styling not getting cleared correctly issue has been fixed.
15+
- `#I492654` - When empty data source pdf export exception thrown issue has been fixed.
1116
- `#I485527` - Filter menu opening issue in column menu has been fixed.
12-
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
17+
- `#I494859` - Gantt shrinks when we update the datasource issue has been fixed.
18+
19+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
20+
21+
## 22.2.11 (2023-08-29)
1322

1423
### Gantt
1524

1625
#### Bug Fixes
1726

18-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
27+
- `#I485527` - Filter menu opening issue in column menu has been fixed.
28+
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
29+
- `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
30+
- `#I491178` - Data modified in the server is not reflected in the rendered Gantt Chart is fixed.
31+
32+
- `#F183168` - Gantt Chart not refreshing after adding new item is fixed.
1933

2034
## 22.2.10 (2023-08-22)
2135

22-
### Gantt Chart
36+
### Gantt
2337

2438
#### Bug Fixes
2539

@@ -32,7 +46,7 @@
3246

3347
## 22.2.9 (2023-08-15)
3448

35-
### Gantt Chart
49+
### Gantt
3650

3751
#### Bug Fixes
3852

@@ -45,7 +59,7 @@
4559

4660
## 22.2.8 (2023-08-08)
4761

48-
### Gantt Chart
62+
### Gantt
4963

5064
#### Bug Fixes
5165

@@ -58,7 +72,7 @@
5872

5973
## 22.2.7 (2023-08-02)
6074

61-
### Gantt Chart
75+
### Gantt
6276

6377
#### Bug Fixes
6478

@@ -78,7 +92,7 @@
7892

7993
## 22.2.5 (2023-07-27)
8094

81-
### Gantt Chart
95+
### Gantt
8296

8397
#### Bug Fixes
8498

@@ -91,15 +105,15 @@
91105

92106
## 22.1.39 (2023-07-18)
93107

94-
### Gantt Chart
108+
### Gantt
95109

96110
#### Bug Fixes
97111

98112
- `#I45187` - Border is changed to outline in CSS issue has been fixed.
99113

100114
## 22.1.38 (2023-07-11)
101115

102-
### Gantt Chart
116+
### Gantt
103117

104118
#### Bug Fixes
105119

@@ -113,7 +127,7 @@
113127

114128
## 22.1.37 (2023-07-04)
115129

116-
### Gantt Chart
130+
### Gantt
117131

118132
#### Bug Fixes
119133

@@ -124,7 +138,7 @@
124138

125139
## 22.1.36 (2023-06-28)
126140

127-
### Gantt Chart
141+
### Gantt
128142

129143
#### Bug Fixes
130144

@@ -139,7 +153,7 @@
139153

140154
## 22.1.34 (2023-06-21)
141155

142-
### Gantt Chart
156+
### Gantt
143157

144158
#### Features
145159

@@ -152,7 +166,7 @@
152166

153167
## 21.2.10 (2023-06-13)
154168

155-
### Gantt Chart
169+
### Gantt
156170

157171
#### Bug Fixes
158172

@@ -165,7 +179,7 @@
165179

166180
## 21.2.9 (2023-06-06)
167181

168-
### Gantt Chart
182+
### Gantt
169183

170184
#### Bug Fixes
171185

@@ -189,7 +203,7 @@
189203

190204
## 21.2.8 (2023-05-30)
191205

192-
### Gantt Chart
206+
### Gantt
193207

194208
#### Bug Fixes
195209

@@ -206,7 +220,7 @@
206220

207221
## 21.2.6 (2023-05-23)
208222

209-
### Gantt Chart
223+
### Gantt
210224

211225
#### Bug Fixes
212226

@@ -216,7 +230,7 @@
216230

217231
## 21.2.5 (2023-05-16)
218232

219-
### Gantt Chart
233+
### Gantt
220234

221235
#### Bug Fixes
222236

@@ -232,7 +246,7 @@
232246

233247
## 21.2.4 (2023-05-09)
234248

235-
### Gantt Chart
249+
### Gantt
236250

237251
#### Bug Fixes
238252

@@ -249,7 +263,7 @@
249263

250264
## 21.2.3 (2023-05-03)
251265

252-
### Gantt Chart
266+
### Gantt
253267

254268
#### Bug Fixes
255269

@@ -259,7 +273,7 @@
259273

260274
## 21.1.41 (2023-04-18)
261275

262-
### Gantt Chart
276+
### Gantt
263277

264278
#### Bug Fixes
265279

@@ -276,7 +290,7 @@
276290

277291
## 21.1.38 (2023-04-04)
278292

279-
### Gantt Chart
293+
### Gantt
280294

281295
#### Bug Fixes
282296

@@ -292,7 +306,7 @@
292306

293307
## 21.1.37 (2023-03-29)
294308

295-
### Gantt Chart
309+
### Gantt
296310

297311
#### Bug Fixes
298312

@@ -305,7 +319,7 @@
305319

306320
## 21.1.35 (2023-03-23)
307321

308-
### Gantt Chart
322+
### Gantt
309323

310324
#### Features
311325

@@ -1956,7 +1970,7 @@
19561970

19571971
## 21.1.36 (2023-06-28)
19581972

1959-
### Gantt Chart
1973+
### Gantt
19601974

19611975
#### Bug Fixes
19621976

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "22.2.10",
3+
"version": "22.2.11",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)