dhtmlx-scheduler 7.1.0 → 7.1.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler-skins",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
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,13 @@
1
+ ### 7.1.1
2
+
3
+ Fix the issue where the DataProcessor did not allow sending false values
4
+ Fix the issue where the Tooltip disappeared on mobile devices after a click
5
+ Fix the Tooltip position issue during page scroll
6
+ Fix the issue where the container_autoresize plugin hid the multiday section
7
+ Fix the issue where the Quick Info popup appeared outside of the container
8
+ Fix the issue where unconfirmed events disappeared during scrolling with smart rendering enabled in the Timeline view
9
+ Fix the incorrect sections height in the Timeline view after calling scheduler.updateCollection() with active smart rendering
10
+
1
11
  ### 7.1.0
2
12
 
3
13
  Storing recurring events in the RRULE format