Skip to content

Commit cbf6495

Browse files
author
pipeline
committed
v24.2.6 is released
1 parent 4d345a6 commit cbf6495

File tree

31 files changed

+52
-55
lines changed

31 files changed

+52
-55
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-
## 24.2.5 (2024-02-13)
5+
## 24.2.6 (2024-02-15)
66

77
### Barcode
88

components/buttons/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-buttons.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-buttons": "*"

components/calendars/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-calendars.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-calendars": "*"

components/charts/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-charts.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-charts": "*"

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-react-diagrams",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-documenteditor.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-documenteditor": "*"

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.6 (2024-02-15)
6+
7+
### ListBox
8+
9+
- `#I548014` - Issue with "Reduce the time taken to move records in a dual listbox when using moveTo/moveFrom toolbar click" has been resolved.
10+
11+
### Mention
12+
13+
#### Bug Fixes
14+
15+
-`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
16+
17+
18+
- `#F186429` - Fixed an issue where the mention popup was not aligned properly when the mention target was set as `iframe`.
19+
520
## 24.2.5 (2024-02-13)
621

722
### DropdownList
823

924
#### Bug Fixes
1025

1126
- `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
27+
- `#I546769` - Fixed an issue where the `isInteracted` property return false after selecting a value using focus out.
1228

1329
## 24.2.4 (2024-02-06)
1430

components/dropdowns/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-dropdowns.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-dropdowns": "*"

components/filemanager/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-react-filemanager",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-gantt",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)