dhtmlx-scheduler 7.2.4 → 7.2.6
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.css +1 -1
- package/codebase/dhtmlxscheduler.es.js +5712 -5690
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +63 -63
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.css +6 -5
- package/codebase/sources/dhtmlxscheduler.es.js +55 -10
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +55 -10
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/codebase/sources/less/src/index.less +2 -0
- package/package.json +1 -1
- package/whatsnew.md +15 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.6",
|
|
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,18 @@
|
|
|
1
|
+
### 7.2.6
|
|
2
|
+
|
|
3
|
+
Fix the issue with seconds-level precision in the event timing
|
|
4
|
+
Fix the incorrect drag behavior in the Timeline view during short months
|
|
5
|
+
Fix the incorrect rounding of events in the Timeline view
|
|
6
|
+
Prevent DataProcessor from adding the !nativeeditor_status property to custom router arguments
|
|
7
|
+
|
|
8
|
+
### 7.2.5
|
|
9
|
+
|
|
10
|
+
Ensure that the Lightbox time control displays the correct number of days for each month in the day selectors
|
|
11
|
+
Fix the script error occurring in the trial build in Salesforce
|
|
12
|
+
Fix the regression introduced in Scheduler v7.2 where the "Today" cell was not highlighted in the Month view
|
|
13
|
+
Fix the issue with incorrect end_date calculation when resizing events with round_position enabled
|
|
14
|
+
Fix the issue where the Tooltip shifted off-screen when displaying long content
|
|
15
|
+
|
|
1
16
|
### 7.2.4
|
|
2
17
|
|
|
3
18
|
Fix the incorrect behavior of the ignore_timeline setting when moving or resizing events in the Timeline view
|