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

controls/base/releasenotes/README.md

Lines changed: 0 additions & 183 deletions
This file was deleted.

controls/barcodegenerator/CHANGELOG.md renamed to src/barcodegenerator/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
File renamed without changes.

controls/base/CHANGELOG.md renamed to src/base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

controls/base/package.json renamed to src/base/package.json

Lines changed: 1 addition & 1 deletion
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.

controls/base/src/browser.ts renamed to src/base/src/browser.ts

Lines changed: 2 additions & 0 deletions
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.

0 commit comments

Comments
 (0)