dhtmlx-scheduler 7.2.10 → 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.
- package/README.md +2 -2
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.css +1 -1
- package/codebase/dhtmlxscheduler.es.js +3988 -3906
- package/codebase/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/dhtmlxscheduler.js +58 -58
- package/codebase/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.css +1 -0
- package/codebase/sources/dhtmlxscheduler.es.js +389 -223
- package/codebase/sources/dhtmlxscheduler.es.js.map +1 -1
- package/codebase/sources/dhtmlxscheduler.js +389 -223
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/less/package.json +1 -1
- package/codebase/sources/less/src/quick_info.less +1 -0
- package/package.json +1 -1
- package/whatsnew.md +23 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dhtmlx-scheduler",
|
|
3
|
-
"version": "7.2.
|
|
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,26 @@
|
|
|
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
|
+
|
|
13
|
+
### 7.2.11
|
|
14
|
+
|
|
15
|
+
Fix the issue where new events were duplicated in React Scheduler if the save handler did not return a new ID
|
|
16
|
+
Fix the issue where Timeline view templates were not applied in React Scheduler
|
|
17
|
+
Fix the incorrect binding of events to sections in Timeline view when filtering is used in React Scheduler
|
|
18
|
+
Fix the script error in the Agenda view when the date section is not included in the header configuration
|
|
19
|
+
Fix the incorrect display of header elements in the Year and Agenda views when using the Material skin
|
|
20
|
+
Fix the broken layout in React Scheduler when switching from a plugin-based initial view to standard views
|
|
21
|
+
Fix the issue where a phantom event block appeared when an all-day recurring event had a duration of exactly 24 hours
|
|
22
|
+
Fix the issue where the Lightbox failed to open when creating multiple events via drag on the same day in the Month view with the year_view plugin activated
|
|
23
|
+
|
|
1
24
|
### 7.2.10
|
|
2
25
|
|
|
3
26
|
Fix the issue where events jumped to the left when being dragged from the last column in the multiday Units view
|