dhtmlx-scheduler 7.2.9 → 7.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/README.md +2 -2
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.es.js +225 -222
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +21 -21
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +44 -28
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +44 -28
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/package.json +1 -1
- package/whatsnew.md +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.10",
|
|
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,10 @@
|
|
|
1
|
+
### 7.2.10
|
|
2
|
+
|
|
3
|
+
Fix the issue where events jumped to the left when being dragged from the last column in the multiday Units view
|
|
4
|
+
Fix the issue where some date cells were missing in specific months in the Month view
|
|
5
|
+
Fix the drag-create issue on mobile devices when using the container_autoresize plugin
|
|
6
|
+
Fix the issue that prevented event creation on double-click after horizontal scrolling in the Units view
|
|
7
|
+
|
|
1
8
|
### 7.2.9
|
|
2
9
|
|
|
3
10
|
Fix memory leaks that occurred in the Timeline view
|