@syncfusion/ej2-angular-inputs 25.1.37 → 25.1.38-ngcc

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 (81) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1970 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1857 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1487 -0
  6. package/dist/ej2-angular-inputs.umd.js +2066 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +13 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +12 -27
  13. package/postinstall/tagchange.js +16 -16
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/rating/rating-all.module.d.ts +0 -6
  27. package/src/rating/rating.component.d.ts +0 -3
  28. package/src/rating/rating.module.d.ts +0 -6
  29. package/src/signature/signature-all.module.d.ts +0 -6
  30. package/src/signature/signature.component.d.ts +0 -3
  31. package/src/signature/signature.module.d.ts +0 -6
  32. package/src/slider/slider-all.module.d.ts +0 -6
  33. package/src/slider/slider.component.d.ts +0 -3
  34. package/src/slider/slider.module.d.ts +0 -6
  35. package/src/textarea/textarea-all.module.d.ts +0 -6
  36. package/src/textarea/textarea.component.d.ts +0 -3
  37. package/src/textarea/textarea.module.d.ts +0 -6
  38. package/src/textbox/textbox-all.module.d.ts +0 -6
  39. package/src/textbox/textbox.component.d.ts +0 -3
  40. package/src/textbox/textbox.module.d.ts +0 -6
  41. package/src/uploader/files.directive.d.ts +0 -5
  42. package/src/uploader/uploader-all.module.d.ts +0 -6
  43. package/src/uploader/uploader.component.d.ts +0 -3
  44. package/src/uploader/uploader.module.d.ts +0 -7
  45. package/esm2020/public_api.mjs +0 -3
  46. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  47. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  48. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  49. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  50. package/esm2020/src/index.mjs +0 -31
  51. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  52. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  53. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  54. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  55. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  56. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  57. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  58. package/esm2020/src/rating/rating.component.mjs +0 -109
  59. package/esm2020/src/rating/rating.module.mjs +0 -25
  60. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  61. package/esm2020/src/signature/signature.component.mjs +0 -84
  62. package/esm2020/src/signature/signature.module.mjs +0 -25
  63. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  64. package/esm2020/src/slider/slider.component.mjs +0 -84
  65. package/esm2020/src/slider/slider.module.mjs +0 -25
  66. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  67. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  68. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  69. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  70. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  71. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  72. package/esm2020/src/uploader/files.directive.mjs +0 -58
  73. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  74. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  75. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  76. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  77. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1363
  78. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  79. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1363
  80. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  81. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,1487 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### ColorPicker
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I571375` - Provided the original event arguments in the change and select events of the color picker.
10
+
11
+ ### NumericTextBox
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I567912` - Fixed issue with overflow style not being applied to the placeholder.
16
+
17
+ ## 25.1.37 (2024-03-26)
18
+
19
+ ### Signature
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#F187147` - Issue with "Signature Clear method returns BaseAddress as null" has been resolved.
24
+
25
+ ### MaskedTextBox
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I561285` - Fixed an issue where focus was being added to the maskedtextbox when running in the Safari browser.
30
+
31
+ ## 25.1.35 (2024-03-15)
32
+
33
+ ### Signature
34
+
35
+ #### Bug Fixes
36
+
37
+ - `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.
38
+
39
+ ### ColorPicker
40
+
41
+ #### Bug Fixes
42
+
43
+ - Facing exception when mode switching from color palette to color picker has been resolved.
44
+ - Color picker value is not getting reset for transparent case.
45
+
46
+ ### NumericTextBox
47
+
48
+ #### Bug Fixes
49
+
50
+ - `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
51
+
52
+ ## 20.4.38 (2022-12-21)
53
+
54
+ ### Rating
55
+
56
+ **Key features**:
57
+
58
+
59
+ The Rating component lets the user provide a star rating or view other people’s ratings on a numeric scale for any service provided, such as for movies, applications, or products.
60
+
61
+
62
+ - **Precision** - Different precision modes to provide more accurate rating.
63
+ - **Tooltip and Label** - Provide more expressive rating with tooltip and label.
64
+ - **Template** - Support to customize the rating item to heart, svg or any content that precisely match our unique needs.
65
+ - **Accessibility** - The Rating provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
66
+
67
+ ## 19.4.38 (2021-12-17)
68
+
69
+ ### Signature
70
+
71
+ The Signature control allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature control.
72
+
73
+
74
+ - **Customization** - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
75
+ - **Load** - Support to load the signature as base64.
76
+ - **Draw** - Support to draw the text with the different font family and font size.
77
+ - **Save** - Support to save the signature as image like PNG, JPEG, and SVG.
78
+
79
+ The Signature component allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature component.
80
+
81
+
82
+ - **Customization** - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
83
+ - **Load** - Support to load the signature as base64.
84
+ - **Draw** - Support to draw the text with the different font family and font size.
85
+ - **Save** - Support to save the signature as image like PNG, JPEG, and SVG.
86
+
87
+ ## 19.3.53 (2021-11-12)
88
+
89
+ ### ColorPicker
90
+
91
+ #### Bug Fixes
92
+
93
+ - Overflow issue in ColorPicker has been resolved.
94
+
95
+ ## 19.3.48 (2021-11-02)
96
+
97
+ ### ColorPicker
98
+
99
+ #### Bug Fixes
100
+
101
+ - `createPopupOnClick` property scenario not handled properly in `ColorPicker` has been resolved.
102
+ - `I344127` - Issue with ColorPicker value not updated properly if opacity is set to false has been resolved.
103
+
104
+ ## 19.3.44 (2021-10-05)
105
+
106
+ ### NumericTextBox
107
+
108
+ #### Bug Fixes
109
+
110
+ - `#I319166` - Issue with "lazy modifier not working" has been resolved.
111
+
112
+ ## 19.2.59 (2021-08-31)
113
+
114
+ ### Uploader
115
+
116
+ #### Bug Fixes
117
+
118
+ - `#F165287` - Issue with "files are not uploaded in the sequential upload while retrying the failed duplicate files" has been resolved.
119
+
120
+ ## 19.2.48 (2021-07-20)
121
+
122
+ ### Range Slider
123
+
124
+ #### Bug Fixes
125
+
126
+ - `#I329800` - The issue with "The Range Slider tooltip is not closed during the document click" has been resolved.
127
+
128
+ ## 19.2.46 (2021-07-06)
129
+
130
+ ### ColorPicker
131
+
132
+ - Role Attribute error in ColorPicker has been fixed.
133
+
134
+ ## 19.1.59 (2021-05-04)
135
+
136
+ ### Range Slider
137
+
138
+ #### Bug Fixes
139
+
140
+ - `#I313394` - The issue with "The Range Slider handle position is moved to the wrong position after performing drag and drop using the range bar" has been fixed.
141
+
142
+ ## 19.1.54 (2021-03-30)
143
+
144
+ ### MaskedTextBox
145
+
146
+ #### New Features
147
+
148
+ - `#284609` - Now, the cursor will position based on the value present in the input element while focusing the component.
149
+
150
+ ## 18.4.47 (2021-03-09)
151
+
152
+ ### Form Validator
153
+
154
+ #### Bug Fixes
155
+
156
+ - `#315294` - Now, you can use the complex name attribute to add the validation rules.
157
+
158
+ ## 18.4.44 (2021-02-23)
159
+
160
+ ### TextBox
161
+
162
+ #### Bug Fixes
163
+
164
+ - Issue with "`e-mappinguid` attribute is added to textarea element while rendering the multiline textbox" has been resolved.
165
+
166
+ ## 18.4.43 (2021-02-16)
167
+
168
+ ### Uploader
169
+
170
+ #### Bug Fixes
171
+
172
+ - Issue with "dot present in the end of file name while rendering the preload files without type of file" has been resolved.
173
+
174
+ ### TextBox
175
+
176
+ #### Bug Fixes
177
+
178
+ - `#313099` - Issue with "script error throws when disable the clear button dynamically" has been resolved.
179
+
180
+ ### FormValidator
181
+
182
+ #### Bug Fixes
183
+
184
+ - `#F162275` - Issue with "validation message shows while setting required as false in the rules property" has been resolved.
185
+
186
+ ## 18.4.32 (2020-12-29)
187
+
188
+ ### ColorPicker
189
+
190
+ - `F160947` - Unwanted parent selector removed from the top level selector.
191
+
192
+ ## 18.3.52 (2020-12-01)
193
+
194
+ ### TextBox
195
+
196
+ #### Bug Fixes
197
+
198
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
199
+
200
+ ## 18.3.48 (2020-11-11)
201
+
202
+ ### Uploader
203
+
204
+ #### Bug Fixes
205
+
206
+ - `#299628` - Issue with "cancelling the file uploading inside the uploading event doesn't work when set `showFileList` property value as false" has been resolved.
207
+
208
+ ## 18.3.44 (2020-10-27)
209
+
210
+ ### Range Slider
211
+
212
+ #### Bug Fixes
213
+
214
+ - `#294975` - Issue with Slider's handle staying large in size when clicking out of the screen has been fixed.
215
+ - `#296636` - Issue with "Tooltip with Slider is not working properly" has been fixed.
216
+
217
+ ## 18.3.35 (2020-10-01)
218
+
219
+ ### TextBox
220
+
221
+ #### Bug Fixes
222
+
223
+ - `#288139` - Issue with "the floating label not moved to top, when choose the value using `autofill` option in chrome browser" has been resolved.
224
+
225
+ ### Uploader
226
+
227
+ #### Bug Fixes
228
+
229
+ - `#F156536` - Now, you can drag and drop the directory without any script issue in the directory upload.
230
+ - `#287079` - Issue with "file is removing from file list while providing the invalid remove URL" has been resolved.
231
+
232
+ ## 18.2.58 (2020-09-15)
233
+
234
+ ### ColorPicker
235
+
236
+ - Issue with `enableOpacity` has been fixed.
237
+
238
+ ## 18.2.54 (2020-08-18)
239
+
240
+ ### Range Slider
241
+
242
+ #### Bug Fixes
243
+
244
+ - `#277466` - In the mobile view, the scrolling issue when multiple sliders are rendered has been resolved
245
+
246
+ ## 18.2.48 (2020-08-04)
247
+
248
+ ### TextBox
249
+
250
+ #### Bug Fixes
251
+
252
+ `282905` - Now, Cross-Site Scripting issues will no longer occurs for placeholder property.
253
+
254
+
255
+ ## 18.1.56 (2020-06-09)
256
+
257
+ ### Uploader
258
+
259
+ #### Bug Fixes
260
+
261
+ - Issue with "form name is not updated based on name attribute in chunk upload" has been resolved.
262
+
263
+ ## 18.1.55 (2020-06-02)
264
+
265
+ ### Slider
266
+
267
+ #### Bug Fixes
268
+
269
+ - `#278460` Issue with slider refresh method has been resolved.
270
+
271
+ ## 18.1.53 (2020-05-19)
272
+
273
+ ### Slider
274
+
275
+ #### New Features
276
+
277
+ - Now, you can set the width of the slider component using `width` property.
278
+
279
+ ## 18.1.52 (2020-05-13)
280
+
281
+ ### Uploader
282
+
283
+ #### Bug Fixes
284
+
285
+ - Now, selected files persist properly when enabling enablePersistence property.
286
+
287
+ #### New Features
288
+
289
+ - `#F150695` - Now, you can customize the drag operation effect using dropEffect property.
290
+
291
+ ## 18.1.44 (2020-04-14)
292
+
293
+ ### TextBox
294
+
295
+ #### Bug Fixes
296
+
297
+ - Issue with "destroy throws error in IE" has been resolved.
298
+
299
+ ## 18.1.43 (2020-04-07)
300
+
301
+ ### TextBox
302
+
303
+ #### Bug Fixes
304
+
305
+ - `#268311` - Issue with "typed value is not reset in the multiline textbox while destroying the control" has been resolved.
306
+
307
+ - `#263811`- Now, multiline textbox expand and collapse icon aligned properly.
308
+
309
+ ## 18.1.36-beta (2020-03-19)
310
+
311
+ ### Slider
312
+
313
+ #### Bug Fixes
314
+
315
+ - `#259186` The issue with the Vertical Slider tooltip content that rotate `225` degrees has been resolved.
316
+
317
+ ## 17.4.46 (2020-01-30)
318
+
319
+ ### Slider
320
+
321
+ #### Bug Fixes
322
+
323
+ - The issue "z-index value get's updated on each value change" has been resolved.
324
+
325
+ ### NumericTextBox
326
+
327
+ #### Bug Fixes
328
+
329
+ - Issue with "validation message not removed while clear the value using clear button" has been resolved.
330
+
331
+ ### ColorPicker
332
+
333
+ - Provided `onModeSwitch` event after switching mode.
334
+
335
+ ### FormValidator
336
+
337
+ #### Bug Fixes
338
+
339
+ - `#F150308` - Now, email validation accepts more than five characters in the domain name.
340
+
341
+ ### TextBox
342
+
343
+ #### Bug Fixes
344
+
345
+ - `#261143` - Issue with "console error thrown in the IE browser while navigating the page" has been resolved.
346
+
347
+ ## 17.4.41 (2020-01-07)
348
+
349
+ ### Slider
350
+
351
+ #### Bug Fixes
352
+
353
+ - `#259186` - Now, the tooltip is displayed correctly for the slider component while rendering it inside the dialog component.
354
+
355
+ ## 17.3.29 (2019-11-26)
356
+
357
+ ### Form Validator
358
+
359
+ #### Bug Fixes
360
+
361
+ - Now, validation works for newly added elements by calling the `refresh` method.
362
+
363
+ ## 17.3.28 (2019-11-19)
364
+
365
+ ### TextBox
366
+
367
+ #### New Features
368
+
369
+ - `#226069`, `#247330` - Now, you can add icons to textbox component using `addIcon` method.
370
+
371
+ #### Bug Fixes
372
+
373
+ - `#254393` - Issue with "while calling the `focusIn` method, focus is not removed in the textbox even press the tab key or mouse action" has been resolved.
374
+
375
+ ### NumericTextBox
376
+
377
+ #### Bug Fixes
378
+
379
+ - `#254252` - Issue with "value not updated properly when set decimal value more than 7" has been resolved.
380
+
381
+ ## 17.3.27 (2019-11-12)
382
+
383
+ ### TextBox
384
+
385
+ #### New Features
386
+
387
+ - `#233835`, `#236707` - Now, you can adjust the width of textbox component using `width` property.
388
+
389
+ ### Uploader
390
+
391
+ #### Bug Fixes
392
+
393
+ - `#252841` - Now, you can `drag and drop` the folders in `directory upload`.
394
+
395
+ ### ColorPicker
396
+
397
+ #### Breaking Changes
398
+
399
+ - Opacity value is removed from `value` when `enableOpacity` property is set as false.
400
+
401
+ ## 17.3.26 (2019-11-05)
402
+
403
+ ### ColorPicker
404
+
405
+ #### Bug Fixes
406
+
407
+ - `F147566` - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
408
+
409
+ ### Uploader
410
+
411
+ #### New Features
412
+
413
+ - `#226384`, `#F147065` - Now, the file upload UI get changed for `synchronous upload`.
414
+
415
+ ## 17.3.21 (2019-10-30)
416
+
417
+ ### NumericTextBox
418
+
419
+ #### Bug Fixes
420
+
421
+ - `#251466` - Now, you can set width property in `em` unit.
422
+
423
+ ## 17.3.16 (2019-10-09)
424
+
425
+ ### TextBox
426
+
427
+ #### Bug Fixes
428
+
429
+ - Issue with `Material2 outline layout` has been resolved.
430
+
431
+ ## 17.3.14 (2019-10-03)
432
+
433
+ ### TextBox
434
+
435
+ #### New Features
436
+
437
+ - `#246351` - Provided autocomplete property for setting the autocomplete attribute to the textbox.
438
+
439
+ ### Uploader
440
+
441
+ #### Bug Fixes
442
+
443
+ - `#244526`, `#245738` - Issue with "spinner is shown after the file uploaded successfully" has been resolved.
444
+
445
+ ## 17.3.9-beta (2019-09-20)
446
+
447
+ ### Slider
448
+
449
+ #### New Features
450
+
451
+ - `#234797` - Provided the color customization for each range of the slider track.
452
+
453
+ ### MaskedTextBox
454
+
455
+ #### Bug Fixes
456
+
457
+ - Now, e-disabled class is removed from wrapper when dynamically enable the masked textbox from disabled state.
458
+
459
+ ## 17.2.49 (2019-09-04)
460
+
461
+ ### ColorPicker
462
+
463
+ #### Bug Fixes
464
+
465
+ - `#243637` - Opacity value is not working Edge browser.
466
+
467
+ ## 17.2.47 (2019-08-27)
468
+
469
+ ### NumericTextBox
470
+
471
+ #### Bug Fixes
472
+
473
+ - `#242949` - Resolved the cursor flickering issue on IE11 browser while focus the input by tab and mouse simultaneously.
474
+
475
+ ## 17.2.46 (2019-08-22)
476
+
477
+ ### Slider
478
+
479
+ #### Bug Fixes
480
+
481
+ - `I240495` - Ticks rendering issue in the vertical slider has been fixed.
482
+
483
+ ## 17.2.41 (2019-08-14)
484
+
485
+ ### NumericTextBox
486
+
487
+ #### Bug Fixes
488
+
489
+ - `#244336` - Now, the percentage textbox value never changed in read-only mode after `focusIn` and `focusOut`.
490
+
491
+ ### Uploader
492
+
493
+ #### Bug Fixes
494
+
495
+ - `#F146285`, `244026` - Now, you can get the files in server-side when drag and drop the files in the synchronous upload.
496
+
497
+ ## 17.2.40 (2019-08-06)
498
+
499
+ ### MaskedTextBox
500
+
501
+ #### Bug Fixes
502
+
503
+ - `#243500` - Provided `readonly` property to control user interactions.
504
+
505
+ ## 17.2.39 (2019-07-30)
506
+
507
+ ### Uploader
508
+
509
+ #### Bug Fixes
510
+
511
+ - `#F145959`, `#242743` - Provided specific type for success event arguments in the `Uploader`.
512
+
513
+ ## 17.2.36 (2019-07-24)
514
+
515
+ ### Uploader
516
+
517
+ #### Bug Fixes
518
+
519
+ - `#F145967`, `#242158` - Resolved removing event restricted while the `args.cancel` is enabled.
520
+ - Now, provided `postRawFile` argument to the `remove` method for post either file/file name to the server.
521
+
522
+ ## 17.2.35 (2019-07-17)
523
+
524
+ ### Form Validator
525
+
526
+ #### Bug Fixes
527
+
528
+ - `#212351` - Now, localized text of form validator was included in ej2-locale package.
529
+
530
+ ### Uploader
531
+
532
+ #### Bug Fixes
533
+
534
+ - `#145718` - Issue with `Material spinner appearance in Safari browser` has been resolved.
535
+
536
+ ### MaskedTextBox
537
+
538
+ #### Bug Fixes
539
+
540
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
541
+
542
+ ### TextBox
543
+
544
+ #### Bug Fixes
545
+
546
+ - `#240368` - Now, you can get the updated previous value in the `input event` argument.
547
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
548
+
549
+ ## 17.2.34 (2019-07-11)
550
+
551
+ ### NumericTextBox
552
+
553
+ #### Bug Fixes
554
+
555
+ - `#238077` - Now, numeric textbox model value post to the server instead of a formatted numeric string when submitting the form.
556
+
557
+ ### TextBox
558
+
559
+ #### New Features
560
+
561
+ - `#226404`, `#F141814` - Provided `Material2 outline layout` for textbox.
562
+ - `#226950` - Provided `Material2 filled layout` for textbox.
563
+
564
+ #### Bug Fixes
565
+
566
+ - Now, changed the bottom padding of input to meet the Material theme standard.
567
+ - `#240368` - Now, you can get the updated previous value in the `input event` argument.
568
+
569
+ ## 17.2.28-beta (2019-06-27)
570
+
571
+ ### TextBox
572
+
573
+ #### New Features
574
+
575
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
576
+
577
+ #### Bug Fixes
578
+
579
+ - #238248 - Issue with "throws error while reset the form" has been resolved.
580
+ - #235983 - Resolved the HTML5 standard issues in textbox control.
581
+
582
+ ### NumericTextBox
583
+
584
+ #### New Features
585
+
586
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
587
+
588
+ #### Bug Fixes
589
+
590
+ - #237600 - Now, validation message get removed while change the numeric value through spin buttons.
591
+
592
+ ### MaskedTextBox
593
+
594
+ #### New Features
595
+
596
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
597
+
598
+ ## 17.1.50 (2019-06-04)
599
+
600
+ ### Uploader
601
+
602
+ #### Bug Fixes
603
+
604
+ - No more script issue occurs, on rendering the preload files as empty.
605
+
606
+ ## 17.1.49 (2019-05-29)
607
+
608
+ ### TextBox
609
+
610
+ #### New Features
611
+
612
+ - #236816 - Provided method to `focusIn` and `focusOut`.
613
+
614
+ ### NumericTextBox
615
+
616
+ #### New Features
617
+
618
+ - #236816 - Provided method to `focusIn` and `focusOut`.
619
+
620
+ ### MaskedTextBox
621
+
622
+ #### New Features
623
+
624
+ - #236816 - Provided method to `focusIn` and `focusOut`.
625
+
626
+ #### Bug Fixes
627
+
628
+ - Now, MaskedTextBox renders properly after calling `refresh` method.
629
+
630
+ ### Uploader
631
+
632
+ #### Bug Fixes
633
+
634
+ - #235532 - Now, you can remove the uploaded files, while using the uploader within form.
635
+
636
+ ## 17.1.44 (2019-05-07)
637
+
638
+ ### MaskedTextBox
639
+
640
+ #### Bug Fixes
641
+
642
+ - #230545 - Issue with inequality of Masked Textbox element value and argument value of input event while typing rapidly has been fixed.
643
+ - #F144247 - Issue with "typed character update on the next position while typing the same digit" has been fixed.
644
+
645
+ ## 17.1.41 (2019-04-16)
646
+
647
+ ### NumericTextBox
648
+
649
+ #### Bug Fixes
650
+
651
+ - #231530 - Now, `change` event trigger when click on clear button.
652
+
653
+ ### TextBox
654
+
655
+ #### Bug Fixes
656
+
657
+ - #231530 - Issue with event argument has null value when click on clear button has been fixed.
658
+
659
+ ## 17.1.40 (2019-04-09)
660
+
661
+ ### Uploader
662
+
663
+ #### Bug Fixes
664
+
665
+ - In latest chrome browser, file list is not generated issue fixed.
666
+
667
+ ### Form Validator
668
+
669
+ #### Bug Fixes
670
+
671
+ - When using multiple forms with same name fields, validation not occurs issue has been fixed.
672
+
673
+ ### ColorPicker
674
+
675
+ #### Bug Fixes
676
+
677
+ - Value not updated properly in reactive forms issue fixed.
678
+
679
+ ## 17.1.38 (2019-03-29)
680
+
681
+ ### Form Validator
682
+
683
+ #### Bug Fixes
684
+
685
+ - Resolved issue with same validation message displays for all fields when provide validation messages using data attribute.
686
+
687
+ ### Uploader
688
+
689
+ #### Bug Fixes
690
+
691
+ - File name ellipsis issue in `edge` browser has been fixed.
692
+
693
+ ### TextBox
694
+
695
+ #### Bug Fixes
696
+
697
+ - When textbox contains value initially, no more change event will trigger while focus followed by focus out.
698
+
699
+ ## 17.1.32-beta (2019-03-13)
700
+
701
+ ### MaskedTextBox
702
+
703
+ #### Bug Fixes
704
+
705
+ - Now, you can get the proper masked textbox value in the `change` event.
706
+
707
+ ### TextBox
708
+
709
+ #### New Features
710
+
711
+ - Provided option to render `multiline textbox` (textarea).
712
+
713
+ #### Bug Fixes
714
+
715
+ - Now input event will trigger after clear the textbox value using clear icon.
716
+
717
+ ### Uploader
718
+
719
+ #### Bug Fixes
720
+
721
+ - Issue with uploading the file within the form has been fixed.
722
+ - Issue with updating the uploader buttons text in firefox lower versions has been fixed.
723
+
724
+ ### Slider
725
+
726
+ #### New Features
727
+
728
+ - Now only single tooltip will be displayed in range slider for resize and drag actions for better user interface.
729
+
730
+ ## 16.4.55 (2019-02-27)
731
+
732
+ ### TextBox
733
+
734
+ #### Bug Fixes
735
+
736
+ - Now, the validation works with complex names also.
737
+
738
+ ### Uploader
739
+
740
+ #### Bug Fixes
741
+
742
+ - Resolved the issue with `Tab` key navigation in uploader file list.
743
+
744
+ ### Slider
745
+
746
+ #### New Features
747
+
748
+ - Now, Range Slider in Material theme will support `showOn` property.
749
+ - Now, Single tooltip will be used to display values in Range Slider.
750
+
751
+ ### FormValidator
752
+
753
+ #### Bug Fixes
754
+
755
+ - Now, the url validation works with all types of url.
756
+
757
+ ## 16.4.54 (2019-02-19)
758
+
759
+ ### TextBox
760
+
761
+ #### Bug Fixes
762
+
763
+ - Now, input event will trigger after clear the textbox value using clear icon.
764
+ - Now, the default value is set to the textbox while resetting the form.
765
+
766
+ - Now, textbox model value will update on every key press.
767
+
768
+ #### Breaking Changes
769
+
770
+ - While setting the textbox value programmatically, the `change` event will not trigger.
771
+
772
+ ### Slider
773
+
774
+ #### Bug Fixes
775
+
776
+ - Now, the initial value is setback to the `slider` on form `reset`.
777
+
778
+ ### Uploader
779
+
780
+ #### Bug Fixes
781
+
782
+ - Uploader file list will be cleared while reset the form.
783
+
784
+ #### New Features
785
+
786
+ - Provided `cssClass` property to add custom CSS classes to an uploader.
787
+
788
+ ### MaskedTextBox
789
+
790
+ #### Bug Fixes
791
+
792
+ - Issue with, “MaskedTextBox not restoring the initial value on form reset” has been fixed.
793
+
794
+ ### NumericTextBox
795
+
796
+ #### Bug Fixes
797
+
798
+ - Issue with, “NumericTextBox not restoring the initial value on form reset” has been fixed.
799
+
800
+ ## 16.4.53 (2019-02-13)
801
+
802
+ ### ColorPicker
803
+
804
+ #### Bug Fixes
805
+
806
+ - Form reset issue is fixed.
807
+
808
+ ### TextBox
809
+
810
+ #### Bug Fixes
811
+
812
+ - The events `input` and `change` event are no longer triggered multiple time in Angular application.
813
+
814
+ ## 16.4.52 (2019-02-05)
815
+
816
+ ### MaskedTextBox
817
+
818
+ #### New Features
819
+
820
+ - Provided the "focus" and "blur" events for MaskedTextBox that will trigger when the control got focus or losses focus.
821
+
822
+ ### NumericTextBox
823
+
824
+ #### New Features
825
+
826
+ - Provided the "focus" and "blur" events for NumericTextBox that will trigger when the control got focus or losses focus.
827
+
828
+ ## 16.4.48 (2019-01-22)
829
+
830
+ ### Uploader
831
+
832
+ #### New Features
833
+
834
+ - Provided template support for preloaded files also to customize its default file list structure.
835
+
836
+ #### Bug Fixes
837
+
838
+ - Provided option to hide generated promise error manually on ajax failed event.
839
+
840
+ ## 16.4.47 (2019-01-16)
841
+
842
+ ### TextBox
843
+
844
+ #### Bug Fixes
845
+
846
+ - The issue with `refresh` method of textbox has been fixed.
847
+ - Resolved the issue with placeholder property has 'null' value in Edge browser.
848
+
849
+ ## 16.4.46 (2019-01-08)
850
+
851
+ ### Uploader
852
+
853
+ #### New Features
854
+
855
+ - Provided option to customize file upload's status message (label) which is sent from server on success and failure events.
856
+ - Provided event which trigger before rendering each file item in a page that helps to customize its default UI structure.
857
+ - Provided event to denote all the selected files has processed to upload successfully or failed to server.
858
+
859
+ #### Bug Fixes
860
+
861
+ - Resolved the issue with updating file data in uploader element while drag-and-drop the files.
862
+
863
+ ## 16.4.45 (2019-01-02)
864
+
865
+ ### Common
866
+
867
+ #### Bug Fixes
868
+
869
+ - Fixed `CustomPlacement` typing issue.
870
+
871
+ ## 16.4.40-beta (2018-12-10)
872
+
873
+ ### Uploader
874
+
875
+ #### New Features
876
+
877
+ - Enabled sequential upload support to file upload component that upload the selected files one after the other to the server.
878
+ - New event provided "chunkUploading" which trigger on every chunk to be upload in file upload.
879
+ - Provided the option to get additional data back from a server to client on file upload.
880
+
881
+ ### FormValidator
882
+
883
+ #### New Features
884
+
885
+ - **Localization** - Supports to localize error message for the "FormValidator" to different cultures.
886
+
887
+ ## 16.3.33 (2018-11-20)
888
+
889
+ ### FormValidator
890
+
891
+ #### Bug Fixes
892
+
893
+ - Form validator `email` and `min` validation issues has been fixed.
894
+
895
+ ### TextBox
896
+
897
+ #### Bug Fixes
898
+
899
+ - The issue with receiving event arguments of TextBox events have been fixed.
900
+
901
+ ## 16.3.29 (2018-10-31)
902
+
903
+ ### MaskedTextBox
904
+
905
+ #### Bug Fixes
906
+
907
+ - Issue with using the space as "promptChar" in Masked TextBox has been fixed.
908
+
909
+ ### NumericTextBox
910
+
911
+ #### Bug Fixes
912
+
913
+ - Issue with triggering unwanted “focusout” and “change” events has been fixed.
914
+
915
+ ### Uploader
916
+
917
+ #### Bug Fixes
918
+
919
+ - Resolved the issue with triggering selected event on cancel the file selection.
920
+
921
+ ## 16.3.27 (2018-10-23)
922
+
923
+ ### TextBox
924
+
925
+ #### Bug Fixes
926
+
927
+ - The issue with updating `value` property on model binding has been fixed.
928
+
929
+ ## 16.3.25 (2018-10-15)
930
+
931
+ ### TextBox
932
+
933
+ #### Bug Fixes
934
+
935
+ - The issue with adding multiple classes in `cssClass` property has been fixed.
936
+
937
+ ### MaskedTextBox
938
+
939
+ #### Bug Fixes
940
+
941
+ - Issue with entering the first character in masked text box when "floatLabelType" is set to "Never" has been fixed.
942
+ - Always last MaskedTextBox component get focus on initial page load in IE browser, issue has been fixed.
943
+
944
+ ## 16.3.24 (2018-10-09)
945
+
946
+ ### MaskedTextBox
947
+
948
+ #### Bug Fixes
949
+
950
+ - Issue with setting placeholder in IE browser when "floatLabelType" is set to "never" has been fixed.
951
+
952
+ ## 16.3.22 (2018-09-25)
953
+
954
+ ### FormValidator
955
+
956
+ #### Bug Fixes
957
+
958
+ - Form validator for number contain email domain name issue has been fixed.
959
+
960
+ ### NumericTextBox
961
+
962
+ #### Bug Fixes
963
+
964
+ - Validation is not working properly for "NumericTextBox" in focus out, issue has been fixed
965
+
966
+ ## 16.3.21 (2018-09-22)
967
+
968
+ ### ColorPicker
969
+
970
+ #### Bug Fixes
971
+
972
+ - ColorPicker collision issue fixed.
973
+
974
+ ## 16.3.17 (2018-09-12)
975
+
976
+ ### Uploader
977
+
978
+ #### New Features
979
+
980
+ - Provided directory (folder) upload support that uploads all files of folder including sub-folder to server.
981
+ - Provided paste to upload support that helps to uploads any images to a server on pasting images from clipboard.
982
+
983
+ #### Bug Fixes
984
+
985
+ - The files with the wrong extension cannot be uploaded when filtering the files by all files in the file dialog.
986
+ - The `clearAll` method removes upload element’s value along with file list.
987
+ - Resolved the issue with uploading a file while disable the `showFileList` API.
988
+ - In synchronous upload, while removing a particular file from file list will clear all the files now since couldn't manipulate each file details in input file element.
989
+ - Resolved the issue with adding the additional form data in IE browser.
990
+
991
+ ### TextBox
992
+
993
+ #### New Features
994
+
995
+ - Included TextBox component as JavaScript component with floating functionality.
996
+
997
+ #### Bug Fixes
998
+
999
+ - Resolved the issue with customizing the textbox background color with minimal CSS.
1000
+ - Resolved the issue with the floating label when choose the value using `autofill` option in chrome browser.
1001
+
1002
+ ## 16.2.48 (2018-08-14)
1003
+
1004
+ ### NumericTextBox
1005
+
1006
+ #### Bug Fixes
1007
+
1008
+ - Issue with entering the text in numeric text box from Firefox browser has been fixed.
1009
+ - Resolved the issue in numeric text box that did not allow editing the value while using decimal value as 0.
1010
+
1011
+ ### MaskedTextBox
1012
+
1013
+ #### Bug Fixes
1014
+
1015
+ - Resolved the issue with masked text box change event is triggered multiple times while changing the value dynamically.
1016
+ - Issue occurs while using chrome autofill functionality with masked text box component has been fixed.
1017
+
1018
+ ## 16.2.47 (2018-08-07)
1019
+
1020
+ ### MaskedTextBox
1021
+
1022
+ #### Bug Fixes
1023
+
1024
+ - Issue with setting the background color for masked text box has been fixed.
1025
+ - Issue with adding name attribute in the input element while creating masked text box without name attribute has been resolved.
1026
+
1027
+ ### Slider
1028
+
1029
+ #### Bug Fixes
1030
+
1031
+ - Provided renderer support.
1032
+
1033
+ ### ColorPicker
1034
+
1035
+ #### Bug Fixes
1036
+
1037
+ - Reactive forms with empty string value issue fixed.
1038
+
1039
+
1040
+ ## 16.2.44 (2018-07-10)
1041
+
1042
+ ### NumericTextBox
1043
+
1044
+ #### Bug Fixes
1045
+
1046
+ - Unable to set higher values for min, max, and value properties of numeric text box issue has been fixed.
1047
+
1048
+ ## 16.2.41 (2018-06-25)
1049
+
1050
+ ### Common
1051
+
1052
+ #### Breaking Changes
1053
+
1054
+ - The splitbuttons package is used by ColorPicker component, so the splitbuttons package is a dependency for the inputs package.
1055
+
1056
+ ### Form-validator
1057
+
1058
+ #### New Features
1059
+
1060
+ - Provided option to validate the hidden element by using `validateHidden` attribute.
1061
+
1062
+ ### MaskedTextBox
1063
+
1064
+ #### New Features
1065
+
1066
+ - Provided option to show/hide clear button to reset the value in MaskedTextBox
1067
+
1068
+ ### NumericTextBox
1069
+
1070
+ #### New Features
1071
+
1072
+ - Provided option to show/hide clear button to reset the value in NumericTextBox.
1073
+ - Prevented to type unwanted text and symbols in NumericTextBox.
1074
+
1075
+ ### Slider
1076
+
1077
+ #### New Features
1078
+
1079
+ - Limits implemented to limit movement interval of min and max values to certain range.
1080
+ - Drag interval implemented to interact with the range slider by dragging the range.
1081
+ - Provided to support custom value arrays.
1082
+ - Bootstrap theme tooltip appearance improved by enabling tooltip pointer.
1083
+
1084
+ #### Breaking Changes
1085
+
1086
+ - The following API namings are renamed.
1087
+
1088
+ | Existing API Name | New API Name |
1089
+ |:-:|:-:|
1090
+ | readOnly | readonly |
1091
+
1092
+ ### ColorPicker
1093
+
1094
+ Color picker is a user interface that is used to select and adjust color values.
1095
+
1096
+
1097
+ - **Color specification**: Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
1098
+ - **Mode**: Supports `Picker` and `Palette` mode.
1099
+ - **Inline**: Supports inline type rendering of color picker.
1100
+ - **Custom palettes**: Allows you to customize palettes and supports multiple palette groups rendering.
1101
+ - **Opacity**: Allows to set and change the `opacity` of the selected color.
1102
+ - **Accessibility**: Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
1103
+
1104
+ ### Uploader
1105
+
1106
+ #### New Features
1107
+
1108
+ - Added `chunked upload` support to upload large files asynchronously with `pause` and `resume` options.
1109
+ - Support has been provided to resume automatically on failed chunk up to `maximum retry` options.
1110
+ - Included option to handle `retry upload` through UI (User Interface).
1111
+ - Support to `cancel the request` while uploading a file is added.
1112
+
1113
+ #### Bug Fixes
1114
+
1115
+ - Provided option to customize request header on trigger uploading and removing events.
1116
+ - Provided option to add additional data in removing event.
1117
+ - The issue with rendering Uploader component in internet explorer browser has been fixed.
1118
+ - The issue with submitting single file upload's value has been fixed.
1119
+
1120
+ ### TextBox
1121
+
1122
+ #### New Features
1123
+
1124
+ - The clear button can be enabled/disabled dynamically through `setClearButton` method.
1125
+
1126
+ #### Bug Fixes
1127
+
1128
+ - Theme compatibility issue resolved for CSS Input component.
1129
+
1130
+ ## 16.1.45 (2018-05-23)
1131
+
1132
+ ### Input
1133
+
1134
+ #### Bug Fixes
1135
+
1136
+ - Added `Focus` and `Blur` event arguments.
1137
+
1138
+ ## 16.1.40 (2018-05-08)
1139
+
1140
+ ### MaskedTextBox
1141
+
1142
+ #### Bug Fixes
1143
+
1144
+ - While copying a text and hold the “Ctrl + v” on the MaskedTextBox with number mask, value is not updating properly
1145
+ - along with script error issue has been fixed.
1146
+
1147
+ ## 16.1.38 (2018-05-02)
1148
+
1149
+ ### NumericTextBox
1150
+
1151
+ #### Bug Fixes
1152
+
1153
+ - Now native events triggered properly in Angular NumericTextBox component.
1154
+
1155
+ ## 16.1.37 (2018-04-24)
1156
+
1157
+ ### NumericTextBox
1158
+
1159
+ #### New Features
1160
+
1161
+ - Provided clear button option in NumericTextBox.
1162
+
1163
+ #### Bug Fixes
1164
+
1165
+ - NumericTextBox is now aligned properly in inline element when `showSpinButton` property disabled.
1166
+
1167
+ ## 16.1.35 (2018-04-17)
1168
+
1169
+ ### MaskedTextBox
1170
+
1171
+ #### Bug Fixes
1172
+
1173
+ - While dynamically changing the MaskedTextBox value as null, value not updated properly issue is fixed.
1174
+
1175
+ ## 16.1.28 (2018-03-09)
1176
+
1177
+ ### NumericTextBox
1178
+
1179
+ #### Bug Fixes
1180
+
1181
+ - In NumericTextBox, unwanted “change” events has been prevented from triggering.
1182
+
1183
+ ## 16.1.24 (2018-02-22)
1184
+
1185
+ ### Uploader
1186
+
1187
+ ```
1188
+ The Uploader component is useful to upload images, documents, and other files to server.
1189
+ ```
1190
+
1191
+ The component is extended version of HTML5 upload with multiple file selection, auto upload,
1192
+ drag and drop, progress bar, preload files, and validation.
1193
+
1194
+
1195
+ - The available key features are
1196
+ - **Asynchronous Upload** - Allows you to upload the files with asynchronous way.
1197
+ - **Drag and Drop** - The files can be dragged from file explorer, and dropping into the drop area.
1198
+ - **Form Supports** - The selected or dropped files are received as a collection in a form action when the form is submitted.
1199
+ - **File Validation** - Validate the files based on file's size and type.
1200
+ - **Template** - Allows you to customize the default appearance of `Uploader`.
1201
+ - **Accessibility** - provides built-in accessibility support which helps to access all the `Uploader` features through keyboard, on-screen readers, or other assistive technology devices.
1202
+
1203
+ ### TextBox
1204
+
1205
+ #### Bug Fixes
1206
+
1207
+ - Fixed the input alignment issue in the window 8.1 edge browser.
1208
+ - Removed the additional spaces for error messages on the input.
1209
+
1210
+ ### Slider
1211
+
1212
+ The Slider component allows the user to select a value or range of values in-between the min and max range, by dragging the handle over the slider bar.
1213
+
1214
+
1215
+ There are three types of Slider:
1216
+
1217
+
1218
+ - `Default` - Shows a default slider to select a single value.
1219
+ - `MinRange` - Displays fill color from the start value to the current selected value.
1220
+ - `Range` - Select a range of values.
1221
+
1222
+ The available key features are
1223
+
1224
+
1225
+ - **Types**: Provided three types of Slider.
1226
+ - **Orientation**: Displays the Slider in horizontal or vertical direction.
1227
+ - **Buttons**: Provided built-in support to render the buttons in both edges of the Slider.
1228
+ - **Tooltip**: Displays a tooltip to show the currently selected value.
1229
+ - **Ticks**: Displays a scale with small and big ticks.
1230
+ - **Format**: Customize the slider values into various format.
1231
+ - **Accessibility**: Built-in compliance with the [`WAI-ARIA`](http://www.w3.org/WAI/PF/aria-practices/) specifications.
1232
+ - **Keyboard Interaction**: The Slider can be intractable through the keyboard.
1233
+
1234
+ ## 15.4.29-preview (2018-02-07)
1235
+
1236
+ ### MaskedTextBox
1237
+
1238
+ #### Bug Fixes
1239
+
1240
+ - While set floatLabelType property as "Never", the placeholder not shown issue has been fixed
1241
+ - While set floatLabelType property as "Auto", the value becomes "undefined" at two-way binding issue has been fixed
1242
+ - While setting escape sequence in mask format, value is not updated properly issue has been fixed
1243
+ - Cursor is not positioned properly while focusing the MaskedTextBox issue has been fixed
1244
+
1245
+ ## 15.4.24-preview (2018-01-10)
1246
+
1247
+ ### MaskedTextBox
1248
+
1249
+ #### Bug Fixes
1250
+
1251
+ - Value not maintained properly in the MaskedTextBox two-way binding
1252
+
1253
+ ## 15.4.23-preview (2017-12-27)
1254
+
1255
+ ### Common
1256
+
1257
+ #### New Features
1258
+
1259
+ - Added typing file for ES5 global scripts (dist/global/index.d.ts)
1260
+
1261
+ #### Breaking Changes
1262
+
1263
+ - Modified the module bundle file name for ES6 bundling
1264
+
1265
+ ## 15.4.21-preview (2017-12-08)
1266
+
1267
+ ### FormValidator
1268
+
1269
+ #### Bug Fixes
1270
+
1271
+ - **IE11** - Recursive call on form reset.
1272
+
1273
+ ### TextBox
1274
+
1275
+ #### Bug Fixes
1276
+
1277
+ - Height mismatch between input and input with icon issue has fixed.
1278
+
1279
+ ## 15.4.20-preview (2017-12-01)
1280
+
1281
+ ### Common
1282
+
1283
+ #### New Features
1284
+
1285
+ - Upgraded TypeScript version to 2.6.2.
1286
+
1287
+ ## 15.4.17-preview (2017-11-13)
1288
+
1289
+ ### TextBox
1290
+
1291
+ TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.
1292
+
1293
+
1294
+ - **Groups** - Supports to group the icon element with the input
1295
+ - **Floating Label** - Added option to float label always, float label on focus, and disable floating support in the input element.
1296
+ - **Clear Button** - Provided option to show/hide clear button to reset the value in input element.
1297
+ - **Validation States** - Provided option to indicate success, error, and warning states.
1298
+
1299
+ ### NumericTextBox
1300
+
1301
+ NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value. The available key features are
1302
+
1303
+
1304
+ - **Range Validation** - allows to set the minimum and maximum range of values in the NumericTextBox.
1305
+ - **Number Formats** - supports the number display formatting with MSDN standard and custom number formats.
1306
+ - **Precision Of Numbers** - allows to restrict the number precision when enters the value.
1307
+ - **Keyboard Interaction** - allows users to interact with the NumericTextBox using the keyboard.
1308
+ - **Accessibility** - provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.
1309
+ - **Internationalization** - library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
1310
+ - **Localization** - Supports to localize spin up and down buttons title for the tooltip to different cultures.
1311
+
1312
+ ### MaskedTextBox
1313
+
1314
+ MaskedTextBox allows the user to enter the valid input only based on the provided mask. The available key features are
1315
+
1316
+
1317
+ - **Custom Characters** - allows you to use your own characters as the mask elements.
1318
+ - **Regular Expression** - can be used as a mask element for each character of the MaskedTextBox.
1319
+ - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
1320
+
1321
+
1322
+ ## 19.3.47 (2021-10-26)
1323
+
1324
+ ### TextBox
1325
+
1326
+ #### Bug Fixes
1327
+
1328
+ - `#FB29286` - Issue with "return the wrong value in the blur event argument while clearing the value using static clear button" has been resolved.
1329
+
1330
+ ## 19.1.66 (2021-06-01)
1331
+
1332
+ ### NumericTextBox
1333
+
1334
+ #### Bug Fixes
1335
+
1336
+ - `#I323536` - Issue with "typed value is changed to positive while typing negative value starting with decimal separator" has been resolved.
1337
+
1338
+ ## 19.1.63 (2021-05-13)
1339
+
1340
+ ### Uploader
1341
+
1342
+ #### Bug Fixes
1343
+
1344
+ - `#I325682` - Issue with "exception throws in the customized uploader component when cancel the uploading process using abort icon" has been resolved.
1345
+
1346
+ ## 19.1.57 (2021-04-20)
1347
+
1348
+ ### MaskedTextBox
1349
+
1350
+ #### Bug Fixes
1351
+
1352
+ - `#FB23988` - Issue with "blur event gets fired on initial rendering when render the component with placeholder" has been resolved.
1353
+
1354
+ ## 18.4.41 (2021-02-02)
1355
+
1356
+ ### Uploader
1357
+
1358
+ #### Bug Fixes
1359
+
1360
+ - `#F161379` - Issue with "drag and drop highlight is flickered when render uploader with custom drop area" has been resolved.
1361
+
1362
+ ## 18.4.33 (2021-01-05)
1363
+
1364
+ ### MaskedTextBox
1365
+
1366
+ #### Bug Fixes
1367
+
1368
+ - `#307344` - Issue with "delete key allows to remove only one character from the input while placing cursor between characters" has been resolved.
1369
+
1370
+ ## 18.4.31 (2020-12-22)
1371
+
1372
+ ### TextBox
1373
+
1374
+ #### Bug Fixes
1375
+
1376
+ - `#305784` - Issue with "clear icon is not visible until typing a valid email on the email input" has been resolved.
1377
+
1378
+ ## 18.4.30 (2020-12-17)
1379
+
1380
+ ### NumericTextBox
1381
+
1382
+ #### Bug Fixes
1383
+
1384
+ - `#300140`- Issue with "form invalid status is not updated properly while clearing the value" has been resolved.
1385
+
1386
+ ## 18.3.51 (2020-11-24)
1387
+
1388
+ ### NumericTextBox
1389
+
1390
+ #### Bug Fixes
1391
+
1392
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
1393
+ - `#300140` - Now, Numeric textbox model value will update on every key press.
1394
+
1395
+ #### Breaking Changes
1396
+
1397
+ - While setting the numerictextbox value programmatically, the `change` event will not trigger.
1398
+
1399
+ ### MaskedTextBox
1400
+
1401
+ #### Bug Fixes
1402
+
1403
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
1404
+
1405
+ #### Breaking Changes
1406
+
1407
+ - While setting the maskedtextbox value programmatically, the `change` event will not trigger.
1408
+
1409
+ ### Uploader
1410
+
1411
+ #### Bug Fixes
1412
+
1413
+ - `#299942`, `#300515` - Now, you can add the additional form data in canceling event.
1414
+
1415
+ ## 18.3.42 (2020-10-20)
1416
+
1417
+ ### Uploader
1418
+
1419
+ #### Bug Fixes
1420
+
1421
+ - `#287079` - Issue with "file is removed from UI while providing the invalid remove URL" has been resolved.
1422
+
1423
+ ## 18.2.56 (2020-09-01)
1424
+
1425
+ ### Uploader
1426
+
1427
+ #### Bug Fixes
1428
+
1429
+ `#286772` - Issue with "wrong files get removed from file list when multiple time upload the same files " has been resolved.
1430
+
1431
+
1432
+ ## 18.2.47 (2020-07-28)
1433
+
1434
+ ### Uploader
1435
+
1436
+ #### Bug Fixes
1437
+
1438
+ - `#276502` - Issue with "sequential upload is not working with custom upload button" has been resolved.
1439
+
1440
+ ## 18.2.45 (2020-07-14)
1441
+
1442
+ ### FormValidator
1443
+
1444
+ #### Bug Fixes
1445
+
1446
+ - `#283063`, `#283067`, `#283061` - Now, required field validation works properly for date picker component.
1447
+
1448
+ ## 18.1.54 (2020-05-26)
1449
+
1450
+ ### Uploader
1451
+
1452
+ #### New Features
1453
+
1454
+ - `#248615`, `#F147072` - Now, you can disable the drag and drop upload using `dropArea` property.
1455
+
1456
+ ## 18.1.45 (2020-04-21)
1457
+
1458
+ ### MaskedTextBox
1459
+
1460
+ #### Bug Fixes
1461
+
1462
+ - Issue with "character missing in the masked textbox while pasting the value" has been resolved.
1463
+
1464
+ ## 17.4.50 (2020-02-18)
1465
+
1466
+ ### MaskedTextBox
1467
+
1468
+ #### Bug Fixes
1469
+
1470
+ - `#262338` - Now, the masked textbox does not get `automatic focus` when rendered with mask in the `IOS device`.
1471
+
1472
+ ## 17.4.47 (2020-02-05)
1473
+
1474
+ ### Uploader
1475
+
1476
+ #### Bug Fixes
1477
+
1478
+ - `#259967` - Issue with "script throws while rendering uploader inside toolbar with routing action" has been resolved.
1479
+
1480
+ ## 17.1.42 (2019-04-23)
1481
+
1482
+ ### TextBox
1483
+
1484
+ #### Bug Fixes
1485
+
1486
+ - #143987 - Issue with duplicate ID present in input element has been fixed.
1487
+