Skip to content

Commit abcfe27

Browse files
author
pipeline
committed
v24.2.3 is released
1 parent b6bc88e commit abcfe27

File tree

34 files changed

+197
-61
lines changed

34 files changed

+197
-61
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.1.47 (2024-01-23)
5+
## 24.2.3 (2024-01-31)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I547814` - The issue with "Script error thrown when using toggle in angular platform" has been resolved.
12+
513
## 24.1.46 (2024-01-17)
614

715
### Checkbox

components/calendars/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I541657` - Fixed an issue where the change event in the DateTimePicker was firing after the first time losing focus when milliseconds were included.
12+
513
## 24.1.47 (2024-01-23)
614

715
### DateRangePicker

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "24.1.44",
3+
"version": "24.1.47",
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",

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
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",

components/circulargauge/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"reactjs",
10-
"react-circulargauge",
8+
"ej2",
9+
"syncfusion",
1110
"ej2-react-circulargauge"
1211
],
1312
"repository": {
1413
"type": "git",
15-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-circulargauge.git"
1615
},
1716
"main": "./dist/ej2-react-circulargauge.umd.min.js",
1817
"module": "./index.js",
1918
"es2015": "dist/es6/ej2-react-circulargauge.es2015.js",
2019
"readme": "ReadMe.md",
2120
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2223
"@syncfusion/ej2-base": "*",
2324
"@syncfusion/ej2-react-base": "*",
2425
"@syncfusion/ej2-circulargauge": "*"
2526
},
2627
"devDependencies": {
27-
"awesome-typescript-loader": "^3.1.3",
28-
"source-map-loader": "^0.2.1",
2928
"@types/chai": "^3.4.28",
3029
"@types/es6-promise": "0.0.28",
3130
"@types/jasmine": "2.8.22",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I533824` - Now, textAlign Justify is working correctly.
12+
- `#I539121` - Now, oldValue & newValue argument of size change event updated properly while resize the nodes.
13+
- `#FB50125` - Now, symbols are rendered properly in symbol palette.
14+
15+
## 24.1.47 (2024-01-23)
16+
17+
### Diagram
18+
19+
#### Bug Fixes
20+
21+
- `#I538596` - Now, resizing group node with pivot point works fine.
22+
- `#FB49421` - Now, selector renders at initial for multiselect tool.
23+
- `#I534426` - Now, Complex hierarchical tree layout is working fine while injecting line routing.
24+
- `#F186044` - Now, swimlane phase properties are dynamically updated during drag and drop operations.
25+
- `#F185333` - Now, swimlane header properties are dynamically updated during drag and drop operations.
26+
527
## 24.1.46 (2024-01-17)
628

729
### Diagram

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.1.46",
3+
"version": "24.1.47",
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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
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",

components/dropdowns/package.json

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

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I540355` - RTE create column not working in dialog box issue has been fixed.
12+
- `#I543351` - The taskbar render validation not working properly issue has been fixed.
13+
514
## 24.1.47 (2024-01-23)
615

716
### GanttChart

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

components/grids/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#FB49514` - Resolved the issue where the entire page was reloading on Command Column button actions in grid with remote data.
12+
- `#I537973` - Fixed the issue where the clear icon of the search bar was displayed when clicking outside the grid.
13+
- `#I532462` - Resolved the problem with focus and keyboard traversal in the `checkbox filter popup` elements and `filter menu` elements.
14+
- `#I538079` - The alignment issue with the frozen grid while using EJ compatibility CSS has been resolved.
15+
516
## 24.1.47 (2024-01-23)
617

718
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
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",

components/heatmap/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.47 (2024-01-23)
5+
## 24.2.3 (2024-01-31)
66

