Skip to content

Commit e1ca32e

Browse files
author
pipeline
committed
v18.4.44 is released
1 parent 4946a90 commit e1ca32e

File tree

466 files changed

+2424
-35471
lines changed

Some content is hidden

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

466 files changed

+2424
-35471
lines changed

controls/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.4.44 (2021-02-23)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I309800` - Resolved Events are not properly triggered when using `EJ2 controls` with the Windows web browser.
12+
513
## 18.4.43 (2021-02-16)
614

715
### Common

controls/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": "18.4.42",
3+
"version": "18.4.43",
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",

controls/base/src/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class Browser {
8989
isPointer: 'pointercancel', isTouch: 'touchcancel', isDevice: 'mouseleave'
9090
}
9191
};
92-
return (Browser.isPointer ? events[event].isPointer :
92+
return (Browser.isPointer && !Browser.isWindows ? events[event].isPointer :
9393
(Browser.isTouch ? events[event].isTouch + (!Browser.isDevice ? ' ' + events[event].isDevice : '')
9494
: events[event].isDevice));
9595
}

controls/buttons/schematics-samples/Button/default/default.component.ts

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

controls/buttons/schematics-samples/CheckBox/default/default.component.ts

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

controls/buttons/schematics-samples/RadioButton/default/default.component.ts

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

controls/buttons/schematics-samples/Switch/default/default.component.ts

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

controls/calendars/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-calendars",
3-
"version": "18.4.42",
3+
"version": "18.4.43",
44
"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.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/calendars/schematics-samples/Calendar/daterange/daterange.component.ts

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

controls/calendars/schematics-samples/Calendar/disableddates/disableddates.component.ts

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

0 commit comments

Comments
 (0)