dhtmlx-scheduler 7.2.9 → 7.2.11
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/README.md +2 -2
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.es.js +3665 -3638
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +74 -74
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +74 -36
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +74 -36
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/package.json +1 -1
- package/whatsnew.md +18 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.11",
|
|
4
4
|
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
|
|
5
5
|
"main": "codebase/dhtmlxscheduler.es.js",
|
|
6
6
|
"types": "codebase/dhtmlxscheduler.es.d.ts",
|
package/whatsnew.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
### 7.2.11
|
|
2
|
+
|
|
3
|
+
Fix the issue where new events were duplicated in React Scheduler if the save handler did not return a new ID
|
|
4
|
+
Fix the issue where Timeline view templates were not applied in React Scheduler
|
|
5
|
+
Fix the incorrect binding of events to sections in Timeline view when filtering is used in React Scheduler
|
|
6
|
+
Fix the script error in the Agenda view when the date section is not included in the header configuration
|
|
7
|
+
Fix the incorrect display of header elements in the Year and Agenda views when using the Material skin
|
|
8
|
+
Fix the broken layout in React Scheduler when switching from a plugin-based initial view to standard views
|
|
9
|
+
Fix the issue where a phantom event block appeared when an all-day recurring event had a duration of exactly 24 hours
|
|
10
|
+
Fix the issue where the Lightbox failed to open when creating multiple events via drag on the same day in the Month view with the year_view plugin activated
|
|
11
|
+
|
|
12
|
+
### 7.2.10
|
|
13
|
+
|
|
14
|
+
Fix the issue where events jumped to the left when being dragged from the last column in the multiday Units view
|
|
15
|
+
Fix the issue where some date cells were missing in specific months in the Month view
|
|
16
|
+
Fix the drag-create issue on mobile devices when using the container_autoresize plugin
|
|
17
|
+
Fix the issue that prevented event creation on double-click after horizontal scrolling in the Units view
|
|
18
|
+
|
|
1
19
|
### 7.2.9
|
|
2
20
|
|
|
3
21
|
Fix memory leaks that occurred in the Timeline view
|