@syncfusion/ej2-base 25.2.7 → 26.1.35-7502
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/{README.md → ReadMe.md} +100 -100
- package/bin/syncfusion-license.js +104 -1
- package/dist/ej2-base.min.js +1 -10
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +268 -486
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +307 -522
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/undefined +67 -0
- package/e2e/crypto.js +16 -16
- package/e2e/index.d.ts +27 -27
- package/e2e/m.protractor.config.js +286 -286
- package/e2e/modified-protractor/protractor.config.js +316 -316
- package/e2e/protractor.config.js +389 -389
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +225 -161
- package/src/ajax.d.ts +1 -1
- package/src/ajax.js +3 -7
- package/src/animation-model.d.ts +41 -41
- package/src/animation.d.ts +1 -1
- package/src/animation.js +20 -22
- package/src/base.d.ts +2 -1
- package/src/base.js +4 -13
- package/src/browser.d.ts +1 -1
- package/src/browser.js +3 -4
- package/src/child-property.d.ts +1 -0
- package/src/child-property.js +2 -2
- package/src/component-model.d.ts +16 -16
- package/src/component.d.ts +4 -0
- package/src/component.js +28 -36
- package/src/dom.js +4 -11
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +20 -41
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -20
- package/src/event-handler.js +2 -6
- package/src/fetch.js +1 -2
- package/src/hijri-parser.js +3 -3
- package/src/internationalization.d.ts +4 -0
- package/src/internationalization.js +0 -5
- package/src/intl/date-formatter.js +19 -33
- package/src/intl/date-parser.js +33 -62
- package/src/intl/intl-base.d.ts +9 -1
- package/src/intl/intl-base.js +19 -18
- package/src/intl/number-formatter.js +14 -7
- package/src/intl/number-parser.js +2 -6
- package/src/intl/parser-base.js +6 -11
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -20
- package/src/module-loader.js +1 -0
- package/src/notify-property-change.d.ts +0 -20
- package/src/notify-property-change.js +16 -55
- package/src/observer.js +3 -6
- package/src/sanitize-helper.js +0 -1
- package/src/template-engine.js +1 -7
- package/src/template.js +13 -18
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +22 -27
- package/src/util.d.ts +4 -4
- package/src/util.js +12 -37
- package/src/validate-lic.js +4 -3
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +16 -15
- package/styles/_bds-definition.scss +16 -15
- package/styles/_bootstrap-dark-definition.scss +42 -42
- package/styles/_bootstrap-definition.scss +42 -42
- package/styles/_bootstrap4-definition.scss +11 -11
- package/styles/_bootstrap5-dark-definition.scss +9 -9
- package/styles/_bootstrap5-definition.scss +8 -8
- package/styles/_bootstrap5.3-dark-definition.scss +8 -0
- package/styles/_bootstrap5.3-definition.scss +8 -0
- package/styles/_fabric-dark-definition.scss +42 -42
- package/styles/_fabric-definition.scss +42 -42
- package/styles/_fluent-dark-definition.scss +9 -9
- package/styles/_fluent-definition.scss +9 -9
- package/styles/_fluent2-dark-definition.scss +9 -0
- package/styles/_fluent2-definition.scss +9 -0
- package/styles/_fluent2-highcontrast-definition.scss +9 -0
- package/styles/_fusionnew-dark-definition.scss +8 -8
- package/styles/_fusionnew-definition.scss +8 -8
- package/styles/_highcontrast-definition.scss +42 -42
- package/styles/_highcontrast-light-definition.scss +42 -42
- package/styles/_material-dark-definition.scss +49 -48
- package/styles/_material-definition.scss +50 -49
- package/styles/_material3-dark-definition.scss +15 -14
- package/styles/_material3-definition.scss +16 -15
- package/styles/_tailwind-dark-definition.scss +16 -15
- package/styles/_tailwind-definition.scss +16 -15
- package/styles/_tailwind3-dark-definition.scss +15 -0
- package/styles/_tailwind3-definition.scss +15 -0
- package/styles/animation/_all.scss +535 -560
- package/styles/bds-lite.css +3408 -0
- package/styles/bds-lite.scss +3 -0
- package/styles/bds.css +3408 -0
- package/styles/bds.scss +3 -0
- package/styles/bootstrap-dark-lite.css +3749 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +1075 -169
- package/styles/bootstrap-lite.css +3749 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +1075 -169
- package/styles/bootstrap4-lite.css +3390 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +1063 -169
- package/styles/bootstrap5-dark-lite.css +2966 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +1068 -171
- package/styles/bootstrap5-lite.css +2966 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3559 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3559 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +1066 -169
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +111 -117
- package/styles/common/_mixin.scss +11 -9
- package/styles/definition/_bds-dark.scss +1193 -1178
- package/styles/definition/_bds.scss +1488 -1458
- package/styles/definition/_bootstrap-dark.scss +213 -219
- package/styles/definition/_bootstrap.scss +208 -215
- package/styles/definition/_bootstrap4.scss +159 -167
- package/styles/definition/_bootstrap5-dark.scss +481 -494
- package/styles/definition/_bootstrap5.3-dark.scss +1232 -0
- package/styles/definition/_bootstrap5.3.scss +1579 -0
- package/styles/definition/_bootstrap5.scss +481 -495
- package/styles/definition/_fabric-dark.scss +194 -200
- package/styles/definition/_fabric.scss +192 -198
- package/styles/definition/_fluent-dark.scss +494 -557
- package/styles/definition/_fluent.scss +494 -558
- package/styles/definition/_fluent2-dark.scss +1523 -0
- package/styles/definition/_fluent2-highcontrast.scss +1523 -0
- package/styles/definition/_fluent2.scss +2295 -0
- package/styles/definition/_fusionnew-dark.scss +330 -362
- package/styles/definition/_fusionnew.scss +331 -363
- package/styles/definition/_highcontrast-light.scss +189 -193
- package/styles/definition/_highcontrast.scss +189 -195
- package/styles/definition/_material-dark.scss +193 -198
- package/styles/definition/_material.scss +186 -192
- package/styles/definition/_material3-dark.scss +660 -710
- package/styles/definition/_material3.scss +729 -792
- package/styles/definition/_tailwind-dark.scss +445 -488
- package/styles/definition/_tailwind.scss +443 -485
- package/styles/definition/_tailwind3-dark.scss +1622 -0
- package/styles/definition/_tailwind3.scss +2093 -0
- package/styles/fabric-dark-lite.css +3734 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +1075 -169
- package/styles/fabric-lite.css +3734 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +1075 -169
- package/styles/fluent-dark-lite.css +2966 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +1066 -169
- package/styles/fluent-lite.css +2966 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +1066 -169
- package/styles/fluent2-lite.css +4017 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +4017 -0
- package/styles/fluent2.scss +3 -0
- package/styles/highcontrast-light-lite.css +3725 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +1075 -169
- package/styles/highcontrast-lite.css +3725 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +1075 -169
- package/styles/material-dark-lite.css +3702 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +1075 -169
- package/styles/material-lite.css +3702 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +1075 -169
- package/styles/material3-dark-lite.css +3021 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +1066 -170
- package/styles/material3-lite.css +3077 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +1066 -170
- package/styles/offline-theme/material-dark.css +1075 -169
- package/styles/offline-theme/material.css +1075 -169
- package/styles/offline-theme/tailwind-dark.css +1067 -170
- package/styles/offline-theme/tailwind.css +1067 -170
- package/styles/tailwind-dark-lite.css +2967 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +1067 -170
- package/styles/tailwind-lite.css +2967 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +1067 -170
- package/styles/tailwind3-lite.css +3775 -0
- package/styles/tailwind3-lite.scss +3 -0
- package/styles/tailwind3.css +3775 -0
- package/styles/tailwind3.scss +3 -0
- package/.eslintrc.json +0 -260
- package/CHANGELOG.md +0 -649
- package/tslint.json +0 -111
package/CHANGELOG.md
DELETED
|
@@ -1,649 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
## 25.2.5 (2024-05-21)
|
|
6
|
-
|
|
7
|
-
### Common
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I570682` - Changed deprecated event `unload` to `pagehide`.
|
|
12
|
-
|
|
13
|
-
## 23.2.6 (2023-11-28)
|
|
14
|
-
|
|
15
|
-
### Common
|
|
16
|
-
|
|
17
|
-
#### Bug Fixes
|
|
18
|
-
|
|
19
|
-
- `#F47826` - Resolved the issue with parsing multiple white space in the template string.
|
|
20
|
-
- `#I521836` - The issue with "A script error occurs when the 'Content-Type' header is not present" has been resolved.
|
|
21
|
-
|
|
22
|
-
## 23.2.4 (2023-11-20)
|
|
23
|
-
|
|
24
|
-
### Common
|
|
25
|
-
|
|
26
|
-
#### Bug Fixes
|
|
27
|
-
|
|
28
|
-
- `#I514915` - The issue with "the script error occurs when the RTE component is used inside the v-if directive in the `Vue 2` application" has been resolved.
|
|
29
|
-
- `#I508733` - Negative Currency filtering issue has been fixed.
|
|
30
|
-
|
|
31
|
-
## 23.1.41 (2023-10-17)
|
|
32
|
-
|
|
33
|
-
### Common
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- The issue with the "Tooltip component displays empty string when setting content as '${}'" has been resolved.
|
|
38
|
-
- `#I495294` - The issue with content sanitization in the tooltip component has been resolved
|
|
39
|
-
- `#I504425` - Issue with date parser designator conversion has been fixed.
|
|
40
|
-
- `#I503487` - The issue with the "action failure event argument is not displayed with full error details" has been resolved.
|
|
41
|
-
|
|
42
|
-
## 23.1.38 (2023-09-26)
|
|
43
|
-
|
|
44
|
-
### Common
|
|
45
|
-
|
|
46
|
-
#### Bug Fixes
|
|
47
|
-
|
|
48
|
-
- `#I493496` - Up loader file name with special character issue has been fixed.
|
|
49
|
-
|
|
50
|
-
## 23.1.36 (2023-09-15)
|
|
51
|
-
|
|
52
|
-
### Common
|
|
53
|
-
|
|
54
|
-
#### New Features
|
|
55
|
-
|
|
56
|
-
- `#F155731` - Provided an option to enable or disable the animation across all Syncfusion components.
|
|
57
|
-
|
|
58
|
-
#### Bug Fixes
|
|
59
|
-
|
|
60
|
-
- Resolved the issue with offline material theme have google fonts.
|
|
61
|
-
|
|
62
|
-
## 22.2.10 (2023-08-22)
|
|
63
|
-
|
|
64
|
-
### Common
|
|
65
|
-
|
|
66
|
-
#### Bug Fixes
|
|
67
|
-
|
|
68
|
-
- `#492390` - Resolved the issue with Bold fonts are not included in material theme
|
|
69
|
-
|
|
70
|
-
## 22.2.9 (2023-08-15)
|
|
71
|
-
|
|
72
|
-
### Common
|
|
73
|
-
|
|
74
|
-
#### Bug Fixes
|
|
75
|
-
|
|
76
|
-
- `#I476890` - Memory leak issue in syncfusion components when using enable Persistence.
|
|
77
|
-
|
|
78
|
-
## 22.2.5 (2023-07-27)
|
|
79
|
-
|
|
80
|
-
### Common
|
|
81
|
-
|
|
82
|
-
#### Bug Fixes
|
|
83
|
-
|
|
84
|
-
- `#479520` - The issue with dragged elements and mouse positions getting misaligned has been resolved.
|
|
85
|
-
|
|
86
|
-
## 22.1.38 (2023-07-11)
|
|
87
|
-
|
|
88
|
-
### Common
|
|
89
|
-
|
|
90
|
-
#### New Features
|
|
91
|
-
|
|
92
|
-
- Added UTM parameters.
|
|
93
|
-
|
|
94
|
-
## 22.1.34 (2023-06-21)
|
|
95
|
-
|
|
96
|
-
### Common
|
|
97
|
-
|
|
98
|
-
#### New Features
|
|
99
|
-
|
|
100
|
-
- Provided the TypeScript 5 compatible support for the EJ2 components.
|
|
101
|
-
|
|
102
|
-
## 21.2.9 (2023-06-06)
|
|
103
|
-
|
|
104
|
-
### Common
|
|
105
|
-
|
|
106
|
-
#### Bug Fixes
|
|
107
|
-
|
|
108
|
-
- `#I461547` - The issue with the "popup showing on the entire page in the Chrome browser on iPad devices" has been resolved.
|
|
109
|
-
|
|
110
|
-
## 21.1.35 (2023-05-9)
|
|
111
|
-
|
|
112
|
-
### Common
|
|
113
|
-
|
|
114
|
-
#### Bug Fixes
|
|
115
|
-
|
|
116
|
-
- `#I451675` - The issue in the `template engine` when using `boolean` value has been resolved.
|
|
117
|
-
|
|
118
|
-
## 21.2.3 (2023-05-03)
|
|
119
|
-
|
|
120
|
-
### Common
|
|
121
|
-
|
|
122
|
-
#### Bug Fixes
|
|
123
|
-
|
|
124
|
-
- `#F180652` - The issue with the "drag element top value changes after scrolling to browser end" has been resolved.
|
|
125
|
-
|
|
126
|
-
## 21.1.39 (2023-04-11)
|
|
127
|
-
|
|
128
|
-
### Common
|
|
129
|
-
|
|
130
|
-
#### Bug Fixes
|
|
131
|
-
|
|
132
|
-
- `#I445928` - The issue with the "`formatNumber` method on internationalization" has been resolved.
|
|
133
|
-
|
|
134
|
-
## 21.1.38 (2023-04-04)
|
|
135
|
-
|
|
136
|
-
### Common
|
|
137
|
-
|
|
138
|
-
#### Bug Fixes
|
|
139
|
-
|
|
140
|
-
- `#I440657` - The issue with "Unwanted element is added in `Vue 3` template element" has been resolved.
|
|
141
|
-
|
|
142
|
-
## 21.1.37 (2023-03-29)
|
|
143
|
-
|
|
144
|
-
### Common
|
|
145
|
-
|
|
146
|
-
#### Bug Fixes
|
|
147
|
-
|
|
148
|
-
- `#F41815` - Resolved the dragged `card` element and mouse position mismatch issue in `kanban`.
|
|
149
|
-
|
|
150
|
-
## 21.1.35 (2023-03-23)
|
|
151
|
-
|
|
152
|
-
### Common
|
|
153
|
-
|
|
154
|
-
#### Bug Fixes
|
|
155
|
-
|
|
156
|
-
- `#I435907` - The issue with the "`drag and drop` on the `ipad` device" has been resolved.
|
|
157
|
-
|
|
158
|
-
## 20.4.51 (2023-02-21)
|
|
159
|
-
|
|
160
|
-
### Common
|
|
161
|
-
|
|
162
|
-
#### New Features
|
|
163
|
-
|
|
164
|
-
- `#I421132` - Provided custom format `#,###,, ; (#,###,,)` support for `Numbers` that used in Microsoft Excel's pivot table.
|
|
165
|
-
|
|
166
|
-
## 20.4.48 (2023-02-01)
|
|
167
|
-
|
|
168
|
-
### Dashboard Layout
|
|
169
|
-
|
|
170
|
-
#### Bug Fixes
|
|
171
|
-
|
|
172
|
-
- `#I423971` - Provided cancel option in Drag Start and Drag Stop events of the Dashboard Layout component.
|
|
173
|
-
|
|
174
|
-
### Common
|
|
175
|
-
|
|
176
|
-
#### Bug Fixes
|
|
177
|
-
|
|
178
|
-
- `#I424071` - The issue with the "Tooltip component throws a script error when setting content as '${}'" has been resolved.
|
|
179
|
-
|
|
180
|
-
## 20.4.44 (2023-01-18)
|
|
181
|
-
|
|
182
|
-
### Common
|
|
183
|
-
|
|
184
|
-
#### Bug Fixes
|
|
185
|
-
|
|
186
|
-
- `#F178732` - Resolved the sudden changes in top value of `draggable` element.
|
|
187
|
-
|
|
188
|
-
## 20.4.42 (2023-01-04)
|
|
189
|
-
|
|
190
|
-
### Common
|
|
191
|
-
|
|
192
|
-
#### Bug Fixes
|
|
193
|
-
|
|
194
|
-
- `#I427250` - Resolved window undefined in server side rendering with React next JS.
|
|
195
|
-
|
|
196
|
-
## 20.4.38 (2022-12-21)
|
|
197
|
-
|
|
198
|
-
### Common
|
|
199
|
-
|
|
200
|
-
#### New Features
|
|
201
|
-
|
|
202
|
-
- The new `Rating` control has been added to Essential JS 2.
|
|
203
|
-
- The `AppBar`, `Floating Action Button (FAB)`, `Mention`, `Message` and `Speed Dial` controls have been developed to meet industry standards and are now marked production-ready.
|
|
204
|
-
|
|
205
|
-
#### Breaking Changes
|
|
206
|
-
|
|
207
|
-
- If you are using Syncfusion's controls without first registering a license, a license dialog will appear after a certain limit of usage, preventing further interaction in the application. Please make sure to register a valid license in order to continue using the Syncfusion controls without interruption.
|
|
208
|
-
|
|
209
|
-
## 20.3.59 (2022-11-29)
|
|
210
|
-
|
|
211
|
-
### Common
|
|
212
|
-
|
|
213
|
-
#### Bug Fixes
|
|
214
|
-
|
|
215
|
-
- `#I421652` - The issue with the "gulp is added to the dependency package in the ej2 package" has been resolved.
|
|
216
|
-
|
|
217
|
-
## 20.3.47 (2022-09-29)
|
|
218
|
-
|
|
219
|
-
### Common
|
|
220
|
-
|
|
221
|
-
#### Bug Fixes
|
|
222
|
-
|
|
223
|
-
- `#I383984` - The issue with the "Unwanted swipe event trigger in Firefox browser" has been resolved.
|
|
224
|
-
|
|
225
|
-
## 20.2.36 (2022-06-30)
|
|
226
|
-
|
|
227
|
-
### Common
|
|
228
|
-
|
|
229
|
-
#### New Features
|
|
230
|
-
|
|
231
|
-
- Provided the TypeScript 4.7 compatible support for the EJ2 components.
|
|
232
|
-
- Provided the option to register the license key by using the `npx` command. Follow these steps to register the license using the `npx` command:
|
|
233
|
-
|
|
234
|
-
| The `npx` command |
|
|
235
|
-
|---|
|
|
236
|
-
| Install the Syncfusion packages from `npm`. |
|
|
237
|
-
| Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file. |
|
|
238
|
-
| Run the command `npx syncfusion-license activate` to automatically register the license. |
|
|
239
|
-
|
|
240
|
-
## 20.1.61 (2022-06-21)
|
|
241
|
-
|
|
242
|
-
### Common
|
|
243
|
-
|
|
244
|
-
#### Bug Fixes
|
|
245
|
-
|
|
246
|
-
- `#F173517` - "The Chart with ngFor data binding is not working" issue has been resolved.
|
|
247
|
-
|
|
248
|
-
## 20.1.60 (2022-06-14)
|
|
249
|
-
|
|
250
|
-
### Common
|
|
251
|
-
|
|
252
|
-
#### Bug Fixes
|
|
253
|
-
|
|
254
|
-
- `#I372767`, `#I370308` - The empty space issue in `Treeview` component while dragging the element has been resolved.
|
|
255
|
-
|
|
256
|
-
## 20.1.56 (2022-05-17)
|
|
257
|
-
|
|
258
|
-
### Common
|
|
259
|
-
|
|
260
|
-
#### Bug Fixes
|
|
261
|
-
|
|
262
|
-
- `#F173666` - The issue with sanitize html while creating a appointment in scheduler has been resolve.
|
|
263
|
-
|
|
264
|
-
## 20.1.55 (2022-05-12)
|
|
265
|
-
|
|
266
|
-
### Common
|
|
267
|
-
|
|
268
|
-
#### Bug Fixes
|
|
269
|
-
|
|
270
|
-
- `#I376600` - The issue with "`IsDevice` value return as false only for Safari browser in iPad" has been resolved.
|
|
271
|
-
|
|
272
|
-
## 20.1.50 (2022-04-19)
|
|
273
|
-
|
|
274
|
-
### Common
|
|
275
|
-
|
|
276
|
-
#### Bug Fixes
|
|
277
|
-
|
|
278
|
-
- `#I370803` - The issue with "Script error occurs while opening the popup in the DropDownList" has been resolved.
|
|
279
|
-
|
|
280
|
-
## 20.1.48 (2022-04-12)
|
|
281
|
-
|
|
282
|
-
### Common
|
|
283
|
-
|
|
284
|
-
#### Bug Fixes
|
|
285
|
-
|
|
286
|
-
- `#I374390` - Resolved window undefined in server side rendering with React next JS.
|
|
287
|
-
|
|
288
|
-
## 20.1.47 (2022-04-04)
|
|
289
|
-
|
|
290
|
-
### Common
|
|
291
|
-
|
|
292
|
-
#### Bug Fixes
|
|
293
|
-
|
|
294
|
-
- `#I324684` - Resolved the `Treeview` check box issues in safari browser.
|
|
295
|
-
- `#I342741`, `#F172105`, `#I365783`, `#F172867`, `#I367588`, `#I358914` - Provided the `draggable` support for the mobile and touch devices.
|
|
296
|
-
|
|
297
|
-
### Common
|
|
298
|
-
|
|
299
|
-
#### Bug Fixes
|
|
300
|
-
|
|
301
|
-
- `I324684` - Resolved the `Treeview` check box issues in safari browser.
|
|
302
|
-
|
|
303
|
-
## 17.4.51 (2020-02-25)
|
|
304
|
-
|
|
305
|
-
### Common
|
|
306
|
-
|
|
307
|
-
#### Bug Fixes
|
|
308
|
-
|
|
309
|
-
- `I261768` - Resolved script error for invalid custom number formatting.
|
|
310
|
-
|
|
311
|
-
## 17.4.43 (2020-01-14)
|
|
312
|
-
|
|
313
|
-
### Common
|
|
314
|
-
|
|
315
|
-
#### Bug Fixes
|
|
316
|
-
|
|
317
|
-
- `#I254197`, `#I255889`, `#I257234`, `#I257859`, `#I258137`, `#I259025`, `#I260213`, `#I260331` - Resolved Compilation issue with Typescript Latest version.
|
|
318
|
-
- Resolved Server side `updateModel` method is called for each child property in `blazor`.
|
|
319
|
-
|
|
320
|
-
## 17.4.41 (2020-01-07)
|
|
321
|
-
|
|
322
|
-
### Common
|
|
323
|
-
|
|
324
|
-
#### Bug Fixes
|
|
325
|
-
|
|
326
|
-
- `#I256528` - Resolved `draggable` issue `out` event not triggered.
|
|
327
|
-
- `#F149410` - Resolved `drag and drop` function not working `firefox` browser version 60.8 .
|
|
328
|
-
- `#I258661` - Resolved `LoadCldr` is not working issue.
|
|
329
|
-
- `#I258471` - Improvement the `drag and drop` library performance .
|
|
330
|
-
|
|
331
|
-
## 17.2.49 (2019-09-04)
|
|
332
|
-
|
|
333
|
-
### Common
|
|
334
|
-
|
|
335
|
-
#### Bug Fixes
|
|
336
|
-
|
|
337
|
-
- Resolved `draggable` issue while setting `clone` as `false`.
|
|
338
|
-
|
|
339
|
-
## 17.2.47 (2019-08-27)
|
|
340
|
-
|
|
341
|
-
### Common
|
|
342
|
-
|
|
343
|
-
#### Bug Fixes
|
|
344
|
-
|
|
345
|
-
- `#I234975` - Resolved template Engine support is not working while passing double slash `(\\)`.
|
|
346
|
-
- `#I242062` - Resolved template Engine support is not working while using Special characters `(@)` in more than one occurrence.
|
|
347
|
-
|
|
348
|
-
## 17.2.46 (2019-08-22)
|
|
349
|
-
|
|
350
|
-
### Common
|
|
351
|
-
|
|
352
|
-
#### Bug Fixes
|
|
353
|
-
|
|
354
|
-
- Resolved template Engine support is not working while using Special characters `(@)` in `if` condition.
|
|
355
|
-
|
|
356
|
-
## 17.2.40 (2019-08-06)
|
|
357
|
-
|
|
358
|
-
### Common
|
|
359
|
-
|
|
360
|
-
#### Bug Fixes
|
|
361
|
-
|
|
362
|
-
- `#I240696` - Resolved drag issue for actual drag element for scrolled parent element.
|
|
363
|
-
- `#I237495` - Fixed template engine support is not working while passing an array of value within the object.
|
|
364
|
-
|
|
365
|
-
## 17.2.39 (2019-07-30)
|
|
366
|
-
|
|
367
|
-
### Common
|
|
368
|
-
|
|
369
|
-
#### Bug Fixes
|
|
370
|
-
|
|
371
|
-
- `#I242062` - Resolved Special characters `(@)` are not working for template Engine support.
|
|
372
|
-
|
|
373
|
-
## 17.1.49 (2019-05-29)
|
|
374
|
-
|
|
375
|
-
### Common
|
|
376
|
-
|
|
377
|
-
#### Bug Fixes
|
|
378
|
-
|
|
379
|
-
- Fixed `parseDate` method returns invalid value when parsing `mm/yyyy` date format.
|
|
380
|
-
|
|
381
|
-
## 17.1.48 (2019-05-21)
|
|
382
|
-
|
|
383
|
-
### Common
|
|
384
|
-
|
|
385
|
-
#### Bug Fixes
|
|
386
|
-
|
|
387
|
-
- Resolved Multiple space between class Names for template Engine support.
|
|
388
|
-
|
|
389
|
-
#### New Features
|
|
390
|
-
|
|
391
|
-
- Added the `httpRequest` argument to Ajax `beforeSend` event arguments.
|
|
392
|
-
|
|
393
|
-
## 17.1.43 (2019-04-30)
|
|
394
|
-
|
|
395
|
-
### Common
|
|
396
|
-
|
|
397
|
-
#### Bug Fixes
|
|
398
|
-
|
|
399
|
-
- #142628, #143613 - Fixed `template` string evaluation malfunctions in `template` engine.
|
|
400
|
-
- #226430 - Resolved Drag not working in IE browser issue.
|
|
401
|
-
|
|
402
|
-
## 17.1.38 (2019-03-29)
|
|
403
|
-
|
|
404
|
-
### Common
|
|
405
|
-
|
|
406
|
-
#### New Features
|
|
407
|
-
|
|
408
|
-
- Provided the Bootstrap 4 support
|
|
409
|
-
|
|
410
|
-
## 17.1.32-beta (2019-03-13)
|
|
411
|
-
|
|
412
|
-
### Common
|
|
413
|
-
|
|
414
|
-
#### Bug Fixes
|
|
415
|
-
|
|
416
|
-
- #I234200 - Fixed `GetConstant` method does not return correct value when passing 0 as a value in localization.
|
|
417
|
-
|
|
418
|
-
#### New Features
|
|
419
|
-
|
|
420
|
-
- Provided support for evaluate script from Ajax request in Dom Library.
|
|
421
|
-
|
|
422
|
-
#### Breaking Changes
|
|
423
|
-
|
|
424
|
-
- ej2 icons has been split-up based on theme names and icons moved to separate npm package ej2-icons
|
|
425
|
-
- canvas and svg render base functionalities moved to [ej2-svg-base](https://www.npmjs.com/package/@syncfusion/ej2-svg-base) npm package
|
|
426
|
-
|
|
427
|
-
#### Bug Fixes
|
|
428
|
-
|
|
429
|
-
- Fixed draggable clone element position on scroll
|
|
430
|
-
|
|
431
|
-
## 17.1.1-beta (2019-01-29)
|
|
432
|
-
|
|
433
|
-
### Common
|
|
434
|
-
|
|
435
|
-
#### Bug Fixes
|
|
436
|
-
|
|
437
|
-
- Fixed `e-control` class removed after control refresh issue.
|
|
438
|
-
|
|
439
|
-
## 16.3.30 (2018-10-31)
|
|
440
|
-
|
|
441
|
-
### Common
|
|
442
|
-
|
|
443
|
-
#### Bug Fixes
|
|
444
|
-
|
|
445
|
-
- Fixed `exporting issue` while complex field value is null.
|
|
446
|
-
|
|
447
|
-
## 16.3.29 (2018-10-31)
|
|
448
|
-
|
|
449
|
-
### Common
|
|
450
|
-
|
|
451
|
-
#### New Features
|
|
452
|
-
|
|
453
|
-
- Upgraded TypeScript version to 3.0
|
|
454
|
-
|
|
455
|
-
## 16.3.24 (2018-10-09)
|
|
456
|
-
|
|
457
|
-
### Common
|
|
458
|
-
|
|
459
|
-
#### Bug Fixes
|
|
460
|
-
|
|
461
|
-
- Fixed wrong handler removed from observer on subscribing more than one handler for a property.
|
|
462
|
-
|
|
463
|
-
## 16.3.21 (2018-09-22)
|
|
464
|
-
|
|
465
|
-
### Common
|
|
466
|
-
|
|
467
|
-
#### Breaking Changes
|
|
468
|
-
|
|
469
|
-
- The individual `npm` package will no longer bundle dependent component's style and global `javascript` source. The online web tool [`CRG`](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component global script and styles.
|
|
470
|
-
|
|
471
|
-
## 16.3.17 (2018-09-12)
|
|
472
|
-
|
|
473
|
-
### Common
|
|
474
|
-
|
|
475
|
-
#### Breaking Changes
|
|
476
|
-
|
|
477
|
-
- The individual `npm` package will no longer bundle dependent component's style and global `javascript` source. The online web tool [`CRG`](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component global script and styles.
|
|
478
|
-
|
|
479
|
-
## 16.2.47 (2018-08-07)
|
|
480
|
-
|
|
481
|
-
### Common
|
|
482
|
-
|
|
483
|
-
#### Bug Fixes
|
|
484
|
-
|
|
485
|
-
- Fixed the First Day of week default index value to 0.
|
|
486
|
-
|
|
487
|
-
## 16.2.41 (2018-06-25)
|
|
488
|
-
|
|
489
|
-
### Common
|
|
490
|
-
|
|
491
|
-
#### New Features
|
|
492
|
-
|
|
493
|
-
- Provided support for First Day of the Week in Internationalization Library.
|
|
494
|
-
|
|
495
|
-
#### Bug Fixes
|
|
496
|
-
|
|
497
|
-
- Fixed the compilation issue in Angular Universal.
|
|
498
|
-
- Fixed object typing issue for typescript version 2.8.0.
|
|
499
|
-
|
|
500
|
-
#### New Features
|
|
501
|
-
|
|
502
|
-
- Provided public function [`getComponent`] for getting an instance of current component.
|
|
503
|
-
- Provided `N\A support` for an internationalization.
|
|
504
|
-
|
|
505
|
-
## 16.1.38 (2018-05-02)
|
|
506
|
-
|
|
507
|
-
### Common
|
|
508
|
-
|
|
509
|
-
#### Bug Fixes
|
|
510
|
-
|
|
511
|
-
- Fixed the date parser validation issue for invalid date input.
|
|
512
|
-
- Fixed the memory leak issue in the `setImmediate` method.
|
|
513
|
-
|
|
514
|
-
## 16.1.37 (2018-04-24)
|
|
515
|
-
|
|
516
|
-
### Common
|
|
517
|
-
|
|
518
|
-
#### Bug Fixes
|
|
519
|
-
|
|
520
|
-
- Fixed angular base performance issue.
|
|
521
|
-
|
|
522
|
-
## 16.1.35 (2018-04-17)
|
|
523
|
-
|
|
524
|
-
### Common
|
|
525
|
-
|
|
526
|
-
#### New Features
|
|
527
|
-
|
|
528
|
-
- **Template**-Provided `elseif` conditional statement for template rendering.
|
|
529
|
-
|
|
530
|
-
### Common
|
|
531
|
-
|
|
532
|
-
#### Bug Fixes
|
|
533
|
-
|
|
534
|
-
- Fixed the static currency format returned issue on `getNumberPattern` method.
|
|
535
|
-
|
|
536
|
-
## 16.1.33 (2018-04-03)
|
|
537
|
-
|
|
538
|
-
### Common
|
|
539
|
-
|
|
540
|
-
#### Bug Fixes
|
|
541
|
-
|
|
542
|
-
- Fixed Date Time Parser parsing issue on British Time Zone
|
|
543
|
-
|
|
544
|
-
## 16.1.32 (2018-03-29)
|
|
545
|
-
|
|
546
|
-
### Common
|
|
547
|
-
|
|
548
|
-
#### Bug Fixes
|
|
549
|
-
|
|
550
|
-
- Fixed C# number formatting issue.
|
|
551
|
-
|
|
552
|
-
#### New Features
|
|
553
|
-
|
|
554
|
-
- Generating page based unique id for components.
|
|
555
|
-
|
|
556
|
-
## 16.1.30 (2018-03-20)
|
|
557
|
-
|
|
558
|
-
### Common
|
|
559
|
-
|
|
560
|
-
#### Bug Fixes
|
|
561
|
-
|
|
562
|
-
- Fixed content security policy issue.
|
|
563
|
-
|
|
564
|
-
## 16.1.29 (2018-03-13)
|
|
565
|
-
|
|
566
|
-
### Common
|
|
567
|
-
|
|
568
|
-
#### Bug Fixes
|
|
569
|
-
|
|
570
|
-
- Fixed `rtl` issue in styles.
|
|
571
|
-
|
|
572
|
-
## 16.1.28 (2018-03-09)
|
|
573
|
-
|
|
574
|
-
### Common
|
|
575
|
-
|
|
576
|
-
#### Bug Fixes
|
|
577
|
-
|
|
578
|
-
- Fixed `statePersistence` issue in destroyed control destroy.
|
|
579
|
-
|
|
580
|
-
## 16.1.24 (2018-02-22)
|
|
581
|
-
|
|
582
|
-
### Common
|
|
583
|
-
|
|
584
|
-
#### New Features
|
|
585
|
-
|
|
586
|
-
- Essential JS 2 is now officially released and production ready.
|
|
587
|
-
- Angular Universal support added
|
|
588
|
-
- New High Contrast theme added
|
|
589
|
-
- A web based tool for Custom Resource Generator is released for JavaScript (ES5) users
|
|
590
|
-
|
|
591
|
-
#### Breaking Changes
|
|
592
|
-
|
|
593
|
-
- Tag prefix for Angular components is changed from `ej` to `ejs`. For example, `ej-grid` is changed to `ejs-grid`.
|
|
594
|
-
- **Touch**: Removed `doubleTap` event and added `tapCount` argument in tap event.
|
|
595
|
-
|
|
596
|
-
## 15.4.23-preview (2017-12-27)
|
|
597
|
-
|
|
598
|
-
### Common
|
|
599
|
-
|
|
600
|
-
#### New Features
|
|
601
|
-
|
|
602
|
-
- Added typing file for ES5 global scripts (`dist/global/index.d.ts`)
|
|
603
|
-
|
|
604
|
-
#### Breaking Changes
|
|
605
|
-
|
|
606
|
-
- Modified the module bundle file name for ES6 bundling
|
|
607
|
-
|
|
608
|
-
#### Bug Fixes
|
|
609
|
-
|
|
610
|
-
- Fixed Chinese culture time parsing issue in Date parser
|
|
611
|
-
|
|
612
|
-
## 15.4.21-preview (2017-12-08)
|
|
613
|
-
|
|
614
|
-
### Common
|
|
615
|
-
|
|
616
|
-
#### Bug Fixes
|
|
617
|
-
|
|
618
|
-
- Fixed enable persistence issue in angular
|
|
619
|
-
|
|
620
|
-
## 15.4.20-preview (2017-12-01)
|
|
621
|
-
|
|
622
|
-
### Common
|
|
623
|
-
|
|
624
|
-
#### New Features
|
|
625
|
-
|
|
626
|
-
- Upgraded TypeScript version to 2.6.2
|
|
627
|
-
|
|
628
|
-
## 15.4.19-preview (2017-11-23)
|
|
629
|
-
|
|
630
|
-
### Common
|
|
631
|
-
|
|
632
|
-
#### Bug Fixes
|
|
633
|
-
|
|
634
|
-
- Fixed script error for invalid culture input in L10 library.
|
|
635
|
-
|
|
636
|
-
## 15.4.17-preview (2017-11-13)
|
|
637
|
-
|
|
638
|
-
### Common
|
|
639
|
-
|
|
640
|
-
Base library has the following list of libraries which are commonly used by all Essential JS 2 components
|
|
641
|
-
|
|
642
|
-
- Internationalization
|
|
643
|
-
- Localization
|
|
644
|
-
- Animation
|
|
645
|
-
- Drag and Drop
|
|
646
|
-
- Touch
|
|
647
|
-
- Keyboard
|
|
648
|
-
- Ripple Effect
|
|
649
|
-
- State Persistence
|