dhtmlx-scheduler 7.1.2 → 7.1.3
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 +2153 -2131
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +69 -61
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.css +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +71 -47
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +72 -48
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/codebase/sources/less/src/datepicker.less +1 -1
- package/package.json +1 -1
- package/whatsnew.md +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.3",
|
|
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,11 @@
|
|
|
1
|
+
### 7.1.3
|
|
2
|
+
|
|
3
|
+
Fix the issue where the initial position of events was not highlighted during drag and drop in the Timeline and Units views
|
|
4
|
+
Fix the issue where the last_hour setting caused incorrect behavior of drag and drop in the Timeline view
|
|
5
|
+
Prevent recurring occurrences from disappearing in certain time zones during DST transitions
|
|
6
|
+
Fix repeated end date increments when toggling Full day in the Mini Calendar control of the lightbox
|
|
7
|
+
Restore functionality of the ignore_year and ignore_agenda methods
|
|
8
|
+
|
|
1
9
|
### 7.1.2
|
|
2
10
|
|
|
3
11
|
Fix the incorrect position of events pasted using Ctrl+C/Ctrl+V when the multisection extension is enabled
|