@syncfusion/ej2-schedule 20.3.56 → 20.3.58

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/ej2-schedule.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js +2 -2
  4. package/dist/ej2-schedule.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-schedule.es2015.js +18 -12
  6. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  7. package/dist/es6/ej2-schedule.es5.js +18 -12
  8. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  9. package/dist/global/ej2-schedule.min.js +2 -2
  10. package/dist/global/ej2-schedule.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +10 -10
  13. package/src/schedule/actions/crud.js +0 -3
  14. package/src/schedule/actions/resize.js +4 -3
  15. package/src/schedule/actions/touch.js +13 -5
  16. package/src/schedule/base/interface.d.ts +2 -0
  17. package/src/schedule/base/resource.js +1 -1
  18. package/styles/bootstrap-dark.css +5 -5
  19. package/styles/bootstrap.css +5 -5
  20. package/styles/bootstrap4.css +5 -5
  21. package/styles/bootstrap5-dark.css +5 -5
  22. package/styles/bootstrap5.css +5 -5
  23. package/styles/fabric-dark.css +5 -5
  24. package/styles/fabric.css +5 -5
  25. package/styles/fluent-dark.css +5 -5
  26. package/styles/fluent.css +5 -5
  27. package/styles/highcontrast-light.css +5 -5
  28. package/styles/highcontrast.css +5 -5
  29. package/styles/material-dark.css +5 -5
  30. package/styles/material.css +5 -5
  31. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  32. package/styles/recurrence-editor/bootstrap.css +5 -5
  33. package/styles/recurrence-editor/bootstrap4.css +5 -5
  34. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  35. package/styles/recurrence-editor/bootstrap5.css +5 -5
  36. package/styles/recurrence-editor/fabric-dark.css +5 -5
  37. package/styles/recurrence-editor/fabric.css +5 -5
  38. package/styles/recurrence-editor/fluent-dark.css +5 -5
  39. package/styles/recurrence-editor/fluent.css +5 -5
  40. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  41. package/styles/recurrence-editor/highcontrast.css +5 -5
  42. package/styles/recurrence-editor/material-dark.css +5 -5
  43. package/styles/recurrence-editor/material.css +5 -5
  44. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  45. package/styles/recurrence-editor/tailwind.css +5 -5
  46. package/styles/tailwind-dark.css +5 -5
  47. package/styles/tailwind.css +5 -5
package/CHANGELOG.md CHANGED
@@ -6,6 +6,23 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
10
+
11
+ ## 20.3.57 (2022-11-15)
12
+
13
+ ### Schedule
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
18
+ - `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
19
+
20
+ ## 20.3.56 (2022-11-08)
21
+
22
+ ### Schedule
23
+
24
+ #### Bug fixes
25
+
9
26
  - `#F178302` - An issue with being unable to inline edit when using `eventTemplate` has been fixed.
10
27
  - `#F178112` - An issue with "Misalignment occurring on zoom-in zoom-out with the scheduler" has been fixed
11
28