dhtmlx-scheduler 7.2.3 → 7.2.4
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 +782 -764
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +38 -38
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +32 -9
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +32 -9
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/package.json +1 -1
- package/whatsnew.md +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.4",
|
|
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,12 @@
|
|
|
1
|
+
### 7.2.4
|
|
2
|
+
|
|
3
|
+
Fix the incorrect behavior of the ignore_timeline setting when moving or resizing events in the Timeline view
|
|
4
|
+
Fix the issue with incorrect end_date calculation when creating new events with ignore_timeline enabled
|
|
5
|
+
Fix the issue where lightbox button configurations were mixed up after being saved to storage
|
|
6
|
+
Fix the issue where the container_autoresize plugin unexpectedly increased container size in an empty Agenda view
|
|
7
|
+
Fix the script error in the Units view that occurred with certain values of the size setting with the mark_now config enabled
|
|
8
|
+
Fix the incorrect behavior of horizontal scroll in the Timeline view when smart_rendering is set to false
|
|
9
|
+
|
|
1
10
|
### 7.2.3
|
|
2
11
|
|
|
3
12
|
Fix the issue where grid cells were not focused when tasks were outside the chart's visible time range
|