77
### HeatMap
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "24.1.45",
3+
"version": "24.1.47",
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",

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-kanban",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/package.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react-splitter",
9-
"react-split-panes",
10-
"react-split-area",
11-
"react-split-view",
12-
"react-split-layout",
13-
"react-dashboardlayout"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-layouts"
1411
],
1512
"repository": {
1613
"type": "git",
17-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-layouts.git"
1815
},
1916
"main": "./dist/ej2-react-layouts.umd.min.js",
2017
"module": "./index.js",
2118
"es2015": "dist/es6/ej2-react-layouts.es2015.js",
2219
"readme": "ReadMe.md",
2320
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2423
"@syncfusion/ej2-base": "*",
2524
"@syncfusion/ej2-react-base": "*",
2625
"@syncfusion/ej2-layouts": "*"
2726
},
2827
"devDependencies": {
29-
"awesome-typescript-loader": "^3.1.3",
30-
"source-map-loader": "^0.2.1",
3128
"@types/chai": "^3.4.28",
3229
"@types/es6-promise": "0.0.28",
3330
"@types/jasmine": "2.8.22",

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "24.1.41",
3+
"version": "24.1.47",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Sub menu not opening properly while opens the next to next menu" has been resolved.
12+
13+
### Tab
14+
15+
#### Bug fixes
16+
17+
- `#I546255` - An issue tab switching on disable item has been resolved.
18+
519
## 24.1.46 (2024-01-17)
620

721
### Menu

components/notifications/package.json

+6-10
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,26 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"react",
9-
"ej2-react-notifications",
10-
"react-notifications",
11-
"react-toast",
12-
"react-toaster",
13-
"react-message",
14-
"react-skeleton"
8+
"ej2",
9+
"syncfusion",
10+
"ej2-react-notifications"
1511
],
1612
"repository": {
1713
"type": "git",
18-
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
14+
"url": "https://github.com/syncfusion/ej2-react-notifications.git"
1915
},
2016
"main": "./dist/ej2-react-notifications.umd.min.js",
2117
"module": "./index.js",
2218
"es2015": "dist/es6/ej2-react-notifications.es2015.js",
2319
"readme": "ReadMe.md",
2420
"dependencies": {
21+
"awesome-typescript-loader": "^3.1.3",
22+
"source-map-loader": "^0.2.1",
2523
"@syncfusion/ej2-base": "*",
2624
"@syncfusion/ej2-react-base": "*",
2725
"@syncfusion/ej2-notifications": "*"
2826
},
2927
"devDependencies": {
30-
"awesome-typescript-loader": "^3.1.3",
31-
"source-map-loader": "^0.2.1",
3228
"@types/chai": "^3.4.28",
3329
"@types/es6-promise": "0.0.28",
3430
"@types/jasmine": "2.8.22",

components/pdfviewer/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I542557` - Now, multiline textbox field is not able to resize without form designer mode.
12+
- `#I537053` - Now, the highlight button does not appear focused even after being clicked again.
13+
- `#I537971` - Now, the signature content is visible when loading the customer provided PDF document.
14+
- `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes.
15+
- `#I537061` - Now, the vertical alignment of toolbar items does not vary across different themes.
16+
- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
17+
- `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer.
18+
- `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%.
19+
- `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices.
20+
- `#I533379` - Now, the freetext fill color is updated correctly.
21+
- `#I539640` - Now, the ink annotation is rendered properly in the downloaded document in Stand-alone PDF Viewer.
22+
23+
## 24.1.47 (2024-01-23)
24+
25+
### PDF Viewer
26+
27+
#### Bug Fixes
28+
29+
- `#I537869` - Now, the text markup annotation comments are properly displayed after exporting and importing the text markup annotation.
30+
- `#I538222` - Now, the annotations are appeared properly in the provided rotated PDF document.
31+
- `#I536060` - Now, the form field values export programmatically when updating the `isChecked` property on checkbox.
32+
533
## 24.1.46 (2024-01-17)
634

735
### PDF Viewer

components/pivotview/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 24.2.3 (2024-01-31)
6+
7+
### PivotTable
8+
9+
#### Bug fixes
10+
11+
- `#I544455` - When we bind no fields to the value axis using the server-side engine, the static pivot field list will now be rendered properly.
12+
13+
#### New features
14+
15+
- `#F184050` - Added error handling support when fetching data from an OLAP cube using an incorrect MDX query during the pivot table's initial rendering.
16+
517
## 24.1.47 (2024-01-23)
618

719
### PivotTable

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pivotview",
3-
"version": "24.1.46",
3+
"version": "24.1.47",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)