dhtmlx-scheduler 7.0.3 → 7.0.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.d.ts +16 -15
- package/codebase/dhtmlxscheduler.es.d.ts +16 -15
- package/codebase/dhtmlxscheduler.es.js +2281 -2266
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +32 -32
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.es.js +120 -101
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +120 -101
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +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.0.
|
|
3
|
+
"version": "7.0.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,11 @@
|
|
|
1
|
+
### 7.0.4
|
|
2
|
+
|
|
3
|
+
Add the placeholder setting for the textarea control
|
|
4
|
+
Fix incorrect cell selection in Keyboard Navigation
|
|
5
|
+
Fix the Quick Info popup in Agenda view
|
|
6
|
+
Fix type definitions for the Agenda view templates
|
|
7
|
+
Fix the incorrect display of multi-day events in Month view when start_on_monday is disabled and several columns are hidden from the view
|
|
8
|
+
|
|
1
9
|
### 7.0.3
|
|
2
10
|
|
|
3
11
|
Issue with textColor property not applying in the Month view has been resolved
|