Skip to content

Commit 4093d6d

Browse files
author
pipeline
committed
v25.1.35 is released
1 parent 360db32 commit 4093d6d

File tree

191 files changed

+1605
-1432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+1605
-1432
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.9 (2024-03-06)
5+
## 25.1.35 (2024-03-15)
66

77
### Barcode
88

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.3 (2024-01-31)
6-
7-
### Common
8-
9-
#### Bug Fixes
10-
11-
- `#521238` - Resolved the issue of dynamically updating the `ng-template` not working properly.
12-
13-
## 24.1.44 (2024-01-03)
14-
15-
### Common
16-
17-
#### Bug Fixes
18-
19-
- `#528977` - Resolved the From Group OnBlur update not working proeprly.
20-
215
## 24.1.41 (2023-12-18)
226

237
### Common

components/base/package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "24.2.3",
3+
"version": "25.1.35",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -17,14 +17,10 @@
1717
],
1818
"dependencies": {
1919
"@syncfusion/ej2-base": "*",
20-
"@syncfusion/ej2-icons": "*",
21-
"zone.js": "^0.10.2",
22-
"core-js": "^3.4.8",
23-
"reflect-metadata": "^0.1.9",
24-
"rxjs": "^6.5.4",
25-
"rxjs-compat": "^6.5.4"
20+
"@syncfusion/ej2-icons": "*"
2621
},
2722
"devDependencies": {
23+
"@angular-devkit/schematics": "0.7.2",
2824
"@angular/common": "2.2.1 - 4.10.0",
2925
"@angular/compiler": "2.2.1 - 4.10.0",
3026
"@angular/core": "2.2.1 - 4.10.0",
@@ -33,18 +29,23 @@
3329
"@angular/platform-browser": "2.2.1 - 4.10.0",
3430
"@angular/platform-browser-dynamic": "2.2.1 - 4.10.0",
3531
"@angular/router": "2.2.1 - 4.10.0",
32+
"@schematics/angular": "0.7.2",
33+
"@syncfusion/ej2-staging": "^1.0.1",
3634
"@types/chai": "^3.4.28",
3735
"@types/core-js": "0.9.39",
3836
"@types/jasmine": "2.8.22",
3937
"@types/jasmine-ajax": "^3.1.27",
4038
"@types/node": "^6.0.46",
4139
"@types/requirejs": "^2.1.26",
40+
"core-js": "^3.4.8",
4241
"es6-module-loader": "^0.17.11",
4342
"karma-systemjs": "^0.16.0",
43+
"reflect-metadata": "^0.1.9",
44+
"rxjs": "^6.5.4",
45+
"rxjs-compat": "^6.5.4",
4446
"systemjs": "^0.19.40",
4547
"systemjs-plugin-babel": "0.0.17",
46-
"@angular-devkit/schematics": "0.7.2",
47-
"@schematics/angular": "0.7.2",
48+
"zone.js": "^0.10.2",
4849
"es6-promise": "^3.2.1",
4950
"gulp": "^3.9.1",
5051
"gulp-sass": "^3.1.0",

components/base/src/form-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class FormBase<T> implements ControlValueAccessor {
9696
// Removed setTimeout, Because we have called markForCheck() method in Angular Template Compiler
9797
/* istanbul ignore else */
9898
if (typeof window !== 'undefined') {
99-
if ((tempFormAfterViewThis.getModuleName()).includes('dropdowntree')){
99+
if ((tempFormAfterViewThis.getModuleName()).includes('dropdowntree')) {
100100
setTimeout(function () {
101101
tempFormAfterViewThis.appendTo(tempFormAfterViewThis.element);
102102
});

components/buttons/CHANGELOG.md

+2-34
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,13 @@
22

33
## [Unreleased]
44

5-
## 24.2.7 (2024-02-20)
6-
7-
### Button
8-
9-
#### Bug Fixes
10-
11-
- `#I551397` - The issue with "Tailwind theme when changing the primary text color in the button the text color is not changed" has been resolved.
12-
13-
## 24.2.3 (2024-01-31)
14-
15-
### Switch
16-
17-
#### Bug Fixes
18-
19-
- `#I547814` - The issue with "Script error thrown when using toggle in angular platform" has been resolved.
20-
21-
## 24.1.46 (2024-01-17)
5+
## 25.1.35 (2024-03-15)
226

237
### Checkbox
248

259
#### Bug Fixes
2610

27-
- `#I535107` - Need to set `HtmlAttributes` Id in input element checkbox has been resolved.
28-
29-
## 24.1.45 (2024-01-09)
30-
31-
### Switch
32-
33-
#### Bug Fixes
34-
35-
- `#I530742` - The issue with "Switch unintentionally changed when we touch the switch and drag vertically" has been resolved.
36-
37-
## 24.1.41 (2023-12-18)
11+
- `#I399484` - The issue with aria-checked accessibility issue in angular checkbox has been fixed.
3812

3913
### RadioButton
4014

@@ -48,12 +22,6 @@
4822

4923
- `#I512179` - The issue with "Duplicate Icon Span while using the `onPropertyChange` of button" has been resolved.
5024

51-
### Checkbox
52-
53-
#### Bug Fixes
54-
55-
- `#I399484` - The issue with aria-checked accessibility issue in angular checkbox has been fixed.
56-
5725
### Switch
5826

5927
#### Bug Fixes

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "24.2.7",
3+
"version": "18.64.1",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.9 (2024-03-06)
6-
7-
### DateTimePicker
8-
9-
#### Bug Fixes
10-
11-
- `#FB50296` - Fixed an issue where the date format `MMM/YYYY` was displaying the wrong date value in languages other than English.
12-
13-
## 24.2.8 (2024-02-27)
14-
15-
### DateRangePicker
16-
17-
#### Bug Fixes
18-
19-
- `#I554330` - Fixed an issue where the selected value was not being updated when invalid text was entered into the input field.
20-
- `#I553168` - Fixed an issue where setting presets with a specific time would initially work, but changing the preset would reset the time.
21-
22-
### DateTimePicker
23-
24-
#### Bug Fixes
25-
26-
- `#I555949` - Resolved issue with "DateTimePicker mask selection not working correctly when typing a date using the keyboard".
27-
28-
## 24.2.5 (2024-02-13)
29-
30-
### DatePicker
31-
32-
#### Bug Fixes
33-
34-
- `#I860067` - Resolved an issue where users were unable to focus on the Today button using the Tab key.
35-
36-
## 24.2.3 (2024-01-31)
37-
38-
### DateTimePicker
39-
40-
#### Bug Fixes
41-
42-
- `#I541657` - Fixed an issue where the change event in the DateTimePicker was firing after the first time losing focus when milliseconds were included.
43-
44-
## 24.1.47 (2024-01-23)
45-
46-
### DateRangePicker
47-
48-
#### Bug Fixes
49-
50-
- `#I528771` - Fixed an issue where the DateRangePicker in the `Malaysia` region was only returning a single value.
51-
52-
## 24.1.44 (2024-01-03)
53-
54-
### TimePicker
55-
56-
#### Bug Fixes
57-
58-
- `#I529252` - Fixed issue where changing the time in `EEE hh:mm a` format was affecting the day.
59-
60-
## 24.1.43 (2023-12-27)
61-
62-
### DateTimePicker
63-
64-
#### Bug Fixes
65-
66-
- `#I532039` - Fixed the issue where the focus was not being added when using the tab key to navigate through the dynamically enabled datetimepicker.
67-
685
## 19.3.46 (2021-10-19)
696

707
### TimePicker

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "24.2.8",
3+
"version": "18.32.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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 24.2.9 (2024-03-06)
5+
## 25.1.35 (2024-03-15)
6+
7+
### Chart
8+
9+
#### Features
10+
11+
- `#I528518` - Now, it is possible to specify the dasharray for all types of striplines border, including vertical, horizontal, and segmented, in the chart.
12+
13+
### 3DCircularChart
14+
15+
The 3D Circular Chart provides a graphical representation of data in three dimensions, with each slice's size indicating its proportion relative to the entire dataset. Unlike traditional 2D charts, 3D charts add depth to visualization, providing a better understanding of data patterns.
16+
17+
18+
- **Series**: The 3D Circular Chart can plot pie and donut types.
19+
- **Data binding**: Bind the 3D Circular Chart component with an array of JSON objects or a data manager. In addition to chart series, data labels and tooltips can also be bound to the data.
20+
- **Data labels**: Annotate points with labels to improve the readability of data.
21+
- **Legends**: Provide additional information about points in a customizable and interactive legend.
22+
- **User interaction**: Add interactive features such as tooltips, rotation, tilt, data point highlight and selection.
23+
- **Print and Export**: Print a 3D Circular Chart directly from the browser and export it in JPEG and PNG formats.
24+
- **RTL**: The right-to-left mode aligns tooltips, legends, and data in the 3D Circular Chart component from right to left.
25+
26+
## 24.2.9 (2024-03-05)
627

728
### Chart
829

components/charts/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "24.2.8",
3+
"version": "20.22.1",
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",
@@ -56,7 +56,8 @@
5656
"angular-smith-chart",
5757
"angular-bullet-chart",
5858
"angular-bullet-graph",
59-
"angular-chart3d"
59+
"angular-chart3d",
60+
"angular-circularchart3d"
6061
],
6162
"repository": {
6263
"type": "git",

components/charts/src/chart3d/chart3d.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Chart3DRowsDirective } from './rows.directive';
88
import { Chart3DColumnsDirective } from './columns.directive';
99
import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
1010

11-
export const inputs: string[] = ['axes','background','backgroundImage','border','columns','currencyCode','dataSource','depth','description','enablePersistence','enableRotation','enableRtl','enableSideBySidePlacement','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','isTransposed','legendSettings','locale','margin','palettes','perspectiveAngle','primaryXAxis','primaryYAxis','rotation','rows','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','tilt','title','titleStyle','tooltip','useGroupingSeparator','wallColor','wallSize','width'];
11+
export const inputs: string[] = ['axes','background','backgroundImage','border','columns','currencyCode','dataSource','depth','description','enableExport','enablePersistence','enableRotation','enableRtl','enableSideBySidePlacement','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','isTransposed','legendSettings','locale','margin','palettes','perspectiveAngle','primaryXAxis','primaryYAxis','rotation','rows','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','tilt','title','titleStyle','tooltip','useGroupingSeparator','wallColor','wallSize','width'];
1212
export const outputs: string[] = ['afterExport','axisLabelRender','beforeExport','beforePrint','beforeResize','chart3DMouseClick','chart3DMouseDown','chart3DMouseLeave','chart3DMouseMove','chart3DMouseUp','legendClick','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','selectionComplete','seriesRender','textRender','tooltipRender','dataSourceChange'];
1313
export const twoWays: string[] = ['dataSource'];
1414

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
import { NgModule, ValueProvider } from '@angular/core';
2+
import { CommonModule } from '@angular/common';
3+
import { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './series.directive';
4+
import { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
5+
import { CircularChart3DComponent } from './circularchart3d.component';
6+
import { CircularChart3DModule } from './circularchart3d.module';
7+
import {PieSeries3D, CircularChartTooltip3D, CircularChartLegend3D, CircularChartSelection3D, CircularChartDataLabel3D, CircularChartHighlight3D, CircularChartExport3D} from '@syncfusion/ej2-charts'
8+
9+
10+
export const PieSeries3DService: ValueProvider = { provide: 'ChartsPieSeries3D', useValue: PieSeries3D};
11+
export const CircularChartTooltip3DService: ValueProvider = { provide: 'ChartsCircularChartTooltip3D', useValue: CircularChartTooltip3D};
12+
export const CircularChartLegend3DService: ValueProvider = { provide: 'ChartsCircularChartLegend3D', useValue: CircularChartLegend3D};
13+
export const CircularChartSelection3DService: ValueProvider = { provide: 'ChartsCircularChartSelection3D', useValue: CircularChartSelection3D};
14+
export const CircularChartDataLabel3DService: ValueProvider = { provide: 'ChartsCircularChartDataLabel3D', useValue: CircularChartDataLabel3D};
15+
export const CircularChartHighlight3DService: ValueProvider = { provide: 'ChartsCircularChartHighlight3D', useValue: CircularChartHighlight3D};
16+
export const CircularChartExport3DService: ValueProvider = { provide: 'ChartsCircularChartExport3D', useValue: CircularChartExport3D};
17+
18+
/**
19+
* NgModule definition for the CircularChart3D component with providers.
20+
*/
21+
@NgModule({
22+
imports: [CommonModule, CircularChart3DModule],
23+
exports: [
24+
CircularChart3DModule
25+
],
26+
providers:[
27+
PieSeries3DService,
28+
CircularChartTooltip3DService,
29+
CircularChartLegend3DService,
30+
CircularChartSelection3DService,
31+
CircularChartDataLabel3DService,
32+
CircularChartHighlight3DService,
33+
CircularChartExport3DService
34+
]
35+
})
36+
export class CircularChart3DAllModule { }

0 commit comments

Comments
 (0)