@syncfusion/ej2-schedule 21.1.35 → 21.1.37
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/CHANGELOG.md +3 -0
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +18 -10
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +18 -10
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/schedule/actions/keyboard.js +5 -5
- package/src/schedule/base/schedule.js +5 -1
- package/src/schedule/event-renderer/event-base.d.ts +1 -1
- package/src/schedule/event-renderer/event-base.js +8 -4
- package/src/schedule/renderer/month-agenda.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 21.1.35 (2023-03-23)
|
|
6
|
+
|
|
5
7
|
### Schedule
|
|
6
8
|
|
|
7
9
|
#### New Features
|
|
@@ -10,6 +12,7 @@
|
|
|
10
12
|
- `#I419677` - Provided the support to sanitize the appointment inputs, improving the security of the Scheduler component.
|
|
11
13
|
- `#I425713` - Provided in-built filter support to the Scheduler component, allowing users to easily filter events when requesting data from the server.
|
|
12
14
|
- `#FB40709` - Provided `generateEventOccurrences` public method to retrieve all the occurrences from the series.
|
|
15
|
+
- `#I423939` - Provided support to render the schedule timeline views without horizontal scrollbar.
|
|
13
16
|
|
|
14
17
|
#### Bug fixes
|
|
15
18
|
|