dhtmlx-scheduler 7.2.11 → 7.2.13

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.11",
3
+ "version": "7.2.13",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
@@ -97,6 +97,7 @@
97
97
  &_qi_content{
98
98
  padding-top: 16px;
99
99
  padding-bottom: 8px;
100
+ white-space: normal;
100
101
  }
101
102
 
102
103
  &_qi_controls {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "7.2.11",
3
+ "version": "7.2.13",
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,20 @@
1
+ ### 7.2.13
2
+
3
+ Fix the incorrect trial warning in React Scheduler
4
+ Fix the regression with remote updates in React Scheduler where editing an event did not apply changes to the existing event
5
+
6
+ ### 7.2.12
7
+
8
+ Fix the crash on page reload in React Scheduler when using non-default themes with the cookie plugin enabled
9
+ Fix the issue where the save URL in the data prop was not applied correctly in React Scheduler
10
+ Fix the issue where editing a non-first occurrence of a recurring event in "This and following events" mode did not apply all lightbox field changes
11
+ Fix the issue where dynamically changing Quick Info buttons based on event conditions did not update the popup correctly
12
+ Fix the issue where modifying the text of a single recurring event occurrence was overwritten after editing a subsequent occurrence in "This and following events" mode
13
+ Fix the overflow styles of the Quick Info popup to properly handle long event descriptions
14
+ Fix the script error in React Scheduler that occurred when adding events to an existing dataset via the useState function
15
+ Add the ability to replace the recurring event confirmation modal with a custom dialog.
16
+ Add the ability to replace the recurring event confirmation modal in React Scheduler via the modals.onRecurrenceConfirm prop
17
+
1
18
  ### 7.2.11
2
19
 
3
20
  Fix the issue where new events were duplicated in React Scheduler if the save handler did not return a new ID