dhtmlx-scheduler 6.0.0 → 6.0.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,7 +1,7 @@
1
1
  /*!
2
2
  * @license
3
3
  *
4
- * dhtmlxScheduler v.6.0.0 Standard
4
+ * dhtmlxScheduler v.6.0.1 Standard
5
5
  *
6
6
  * To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
7
7
  *
@@ -1392,6 +1392,16 @@ div.icon_delete {
1392
1392
  justify-content: center;
1393
1393
  align-items: center;
1394
1394
  }
1395
+ .dhx_matrix_scell_columns.dhx_treetimeline .dhx_scell_name {
1396
+ display: flex;
1397
+ }
1398
+ .dhx_matrix_scell_columns.dhx_treetimeline .dhx_scell_level {
1399
+ flex-shrink: 0;
1400
+ }
1401
+ .dhx_matrix_scell_columns.dhx_treetimeline .dhx_timeline_label_column_first {
1402
+ flex-shrink: 1;
1403
+ border-left-color: transparent;
1404
+ }
1395
1405
  .dhx_timeline_label_column,
1396
1406
  .dhx_timeline_label_column_header {
1397
1407
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
5
5
  "main": "codebase/dhtmlxscheduler.js",
6
6
  "types": "codebase/dhtmlxscheduler.d.ts",
package/whatsnew.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 6.0.1
2
+
3
+ - Fix compatibility with Salesforce LWC
4
+ - Fix the incorrect placement of the Tooltip that caused tooltip to be cut in some cases
5
+ - Fix the display of columns in the Tree Timeline view
6
+ - Disabling the show_quick_info config now stops the Quick Info from appearing after the mouse click on an event, but allows opening the popup via calling the showQuickInfo() method
7
+ - Fix the incorrect work of the repeat_date config in some cases
8
+
1
9
  ### 6.0.0
2
10
 
3
11
  - This update brings some changes in the structure of the Scheduler package and behavior of functionality. Be sure to check Migration notes to be on the safe side.