@syncfusion/ej2-angular-calendars 27.2.2 → 27.2.3

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,6 +2,32 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DatePicker
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I648389` - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.
10
+
11
+ - `#I654432` - Fixed an issue where the Clear Icon was displayed when the enable mask support had no value.
12
+
13
+ ## 27.2.2 (2024-11-15)
14
+
15
+ ### DatePicker
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I648389` - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.
20
+
21
+ ## 27.1.57 (2024-10-29)
22
+
23
+ ### DateRangePicker
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I643169` - Fixed an issue where the popup repositions to `Right-Bottom` when clicking on the custom range, even though it is set to `Left-Bottom`.
28
+
29
+ ## 27.1.55 (2024-10-22)
30
+
5
31
  ### DateTimePicker
6
32
 
7
33
  #### Bug Fixes
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.52",
3
+ "_id": "@syncfusion/ej2-angular-calendars@27.2.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vNxKBdntCRsknutGmTNEPSlc8kChQfn79RLSicqh7wkTQOwopvaK0J9sZYgYeoptjM5M6kuyZzatjBOUNICUdQ==",
5
+ "_integrity": "sha512-3OaOx2/mDcriRKlFUHr9pyJlhzZtashrCzvelVWYHI58lX4fJBeo9TKadvp87xLQAE7c3UHSMBq7DWcTYXeHvA==",
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.52.tgz",
23
- "_shasum": "d742ff7f851fd84bb015b000961dece7c2b80ab0",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-27.2.2.tgz",
23
+ "_shasum": "b3dbfae00bc0ab0889eb5b14b6abe09bdd95c09e",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.2.2",
35
35
  "@syncfusion/ej2-base": "~27.2.2",
36
- "@syncfusion/ej2-calendars": "27.2.2"
36
+ "@syncfusion/ej2-calendars": "27.2.3"
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.2.2"
74
+ "version": "27.2.3"
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.2.2';
4
+ exports.pkgVer = '^27.2.3';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~27.2.2';
6
+ exports.themeVer = '~27.2.3';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^27.2.2';
2
+ export const pkgVer = '^27.2.3';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~27.2.2';
4
+ export const themeVer = '~27.2.3';