dhtmlx-scheduler 7.2.13 → 7.2.14

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.13",
3
+ "version": "7.2.14",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "7.2.13",
3
+ "version": "7.2.14",
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,9 @@
1
+ ### 7.2.14
2
+
3
+ Fix the incorrect @dhx/scheduler dependency listed in the published React Scheduler package
4
+ Fix the issue where not all changes were applied when editing the first occurrence of a recurring event in "All events" mode
5
+ Update the url plugin to avoid a false-positive prototype pollution (CWE-1321) static analysis finding
6
+
1
7
  ### 7.2.13
2
8
 
3
9
  Fix the incorrect trial warning in React Scheduler