dhtmlx-scheduler 7.2.4 → 7.2.6

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.2.4",
3
+ "version": "7.2.6",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
@@ -1,3 +1,5 @@
1
+ @charset "UTF-8";
2
+
1
3
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
2
4
 
3
5
  @import "./themes/index";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "7.2.4",
3
+ "version": "7.2.6",
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,18 @@
1
+ ### 7.2.6
2
+
3
+ Fix the issue with seconds-level precision in the event timing
4
+ Fix the incorrect drag behavior in the Timeline view during short months
5
+ Fix the incorrect rounding of events in the Timeline view
6
+ Prevent DataProcessor from adding the !nativeeditor_status property to custom router arguments
7
+
8
+ ### 7.2.5
9
+
10
+ Ensure that the Lightbox time control displays the correct number of days for each month in the day selectors
11
+ Fix the script error occurring in the trial build in Salesforce
12
+ Fix the regression introduced in Scheduler v7.2 where the "Today" cell was not highlighted in the Month view
13
+ Fix the issue with incorrect end_date calculation when resizing events with round_position enabled
14
+ Fix the issue where the Tooltip shifted off-screen when displaying long content
15
+
1
16
  ### 7.2.4
2
17
 
3
18
  Fix the incorrect behavior of the ignore_timeline setting when moving or resizing events in the Timeline view