@syncfusion/ej2-angular-schedule 30.1.39-ngcc → 30.1.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Schedule
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I739675` - The issue with the `maxDate` property preventing events from being displayed on the last date has been resolved.
10
+
11
+ ## 30.1.38 (2025-07-02)
12
+
13
+ ### Schedule
14
+
15
+ - `#I693587` - The issue with resources not rendering correctly in the Scheduler when virtual scrolling was enabled has been fixed.
16
+
5
17
  ## 29.2.10 (2025-06-10)
6
18
 
7
19
  ### Schedule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-schedule",
3
- "version": "30.1.39-ngcc",
3
+ "version": "30.1.39",
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",