@syncfusion/ej2-base 25.2.5 → 26.1.35

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