dhtmlx-scheduler 7.2.5 → 7.2.8
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.d.ts +6 -5
- package/codebase/dhtmlxscheduler.es.d.ts +6 -5
- package/codebase/dhtmlxscheduler.es.js +1396 -1376
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +39 -39
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.css +6 -5
- package/codebase/sources/dhtmlxscheduler.es.js +713 -674
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +713 -674
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/codebase/sources/less/src/lightbox.less +1 -0
- 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.8",
|
|
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.8
|
|
2
|
+
|
|
3
|
+
Samples for React Scheduler were added to the Commercial, Enterprise, Ultimate, and Evaluation packages
|
|
4
|
+
Fix the issue where dragging a recurring event after deleting its subsequent occurrences behaved incorrectly
|
|
5
|
+
Ensure "Repeat Event" control of the lightbox is disabled for modified series instances
|
|
6
|
+
Fix the incorrect display of legacy labels for recurring events
|
|
7
|
+
Fix the conflict between the max_month_events setting and multi-day events, which caused events to disappear or overlap in the Month view
|
|
8
|
+
Ensure cookies set by Scheduler over HTTPS now include the Secure attribute
|
|
9
|
+
Fix the issue where the event_duration setting corrupted parsed event data
|
|
10
|
+
Fix the issue where the time_step setting corrupted parsed event data
|
|
11
|
+
|
|
12
|
+
### 7.2.6
|
|
13
|
+
|
|
14
|
+
Fix the issue with seconds-level precision in the event timing
|
|
15
|
+
Fix the incorrect drag behavior in the Timeline view during short months
|
|
16
|
+
Fix the incorrect rounding of events in the Timeline view
|
|
17
|
+
Prevent DataProcessor from adding the !nativeeditor_status property to custom router arguments
|
|
18
|
+
|
|
1
19
|
### 7.2.5
|
|
2
20
|
|
|
3
21
|
Ensure that the Lightbox time control displays the correct number of days for each month in the day selectors
|