@syncfusion/ej2-angular-base 25.2.6 → 26.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +261 -0
- package/dist/ej2-angular-base.umd.min.js +2 -2
- package/dist/ej2-angular-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-angular-base.es2015.js +232 -212
- package/dist/es6/ej2-angular-base.es2015.js.map +1 -1
- package/dist/es6/ej2-angular-base.es5.js +156 -136
- package/dist/es6/ej2-angular-base.es5.js.map +1 -1
- package/dist/global/ej2-angular-base.min.js +2 -2
- package/dist/global/ej2-angular-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +27 -9
- package/schematics/generators/component-builder.d.ts +3 -0
- package/schematics/generators/component-builder.js +23 -22
- package/schematics/generators/index.js +1 -0
- package/schematics/index.d.ts +0 -4
- package/schematics/index.js +21 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +14 -12
- package/schematics/ng-add/theme.d.ts +3 -0
- package/schematics/ng-add/theme.js +10 -8
- package/schematics/utils/ast.d.ts +3 -2
- package/schematics/utils/ast.js +8 -8
- package/schematics/utils/get-project.d.ts +4 -2
- package/schematics/utils/get-project.js +3 -2
- package/schematics/utils/helpers/helpers.js +19 -18
- package/schematics/utils/package.js +1 -0
- package/schematics/utils/project-style-file.d.ts +5 -3
- package/schematics/utils/project-style-file.js +4 -3
- package/src/complex-array-base.d.ts +1 -0
- package/src/complex-array-base.js +31 -28
- package/src/component-base.d.ts +1 -0
- package/src/component-base.js +37 -51
- package/src/form-base.d.ts +3 -3
- package/src/form-base.js +0 -4
- package/src/template.d.ts +8 -1
- package/src/template.js +23 -5
- package/src/util.d.ts +26 -3
- package/src/util.js +51 -28
- package/styles/fluent2.css +1033 -0
- package/styles/fluent2.scss +1 -0
- package/styles/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/tslint.json +111 -0
- package/CHANGELOG.md +0 -710
package/CHANGELOG.md
DELETED
|
@@ -1,710 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
### common
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I52921` - Resolved `ngAfterViewChecked` triggered infinite time for array base directives property change.
|
|
10
|
-
|
|
11
|
-
## 25.2.4 (2024-05-14)
|
|
12
|
-
|
|
13
|
-
### common
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I573637` - Resolved `ng for` data binding not working properly in Array Directives.
|
|
18
|
-
|
|
19
|
-
## 25.1.37 (2024-03-26)
|
|
20
|
-
|
|
21
|
-
### Common
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- `#I558315` - Resolved the `chart` directives property changes not working.
|
|
26
|
-
- `#I561506` - Resolved the `grid` with `column` pipe translate not working properly.
|
|
27
|
-
|
|
28
|
-
## 24.1.41 (2023-12-18)
|
|
29
|
-
|
|
30
|
-
### Common
|
|
31
|
-
|
|
32
|
-
#### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- The Angular package size is minimised by removing redundant styles.
|
|
35
|
-
|
|
36
|
-
## 23.2.5 (2023-11-23)
|
|
37
|
-
|
|
38
|
-
### Common
|
|
39
|
-
|
|
40
|
-
#### Bug Fixes
|
|
41
|
-
|
|
42
|
-
- Resolved component's compilation issue.
|
|
43
|
-
|
|
44
|
-
## 23.1.43 (2023-10-31)
|
|
45
|
-
|
|
46
|
-
### Common
|
|
47
|
-
|
|
48
|
-
#### Bug Fixes
|
|
49
|
-
|
|
50
|
-
- `#I507537`, `#I508879`, `#I505342` - Resolved `chart` loading delays to enhance overall performance.
|
|
51
|
-
|
|
52
|
-
## 23.1.38 (2023-09-26)
|
|
53
|
-
|
|
54
|
-
### Common
|
|
55
|
-
|
|
56
|
-
#### Bug Fixes
|
|
57
|
-
|
|
58
|
-
- `#I488912` - Resolved the `ngModel` data binding not working properly in Form Base.
|
|
59
|
-
|
|
60
|
-
## 23.1.36 (2023-09-15)
|
|
61
|
-
|
|
62
|
-
### Common
|
|
63
|
-
|
|
64
|
-
#### Bug Fixes
|
|
65
|
-
|
|
66
|
-
- `#I486549` - Provided `clearTemplates` support for `Accordion` Component.
|
|
67
|
-
- `#F45098`, `#I497414` - Resolved the `Complex Directives` property changes not being applied properly.
|
|
68
|
-
- `#I496453` - Resolved the `Template` binding not working properly in Form Base.
|
|
69
|
-
- `#I473932` - Resolved the `Angular Form` states not working properly for the `OnPush` strategy.
|
|
70
|
-
|
|
71
|
-
## 22.1.34 (2023-06-21)
|
|
72
|
-
|
|
73
|
-
### Common
|
|
74
|
-
|
|
75
|
-
#### New Features
|
|
76
|
-
|
|
77
|
-
- Provided the TypeScript 5 compatible support for the Angular components.
|
|
78
|
-
|
|
79
|
-
## 21.1.41 (2023-04-18)
|
|
80
|
-
|
|
81
|
-
### Common
|
|
82
|
-
|
|
83
|
-
#### Bug Fixes
|
|
84
|
-
|
|
85
|
-
- `#I454892` - The issue with the `ng-template` not working properly has been resolved.
|
|
86
|
-
- `#I444984` - Resolved the script error while rendering Rich text editor component in the `NgbModel`.
|
|
87
|
-
|
|
88
|
-
## 21.1.38 (2023-04-04)
|
|
89
|
-
|
|
90
|
-
### Common
|
|
91
|
-
|
|
92
|
-
#### Bug Fixes
|
|
93
|
-
|
|
94
|
-
- `#I444984` - Resolved Form base components `Set` and `Reset` not working properly.
|
|
95
|
-
- `#F180294` - Improved the component rendering delay in the `ngAfterViewInit` hook.
|
|
96
|
-
|
|
97
|
-
## 20.4.40 (2022-12-28)
|
|
98
|
-
|
|
99
|
-
### Common
|
|
100
|
-
|
|
101
|
-
#### Bug Fixes
|
|
102
|
-
|
|
103
|
-
- `#I426526`, `#I421906` - The issue with the delay rendering of controls in the `ngAfterViewInit` hook has been resolved.
|
|
104
|
-
|
|
105
|
-
## 20.4.38 (2022-12-21)
|
|
106
|
-
|
|
107
|
-
### Common
|
|
108
|
-
|
|
109
|
-
#### New Features
|
|
110
|
-
|
|
111
|
-
- Provided the Angular version 15 compatible support for the Angular components.
|
|
112
|
-
- The new `Rating` component has been added to Angular.
|
|
113
|
-
- The `AppBar`, `Floating Action Button (FAB)`, `Mention`, `Message` and `Speed Dial` components have been developed to meet industry standards and are now marked production-ready.
|
|
114
|
-
|
|
115
|
-
#### Breaking Changes
|
|
116
|
-
|
|
117
|
-
- If you are using Syncfusion's Angular components without first registering a license, a license dialog will appear after a certain limit of usage, preventing further interaction in the application. Please make sure to register a valid license in order to continue using the Syncfusion Angular components without interruption.
|
|
118
|
-
|
|
119
|
-
## 20.3.47 (2022-09-29)
|
|
120
|
-
|
|
121
|
-
### Common
|
|
122
|
-
|
|
123
|
-
#### New Features
|
|
124
|
-
|
|
125
|
-
- Provided the schematic ng add support for Syncfusion Angular IVY packages.
|
|
126
|
-
|
|
127
|
-
#### Bug Fixes
|
|
128
|
-
|
|
129
|
-
- `#I358566` - The issue with the `ng-template` not working in the Karma unit test has been resolved.
|
|
130
|
-
- `#I392021` - The issue with the "Gantt header template image is not shown in the stack blitz sample" has been resolved.
|
|
131
|
-
|
|
132
|
-
## 20.2.36 (2022-06-30)
|
|
133
|
-
|
|
134
|
-
### Common
|
|
135
|
-
|
|
136
|
-
#### Breaking Changes
|
|
137
|
-
|
|
138
|
-
- From this release, Syncfusion provided the Ivy-compatible support for the Angular packages. Ivy Angular packages support Angular versions 12 and above. While using the latest Angular packages in the Angular 11 and below version application, components will not work. To provide the latest features and fixes for Angular versions 11 and below, Syncfusion will maintain the Angular packages tagged with `ngcc`. To install Angular packages that are compatible with `ngcc` for the Angular versions 11 and below application, run the `npm install @syncfusion/ej2-angular-grids@ngcc` command.
|
|
139
|
-
|
|
140
|
-
#### New Features
|
|
141
|
-
|
|
142
|
-
- Syncfusion components are now compatible with Angular 14 version.
|
|
143
|
-
- Provided the Ivy-compatible support for the Angular packages. Ivy Angular packages support Angular versions 12 and above.
|
|
144
|
-
- Provided the TypeScript 4.7 compatible support for the Angular components.
|
|
145
|
-
- Provided the option to register the license key by using the `npx` command. Follow these steps to register the license using the `npx` command:
|
|
146
|
-
|
|
147
|
-
| The `npx` command |
|
|
148
|
-
|---|
|
|
149
|
-
| Install the Syncfusion packages from `npm`. |
|
|
150
|
-
| Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file. |
|
|
151
|
-
| Run the command `npx syncfusion-license activate` to automatically register the license. |
|
|
152
|
-
|
|
153
|
-
## 19.1.56 (2021-04-13)
|
|
154
|
-
|
|
155
|
-
### Common
|
|
156
|
-
|
|
157
|
-
#### Bug Fixes
|
|
158
|
-
|
|
159
|
-
- `I313360` - Resolved `NgFor dynamic proprty` change not working for `tab` component.
|
|
160
|
-
|
|
161
|
-
## 19.1.54 (2021-03-30)
|
|
162
|
-
|
|
163
|
-
### Common
|
|
164
|
-
|
|
165
|
-
#### Bug Fixes
|
|
166
|
-
|
|
167
|
-
- `I306436,I313360` - Resolved `dynamic property` change not working for `Tab` component.
|
|
168
|
-
- Resolved script error while using `clearTemplate` method.
|
|
169
|
-
|
|
170
|
-
## 18.4.48 (2021-03-23)
|
|
171
|
-
|
|
172
|
-
### Common
|
|
173
|
-
|
|
174
|
-
#### Bug Fixes
|
|
175
|
-
|
|
176
|
-
- `I312916,I316685` - Resolved script error When resetting form controls to non-null values, if the elements are no longer in the DOM.
|
|
177
|
-
|
|
178
|
-
## 18.4.46 (2021-03-02)
|
|
179
|
-
|
|
180
|
-
### Common
|
|
181
|
-
|
|
182
|
-
#### Bug Fixes
|
|
183
|
-
|
|
184
|
-
- `I306436` - Resolved `dynamic property` change not working for complex directives.
|
|
185
|
-
|
|
186
|
-
## 18.4.44 (2021-02-23)
|
|
187
|
-
|
|
188
|
-
### Common
|
|
189
|
-
|
|
190
|
-
#### Bug Fixes
|
|
191
|
-
|
|
192
|
-
- Resolved script error when set to null value to form group.
|
|
193
|
-
|
|
194
|
-
## 18.4.43 (2021-02-16)
|
|
195
|
-
|
|
196
|
-
### Common
|
|
197
|
-
|
|
198
|
-
#### Bug Fixes
|
|
199
|
-
|
|
200
|
-
- `I307728` - Provided performance improvement on complex directives.
|
|
201
|
-
- `I312275` - Resolved Script error while unsubscribing events on `OnDestroy` hook.
|
|
202
|
-
|
|
203
|
-
## 18.4.41 (2021-02-02)
|
|
204
|
-
|
|
205
|
-
### Common
|
|
206
|
-
|
|
207
|
-
#### Bug Fixes
|
|
208
|
-
|
|
209
|
-
- `I313011` - Increased `peerDependencies` version from `10.1.0` to `11.1.1`.
|
|
210
|
-
|
|
211
|
-
## 18.4.34 (2021-01-12)
|
|
212
|
-
|
|
213
|
-
### Common
|
|
214
|
-
|
|
215
|
-
#### Bug Fixes
|
|
216
|
-
|
|
217
|
-
- Fixed ngFor databinding items have property losses if `directives` have child content template property.
|
|
218
|
-
|
|
219
|
-
## 18.4.30 (2020-12-17)
|
|
220
|
-
|
|
221
|
-
### Common
|
|
222
|
-
|
|
223
|
-
#### Bug Fixes
|
|
224
|
-
|
|
225
|
-
- Resolved `Dirty & Pristine` value is not updated properly when resetting the form.
|
|
226
|
-
|
|
227
|
-
## 18.2.56 (2020-09-01)
|
|
228
|
-
|
|
229
|
-
### Common
|
|
230
|
-
|
|
231
|
-
#### Bug Fixes
|
|
232
|
-
|
|
233
|
-
- `I283512` - Resolved `Dynamic value` binding not working for component base components.
|
|
234
|
-
|
|
235
|
-
## 18.2.48 (2020-08-04)
|
|
236
|
-
|
|
237
|
-
### Common
|
|
238
|
-
|
|
239
|
-
#### Bug Fixes
|
|
240
|
-
|
|
241
|
-
- `I283512` - Resolved `Dynamic value` binding not working for component base components.
|
|
242
|
-
|
|
243
|
-
## 18.2.44 (2020-07-07)
|
|
244
|
-
|
|
245
|
-
### Common
|
|
246
|
-
|
|
247
|
-
#### Bug Fixes
|
|
248
|
-
|
|
249
|
-
- `I275509,I274538,I278435` - Fixed ngFor databinding not worked while dynamically add items.
|
|
250
|
-
|
|
251
|
-
## 18.1.42 (2020-04-01)
|
|
252
|
-
|
|
253
|
-
### Common
|
|
254
|
-
|
|
255
|
-
#### Bug Fixes
|
|
256
|
-
|
|
257
|
-
- Resolved components not get rendered when we disable IVY in angular 9.
|
|
258
|
-
|
|
259
|
-
## 18.1.36-beta (2020-03-19)
|
|
260
|
-
|
|
261
|
-
### Common
|
|
262
|
-
|
|
263
|
-
#### Bug Fixes
|
|
264
|
-
|
|
265
|
-
- `I261475` - Angular 9 compatibility support.
|
|
266
|
-
|
|
267
|
-
### Common
|
|
268
|
-
|
|
269
|
-
#### Bug Fixes
|
|
270
|
-
|
|
271
|
-
- `I257439` - Increased `peerDependencies` version from `8.2.12` to `8.2.14`.
|
|
272
|
-
|
|
273
|
-
## 17.3.17 (2019-10-15)
|
|
274
|
-
|
|
275
|
-
### Common
|
|
276
|
-
|
|
277
|
-
#### Bug Fixes
|
|
278
|
-
|
|
279
|
-
- `I251162` - Increased `peerDependencies` version from `8.2.6` to `8.2.10`.
|
|
280
|
-
|
|
281
|
-
## 17.3.16 (2019-10-09)
|
|
282
|
-
|
|
283
|
-
### Common
|
|
284
|
-
|
|
285
|
-
#### Bug Fixes
|
|
286
|
-
|
|
287
|
-
- `I243740` - Fixed When using container support, the controls inside the `Tab` rendering getting delayed.
|
|
288
|
-
|
|
289
|
-
## 17.3.9-beta (2019-09-20)
|
|
290
|
-
|
|
291
|
-
### Common
|
|
292
|
-
|
|
293
|
-
#### Bug Fixes
|
|
294
|
-
|
|
295
|
-
- `F147411,I248565` - Cleared `peerDependencies` warning.
|
|
296
|
-
|
|
297
|
-
## 17.2.49 (2019-09-04)
|
|
298
|
-
|
|
299
|
-
### Common
|
|
300
|
-
|
|
301
|
-
#### Bug Fixes
|
|
302
|
-
|
|
303
|
-
- Fixed `Dynamic datasource` with `ngFor` does not re-render.
|
|
304
|
-
|
|
305
|
-
## 17.2.39 (2019-07-30)
|
|
306
|
-
|
|
307
|
-
### Common
|
|
308
|
-
|
|
309
|
-
#### Bug Fixes
|
|
310
|
-
|
|
311
|
-
- `#242999` - Fixed `ng-valid` and `ng-invalid` classes are not getting added properly in Angular reactive forms issue.
|
|
312
|
-
|
|
313
|
-
## 17.2.35 (2019-07-17)
|
|
314
|
-
|
|
315
|
-
### Common
|
|
316
|
-
|
|
317
|
-
#### Bug Fixes
|
|
318
|
-
|
|
319
|
-
- Fixed `CheckBox` not disabling issue.
|
|
320
|
-
- Fixed binding not working properly while using `ngx-tanslate` pipe.
|
|
321
|
-
|
|
322
|
-
## 17.2.28-beta (2019-06-27)
|
|
323
|
-
|
|
324
|
-
### Common
|
|
325
|
-
|
|
326
|
-
#### Bug Fixes
|
|
327
|
-
|
|
328
|
-
- Fixed `CheckBox` not disabling issue.
|
|
329
|
-
- Fixed binding not working properly while using `ngx-tanslate` pipe.
|
|
330
|
-
|
|
331
|
-
## 17.1.53 (2019-06-25)
|
|
332
|
-
|
|
333
|
-
### Common
|
|
334
|
-
|
|
335
|
-
- No Changes for this product in this version.
|
|
336
|
-
|
|
337
|
-
## 17.1.50 (2019-06-04)
|
|
338
|
-
|
|
339
|
-
### Common
|
|
340
|
-
|
|
341
|
-
#### New Features
|
|
342
|
-
|
|
343
|
-
- Provided Angular 8 compatibility support.
|
|
344
|
-
|
|
345
|
-
## 17.1.49 (2019-05-29)
|
|
346
|
-
|
|
347
|
-
### Common
|
|
348
|
-
|
|
349
|
-
#### Bug Fixes
|
|
350
|
-
|
|
351
|
-
- #2352892 - Fixed `Form base` components delay rendering issue.
|
|
352
|
-
|
|
353
|
-
## 17.1.47 (2019-05-14)
|
|
354
|
-
|
|
355
|
-
### Common
|
|
356
|
-
|
|
357
|
-
#### Bug Fixes
|
|
358
|
-
|
|
359
|
-
- #227272, #227958 - Fixed binding not working properly while using `ngx-tanslate` pipe.
|
|
360
|
-
|
|
361
|
-
## 17.1.43 (2019-04-30)
|
|
362
|
-
|
|
363
|
-
### Common
|
|
364
|
-
|
|
365
|
-
#### Bug Fixes
|
|
366
|
-
|
|
367
|
-
- #227272, #227958 - Fixed binding not working properly while using `ngx-tanslate` pipe.
|
|
368
|
-
|
|
369
|
-
## 17.1.42 (2019-04-23)
|
|
370
|
-
|
|
371
|
-
### Common
|
|
372
|
-
|
|
373
|
-
#### Bug Fixes
|
|
374
|
-
|
|
375
|
-
- #232746, #232286, #233615 , #233849, #233946 - Fixed `template` properties are not working in `production mode` issue.
|
|
376
|
-
|
|
377
|
-
## 17.1.38 (2019-03-29)
|
|
378
|
-
|
|
379
|
-
### Common
|
|
380
|
-
|
|
381
|
-
#### Bug Fixes
|
|
382
|
-
|
|
383
|
-
- Fixed `CheckBox` not disabling issue.
|
|
384
|
-
- Fixed binding not working properly while using `ngx-tanslate` pipe.
|
|
385
|
-
|
|
386
|
-
## 17.1.32-beta (2019-03-13)
|
|
387
|
-
|
|
388
|
-
### Common
|
|
389
|
-
|
|
390
|
-
#### Bug Fixes
|
|
391
|
-
|
|
392
|
-
- Fixed `CheckBox` not disabling issue.
|
|
393
|
-
|
|
394
|
-
## 17.1.1-beta (2019-01-29)
|
|
395
|
-
|
|
396
|
-
### Common
|
|
397
|
-
|
|
398
|
-
#### Bug Fixes
|
|
399
|
-
|
|
400
|
-
- Fixed ng-dirty class adding issue when patching object value to control.
|
|
401
|
-
|
|
402
|
-
## 16.4.45 (2019-01-02)
|
|
403
|
-
|
|
404
|
-
### Common
|
|
405
|
-
|
|
406
|
-
#### Bug Fixes
|
|
407
|
-
|
|
408
|
-
- Fixed `CustomPlacement` typing issue.
|
|
409
|
-
|
|
410
|
-
## 16.3.32 (2018-11-13)
|
|
411
|
-
|
|
412
|
-
### Common
|
|
413
|
-
|
|
414
|
-
#### New Features
|
|
415
|
-
|
|
416
|
-
- Provided support for Angular version 7.
|
|
417
|
-
|
|
418
|
-
## 16.3.17 (2018-09-12)
|
|
419
|
-
|
|
420
|
-
### Common
|
|
421
|
-
|
|
422
|
-
#### New Features
|
|
423
|
-
|
|
424
|
-
- Provided Angular [Schematics](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2) support for our Essential JS 2 Angular suite, which performs the below,
|
|
425
|
-
- Installs the specific package.
|
|
426
|
-
- Import the required modules in `app.module.ts`.
|
|
427
|
-
|
|
428
|
-
## 16.2.49 (2018-08-21)
|
|
429
|
-
|
|
430
|
-
### Common
|
|
431
|
-
|
|
432
|
-
#### Bug Fixes
|
|
433
|
-
|
|
434
|
-
- Provided renderer support.
|
|
435
|
-
|
|
436
|
-
## 16.2.48 (2018-08-14)
|
|
437
|
-
|
|
438
|
-
### Common
|
|
439
|
-
|
|
440
|
-
#### Bug Fixes
|
|
441
|
-
|
|
442
|
-
- Fixed Angular `attribute` issue.
|
|
443
|
-
|
|
444
|
-
## 16.2.47 (2018-08-09)
|
|
445
|
-
|
|
446
|
-
### Common
|
|
447
|
-
|
|
448
|
-
#### Bug Fixes
|
|
449
|
-
|
|
450
|
-
- Provided renderer support.
|
|
451
|
-
- Fixed Form component's reset issue.
|
|
452
|
-
|
|
453
|
-
## 16.2.46 (2018-07-30)
|
|
454
|
-
|
|
455
|
-
### Common
|
|
456
|
-
|
|
457
|
-
#### Bug Fixes
|
|
458
|
-
|
|
459
|
-
- Resolved view encapsulation issue.
|
|
460
|
-
- Resolved `onpropertychange` not triggered issue.
|
|
461
|
-
- Resolved issue in `EventArgs` passing.
|
|
462
|
-
|
|
463
|
-
## 16.2.45 (2018-07-17)
|
|
464
|
-
|
|
465
|
-
### Common
|
|
466
|
-
|
|
467
|
-
#### New Features
|
|
468
|
-
|
|
469
|
-
- Provided React 16.4.1 compatibility support
|
|
470
|
-
|
|
471
|
-
## 16.2.43 (2018-07-03)
|
|
472
|
-
|
|
473
|
-
### Common
|
|
474
|
-
|
|
475
|
-
#### Bug Fixes
|
|
476
|
-
|
|
477
|
-
- Cleared `peerDependencies` warning.
|
|
478
|
-
|
|
479
|
-
## 16.2.41 (2018-06-25)
|
|
480
|
-
|
|
481
|
-
### common
|
|
482
|
-
|
|
483
|
-
#### New Features
|
|
484
|
-
|
|
485
|
-
- Provided Angular 6 compatibility support
|
|
486
|
-
|
|
487
|
-
#### Bug Fixes
|
|
488
|
-
|
|
489
|
-
- Cleared `peerDependencies` warning.
|
|
490
|
-
|
|
491
|
-
#### Breaking Changes
|
|
492
|
-
|
|
493
|
-
- The split buttons package used by the component Colour Picker, so the split buttons package is a dependency for the inputs package.
|
|
494
|
-
|
|
495
|
-
## 16.1.41 (2018-05-09)
|
|
496
|
-
|
|
497
|
-
### common
|
|
498
|
-
|
|
499
|
-
#### Bug Fixes
|
|
500
|
-
|
|
501
|
-
- Propagate touch on `blur` issue is fixed.
|
|
502
|
-
|
|
503
|
-
## 16.1.38 (2018-05-02)
|
|
504
|
-
|
|
505
|
-
### Common
|
|
506
|
-
|
|
507
|
-
#### Bug Fixes
|
|
508
|
-
|
|
509
|
-
- Now, Date parser will return the `null` value while parsing invalid date string.
|
|
510
|
-
- ng base destroy issue is fixed.
|
|
511
|
-
|
|
512
|
-
## 16.1.37 (2018-04-24)
|
|
513
|
-
|
|
514
|
-
### Common
|
|
515
|
-
|
|
516
|
-
#### Bug Fixes
|
|
517
|
-
|
|
518
|
-
- Performance related issue, when loading more number of chart in angular has been fixed.
|
|
519
|
-
|
|
520
|
-
## 16.1.35 (2018-04-17)
|
|
521
|
-
|
|
522
|
-
### Common
|
|
523
|
-
|
|
524
|
-
#### Bug Fixes
|
|
525
|
-
|
|
526
|
-
- Adding `annotation` dynamically to the chart is now working.
|
|
527
|
-
|
|
528
|
-
## 16.1.34 (2018-04-10)
|
|
529
|
-
|
|
530
|
-
### Common
|
|
531
|
-
|
|
532
|
-
#### Bug Fixes
|
|
533
|
-
|
|
534
|
-
- Issue with Calendar date generation in `UTC+00:00` time zone has been fixed.
|
|
535
|
-
|
|
536
|
-
## 16.1.33 (2018-04-03)
|
|
537
|
-
|
|
538
|
-
### Common
|
|
539
|
-
|
|
540
|
-
#### Bug Fixes
|
|
541
|
-
|
|
542
|
-
- Rendering issue on going with `UTC+00:00` time zone has been fixed.
|
|
543
|
-
|
|
544
|
-
## 16.1.32 (2018-03-29)
|
|
545
|
-
|
|
546
|
-
### Common
|
|
547
|
-
|
|
548
|
-
#### Bug Fixes
|
|
549
|
-
|
|
550
|
-
- Fixed C# number formatting issue.
|
|
551
|
-
|
|
552
|
-
#### New Features
|
|
553
|
-
|
|
554
|
-
- Generating page based unique id for components.
|
|
555
|
-
|
|
556
|
-
## 16.1.30 (2018-03-20)
|
|
557
|
-
|
|
558
|
-
### Common
|
|
559
|
-
|
|
560
|
-
#### Bug Fixes
|
|
561
|
-
|
|
562
|
-
- Fixed content security policy issue.
|
|
563
|
-
|
|
564
|
-
## 16.1.29 (2018-03-13)
|
|
565
|
-
|
|
566
|
-
### Common
|
|
567
|
-
|
|
568
|
-
#### Bug Fixes
|
|
569
|
-
|
|
570
|
-
- `Width` property with string type value issue has been fixed.
|
|
571
|
-
|
|
572
|
-
## 16.1.28 (2018-03-09)
|
|
573
|
-
|
|
574
|
-
### Common
|
|
575
|
-
|
|
576
|
-
#### Bug Fixes
|
|
577
|
-
|
|
578
|
-
- `boolean` data is not supported in list generation issue has been fixed.
|
|
579
|
-
|
|
580
|
-
## 16.1.24
|
|
581
|
-
|
|
582
|
-
### Common
|
|
583
|
-
|
|
584
|
-
#### Breaking Changes
|
|
585
|
-
|
|
586
|
-
- Changed the Angular component directive prefix as `ejs-[ComponentName]`.
|
|
587
|
-
|
|
588
|
-
#### New Features
|
|
589
|
-
|
|
590
|
-
- High contrast theme support.
|
|
591
|
-
|
|
592
|
-
## 16.1.24 (2018-02-22)
|
|
593
|
-
|
|
594
|
-
### common
|
|
595
|
-
|
|
596
|
-
#### New Features
|
|
597
|
-
|
|
598
|
-
- Angular Universal support added
|
|
599
|
-
- Added support for SVG and PDF export.
|
|
600
|
-
|
|
601
|
-
#### Bug Fixes
|
|
602
|
-
|
|
603
|
-
- Resolved `clearTemplate` issue.
|
|
604
|
-
|
|
605
|
-
#### Breaking Changes
|
|
606
|
-
|
|
607
|
-
- Tag prefix for Angular components is changed from `ej` to `ejs`. For example, `ej-grid` is changed to `ejs-grid`.
|
|
608
|
-
|
|
609
|
-
## 15.4.30-preview (2018-02-14)
|
|
610
|
-
|
|
611
|
-
### common
|
|
612
|
-
|
|
613
|
-
#### Bug Fixes
|
|
614
|
-
|
|
615
|
-
- Fixed Form component's expression changed on template issue.
|
|
616
|
-
|
|
617
|
-
## 15.4.27-preview (2018-01-30)
|
|
618
|
-
|
|
619
|
-
### common
|
|
620
|
-
|
|
621
|
-
#### Bug Fixes
|
|
622
|
-
|
|
623
|
-
- Fixed Form component's disabling issue.
|
|
624
|
-
|
|
625
|
-
## 15.4.26-preview (2018-01-23)
|
|
626
|
-
|
|
627
|
-
### common
|
|
628
|
-
|
|
629
|
-
#### Bug Fixes
|
|
630
|
-
|
|
631
|
-
- Resolved `reactive form reset` issue.
|
|
632
|
-
|
|
633
|
-
## 15.4.24-preview (2018-01-10)
|
|
634
|
-
|
|
635
|
-
### Common
|
|
636
|
-
|
|
637
|
-
#### Bug Fixes
|
|
638
|
-
|
|
639
|
-
- `data-value` not updated properly for array of string or number inputs bug fixed.
|
|
640
|
-
|
|
641
|
-
## 15.4.23-preview (2017-12-27)
|
|
642
|
-
|
|
643
|
-
### common
|
|
644
|
-
|
|
645
|
-
#### Bug Fixes
|
|
646
|
-
|
|
647
|
-
- Resolved `this.propagateTouch is not a function` console error.
|
|
648
|
-
|
|
649
|
-
#### Breaking Changes
|
|
650
|
-
|
|
651
|
-
- Modified the module bundle file name for ES6 bundling.
|
|
652
|
-
|
|
653
|
-
#### New Features
|
|
654
|
-
|
|
655
|
-
- Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
|
|
656
|
-
|
|
657
|
-
## 15.4.22-preview (2017-12-14)
|
|
658
|
-
|
|
659
|
-
### common
|
|
660
|
-
|
|
661
|
-
#### Bug Fixes
|
|
662
|
-
|
|
663
|
-
- Grouped radio button `ngModel` binding.
|
|
664
|
-
- `ngFor` directive not working for component child directive.
|
|
665
|
-
|
|
666
|
-
#### New Features
|
|
667
|
-
|
|
668
|
-
- Upgraded TypeScript version to 2.6.2
|
|
669
|
-
|
|
670
|
-
## 15.4.21-preview (2017-12-08)
|
|
671
|
-
|
|
672
|
-
### common
|
|
673
|
-
|
|
674
|
-
#### Bug Fixes
|
|
675
|
-
|
|
676
|
-
- Form component, form option `updateOn` blur.
|
|
677
|
-
- Fixed enable persistence issue in angular
|
|
678
|
-
|
|
679
|
-
## 15.4.20-preview (2017-12-01)
|
|
680
|
-
|
|
681
|
-
### Common
|
|
682
|
-
|
|
683
|
-
#### New Features
|
|
684
|
-
|
|
685
|
-
- Upgraded TypeScript version to 2.6.2
|
|
686
|
-
|
|
687
|
-
## 15.4.19-preview (2017-11-23)
|
|
688
|
-
|
|
689
|
-
### Common
|
|
690
|
-
|
|
691
|
-
#### Bug Fixes
|
|
692
|
-
|
|
693
|
-
- Fixed script error for invalid culture input in L10 library.
|
|
694
|
-
|
|
695
|
-
## 15.4.18-preview (2017-11-16)
|
|
696
|
-
|
|
697
|
-
### Common
|
|
698
|
-
|
|
699
|
-
#### Bug Fixes
|
|
700
|
-
|
|
701
|
-
- Removed duplicate injected modules on component refresh.
|
|
702
|
-
|
|
703
|
-
## 15.4.17-preview (2017-11-13)
|
|
704
|
-
|
|
705
|
-
Base library provide options to enable following Angular functionalities in Essential JS 2 components.
|
|
706
|
-
|
|
707
|
-
- Input and Output Binding
|
|
708
|
-
- Angular Templating
|
|
709
|
-
- Ahead-Of-Time (AOT) Compilation
|
|
710
|
-
- Defining Injectable Modules
|