@syncfusion/ej2-angular-inputs 30.2.6-ngcc → 30.2.6

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