dhtmlx-scheduler 7.2.2 → 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.css +1 -1
- package/codebase/dhtmlxscheduler.es.js +1673 -1624
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +41 -41
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.css +1 -0
- package/codebase/sources/dhtmlxscheduler.es.js +171 -74
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +171 -74
- 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 +20 -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,23 @@
|
|
|
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
|
+
|
|
10
|
+
### 7.2.3
|
|
11
|
+
|
|
12
|
+
Fix the issue where grid cells were not focused when tasks were outside the chart's visible time range
|
|
13
|
+
Fix the issue in the multiUserBackend extension that caused incorrect behavior when editing all events in a recurring series
|
|
14
|
+
Fix the issue where the timeline_scalex_class added the class twice in the Timeline view
|
|
15
|
+
Fix the issue where scrollTo({section: x}) did not scroll to the first section in the Timeline view
|
|
16
|
+
Fix the issue where the section height setting in the lightbox was not applied correctly
|
|
17
|
+
Fix the issue where the Mini Calendar ignored the rtl configuration
|
|
18
|
+
Fix the issue where smart rendering worked only in the first Timeline view when multiple timelines were used with smart_rendering:true and scrollable:false
|
|
19
|
+
Fix the issue where using first_hour/last_hour with round_position caused incorrect dates of events when dragging events in the Timeline view
|
|
20
|
+
|
|
1
21
|
### 7.2.2
|
|
2
22
|
|
|
3
23
|
Fix the issue where filtering did not work correctly for modified occurrences of recurring events
|