dhtmlx-scheduler 7.2.11 → 7.2.12

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.12",
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.12",
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,15 @@
1
+ ### 7.2.12
2
+
3
+ Fix the crash on page reload in React Scheduler when using non-default themes with the cookie plugin enabled
4
+ Fix the issue where the save URL in the data prop was not applied correctly in React Scheduler
5
+ 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
6
+ Fix the issue where dynamically changing Quick Info buttons based on event conditions did not update the popup correctly
7
+ 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
8
+ Fix the overflow styles of the Quick Info popup to properly handle long event descriptions
9
+ Fix the script error in React Scheduler that occurred when adding events to an existing dataset via the useState function
10
+ Add the ability to replace the recurring event confirmation modal with a custom dialog.
11
+ Add the ability to replace the recurring event confirmation modal in React Scheduler via the modals.onRecurrenceConfirm prop
12
+
1
13
  ### 7.2.11
2
14
 
3
15
  Fix the issue where new events were duplicated in React Scheduler if the save handler did not return a new ID