dhtmlx-scheduler 7.2.2 → 7.2.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler-skins",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
@@ -328,6 +328,7 @@
328
328
 
329
329
  .dhx_cal_checkbox {
330
330
  display: flex;
331
+ align-items: center;
331
332
  gap: var(--dhx-scheduler-base-padding);
332
333
  }
333
334
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "7.2.2",
3
+ "version": "7.2.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,14 @@
1
+ ### 7.2.3
2
+
3
+ Fix the issue where grid cells were not focused when tasks were outside the chart's visible time range
4
+ Fix the issue in the multiUserBackend extension that caused incorrect behavior when editing all events in a recurring series
5
+ Fix the issue where the timeline_scalex_class added the class twice in the Timeline view
6
+ Fix the issue where scrollTo({section: x}) did not scroll to the first section in the Timeline view
7
+ Fix the issue where the section height setting in the lightbox was not applied correctly
8
+ Fix the issue where the Mini Calendar ignored the rtl configuration
9
+ 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
10
+ Fix the issue where using first_hour/last_hour with round_position caused incorrect dates of events when dragging events in the Timeline view
11
+
1
12
  ### 7.2.2
2
13
 
3
14
  Fix the issue where filtering did not work correctly for modified occurrences of recurring events