@syncfusion/ej2-angular-calendars 27.1.52 → 27.1.55

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 CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### DatePicker
5
+ ### DateTimePicker
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I629863` - The issue preventing users from pasting dates into the Datepicker when mask support is enabled has been resolved.
9
+ - `#I632734` - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.
10
10
 
11
11
  ## 27.1.51 (2024-09-30)
12
12
 
@@ -1273,7 +1273,15 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1273
1273
 
1274
1274
  - **StrictMode** - Allows to entering the only valid time in a textbox.
1275
1275
 
1276
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.## 19.3.56 (2021-12-02)
1276
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.## 27.1.52 (2024-10-08)
1277
+
1278
+ ### DatePicker
1279
+
1280
+ #### Bug Fixes
1281
+
1282
+ - `#I629863` - The issue preventing users from pasting dates into the Datepicker when mask support is enabled has been resolved.
1283
+
1284
+ ## 19.3.56 (2021-12-02)
1277
1285
 
1278
1286
  ### TimePicker
1279
1287
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
- "_id": "@syncfusion/ej2-angular-calendars@27.1.51",
3
+ "_id": "@syncfusion/ej2-angular-calendars@27.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-EGdwI1HtYLTClz9d1HNorYWPHVE/pkg68DRYekrq6eAQ+OADwyghBoFwVDvvhxdHUYzmpfNGD6ydqDCjAw+fXQ==",
5
+ "_integrity": "sha512-vNxKBdntCRsknutGmTNEPSlc8kChQfn79RLSicqh7wkTQOwopvaK0J9sZYgYeoptjM5M6kuyZzatjBOUNICUdQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-calendars",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-27.1.51.tgz",
23
- "_shasum": "c1fed12700c1882b75c8271a20fadaea7c25caac",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-27.1.52.tgz",
23
+ "_shasum": "d742ff7f851fd84bb015b000961dece7c2b80ab0",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.1.50",
35
- "@syncfusion/ej2-base": "~27.1.52",
36
- "@syncfusion/ej2-calendars": "27.1.52"
35
+ "@syncfusion/ej2-base": "~27.1.55",
36
+ "@syncfusion/ej2-calendars": "27.1.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
@@ -71,5 +71,5 @@
71
71
  "schematics": "./schematics/collection.json",
72
72
  "sideEffects": false,
73
73
  "typings": "syncfusion-ej2-angular-calendars.d.ts",
74
- "version": "27.1.52"
74
+ "version": "27.1.55"
75
75
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-calendars';
4
- exports.pkgVer = '^27.1.52';
4
+ exports.pkgVer = '^27.1.55';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~27.1.52';
6
+ exports.themeVer = '~27.1.55';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^27.1.52';
2
+ export const pkgVer = '^27.1.55';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~27.1.52';
4
+ export const themeVer = '~27.1.55';