@syncfusion/ej2-angular-schedule 31.2.3 → 31.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +9 -2
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I779062` - Fixed an issue where the Scheduler became unresponsive in agenda view when the data source was reset to empty.
|
|
10
|
+
|
|
11
|
+
## 31.2.3 (2025-10-22)
|
|
12
|
+
|
|
13
|
+
### Schedule
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
9
17
|
- `#I746004` - Fixed an issue where appointments overlapped when a large number of them were rendered.
|
|
10
18
|
- `#I738200` - Fixed an issue where the Scheduler became unresponsive when many appointments overlapped simultaneously.
|
|
11
19
|
|
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ The [Angular Schedule](https://www.syncfusion.com/angular-ui-components/angular-
|
|
|
13
13
|
<p align="center">
|
|
14
14
|
Trusted by the world's leading companies
|
|
15
15
|
<a href="https://www.syncfusion.com">
|
|
16
|
-
<img src="https://
|
|
16
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
17
17
|
</a>
|
|
18
18
|
</p>
|
|
19
19
|
|
|
@@ -122,6 +122,13 @@ Schedule component is also offered in the following list of frameworks.
|
|
|
122
122
|
* [Localization](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
|
|
123
123
|
* [RTL](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports displaying the component to display in the direction from right to left.
|
|
124
124
|
|
|
125
|
+
## Resources
|
|
126
|
+
|
|
127
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
128
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
129
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
130
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
131
|
+
|
|
125
132
|
## Support
|
|
126
133
|
|
|
127
134
|
Product support is available through the following mediums.
|
|
@@ -138,7 +145,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
138
145
|
|
|
139
146
|
## License and copyright
|
|
140
147
|
|
|
141
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
148
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
142
149
|
|
|
143
150
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
144
151
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-schedule",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.10",
|
|
4
4
|
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-schedule": "31.2.
|
|
11
|
+
"@syncfusion/ej2-schedule": "31.2.10"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-schedule';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.10';
|
|
5
5
|
exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.10';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-schedule';
|
|
2
|
-
export const pkgVer = '^31.2.
|
|
2
|
+
export const pkgVer = '^31.2.10';
|
|
3
3
|
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
4
|
-
export const themeVer = '~31.2.
|
|
4
|
+
export const themeVer = '~31.2.10';
|