Skip to content

Commit 31e5cc7

Browse files
author
pipeline
committed
v27.2.5 is released
1 parent f912ce9 commit 31e5cc7

File tree

15,805 files changed

+3011
-662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

15,805 files changed

+3011
-662
lines changed

Diff for: controls/base/releasenotes/README.md

-183
This file was deleted.

Diff for: controls/barcodegenerator/CHANGELOG.md renamed to src/barcodegenerator/CHANGELOG.md

-2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: controls/base/CHANGELOG.md renamed to src/base/CHANGELOG.md

+6
File renamed without changes.
File renamed without changes.

Diff for: controls/base/license renamed to src/base/license

File renamed without changes.

Diff for: controls/base/package.json renamed to src/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "27.1.55",
3+
"version": "27.2.2",
44
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: controls/base/src/browser.ts renamed to src/base/src/browser.ts

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ export class Browser {
163163
browserDetails['isDevice'] = true;
164164
browserDetails['isTouch'] = true;
165165
browserDetails['isPointer'] = true;
166+
// Set 'isPointer' for pointer-enabled devices (e.g., iPad on Safari)
167+
browserDetails['isPointer'] = ('pointerEnabled' in window.navigator);
166168
}
167169
if (typeof window !== 'undefined' && window.Capacitor && window.Capacitor.getPlatform() === 'ios') {
168170
browserDetails['isPointer'] = false;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)