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

+1-1
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

+1-3
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

+1-3
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

+1-3
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

+1-1
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

+1-3
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

+16
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

+1-3
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

+1-1
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

+1-1
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",

components/grids/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
- `#I545865` - Resolved the issue where the grid aggregate value was not updating correctly after filtering and editing.
1212
- `#I545552` - The Excel filter is not displaying the advanced filtering sub menu items when selecting number/text/date filtering options on mobile and tablet devices.
13+
- `#F186229` - The issue where the toolbar search text box couldn't be focused when the grid is rendered inside a dialog has been resolved.
14+
- `#I550243` - Fixed the problem of recursive triggering of the `actionBegin` event when changing the page size from the second page.
15+
- `#SF543888` - Fixed the issue where `groupSettings` were not updated properly when cancelling a group action using `args.cancel` in the `actionBegin` event.
1316

1417
## 24.2.4 (2024-02-06)
1518

components/grids/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-grids.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-grids": "*"

components/heatmap/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-heatmap.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-heatmap": "*"

components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-inplace-editor.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-inplace-editor": "*"

components/inputs/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-inputs.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-inputs": "*"

components/layouts/CHANGELOG.md

+1-1
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.4 (2024-02-06)
66

77
### Dashboard Layout
88

components/layouts/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "24.2.3",
3+
"version": "24.2.4",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-layouts.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-layouts": "*"

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## [Unreleased]
1313

14-
## 24.2.5 (2024-02-13)
14+
## 24.2.6 (2024-02-15)
1515

1616
### Maps
1717

components/notifications/CHANGELOG.md

+1-1
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
### Toast
88

components/pdfviewer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 24.2.6 (2024-02-15)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I548067` - Now, the freetext annotation is able to be added to a specific page in the provided document.
12+
- `#I550522` - Now, the text search does not fail to highlight the last character on a page.
13+
514
## 24.2.5 (2024-02-13)
615

716
### PDF Viewer

components/pdfviewer/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-pdfviewer.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-pdfviewer": "*"

components/pivotview/CHANGELOG.md

+1-1
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
### PivotTable
88

components/popups/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-popups.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-popups": "*"

components/progressbar/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-progressbar",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 ProgressBar Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-progressbar.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-progressbar": "*"

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-querybuilder",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#F183065` - Now, applying the mention by using the '&' keyword in the text editor is now properly working.
12+
- Now, the audio will be inserted properly in the Rich Text Editor `iframe` mode.
1213

1314
## 24.2.3 (2024-01-31)
1415

components/richtexteditor/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-richtexteditor.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-richtexteditor": "*"

components/schedule/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-schedule.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-schedule": "*"

components/splitbuttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-splitbuttons",
3-
"version": "24.2.3",
3+
"version": "24.2.5",
44
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-treegrid",
3-
"version": "24.2.4",
3+
"version": "24.2.5",
44
"description": "Essential JS 2 TreeGrid Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-treegrid.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-treegrid": "*"

0 commit comments

Comments
 (0)