@syncfusion/ej2-react-layouts 25.2.3 → 26.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/dist/ej2-react-layouts.min.js +2 -2
  2. package/dist/ej2-react-layouts.umd.min.js +2 -2
  3. package/dist/ej2-react-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-react-layouts.es2015.js +5 -5
  5. package/dist/es6/ej2-react-layouts.es2015.js.map +1 -1
  6. package/package.json +16 -12
  7. package/styles/avatar/bootstrap-dark.css +48 -1
  8. package/styles/avatar/bootstrap.css +48 -1
  9. package/styles/avatar/bootstrap4.css +48 -1
  10. package/styles/avatar/bootstrap5-dark.css +63 -1
  11. package/styles/avatar/bootstrap5.css +63 -1
  12. package/styles/avatar/fabric-dark.css +48 -1
  13. package/styles/avatar/fabric.css +48 -1
  14. package/styles/avatar/fluent-dark.css +61 -1
  15. package/styles/avatar/fluent.css +61 -1
  16. package/styles/avatar/fluent2.css +1094 -0
  17. package/styles/avatar/fluent2.scss +1 -0
  18. package/styles/avatar/highcontrast-light.css +48 -1
  19. package/styles/avatar/highcontrast.css +48 -1
  20. package/styles/avatar/material-dark.css +48 -1
  21. package/styles/avatar/material.css +48 -1
  22. package/styles/avatar/material3-dark.css +171 -1
  23. package/styles/avatar/material3.css +283 -1
  24. package/styles/avatar/tailwind-dark.css +61 -1
  25. package/styles/avatar/tailwind.css +61 -1
  26. package/styles/bootstrap-dark.css +1752 -1
  27. package/styles/bootstrap.css +1753 -1
  28. package/styles/bootstrap4.css +1757 -1
  29. package/styles/bootstrap5-dark.css +1770 -1
  30. package/styles/bootstrap5.css +1770 -1
  31. package/styles/card/bootstrap-dark.css +556 -1
  32. package/styles/card/bootstrap.css +557 -1
  33. package/styles/card/bootstrap4.css +563 -1
  34. package/styles/card/bootstrap5-dark.css +556 -1
  35. package/styles/card/bootstrap5.css +556 -1
  36. package/styles/card/fabric-dark.css +556 -1
  37. package/styles/card/fabric.css +567 -1
  38. package/styles/card/fluent-dark.css +579 -1
  39. package/styles/card/fluent.css +579 -1
  40. package/styles/card/fluent2.css +1588 -0
  41. package/styles/card/fluent2.scss +1 -0
  42. package/styles/card/highcontrast-light.css +556 -1
  43. package/styles/card/highcontrast.css +568 -1
  44. package/styles/card/material-dark.css +556 -1
  45. package/styles/card/material.css +557 -1
  46. package/styles/card/material3-dark.css +667 -1
  47. package/styles/card/material3.css +779 -1
  48. package/styles/card/tailwind-dark.css +557 -1
  49. package/styles/card/tailwind.css +557 -1
  50. package/styles/dashboard-layout/bootstrap-dark.css +295 -1
  51. package/styles/dashboard-layout/bootstrap.css +295 -1
  52. package/styles/dashboard-layout/bootstrap4.css +295 -1
  53. package/styles/dashboard-layout/bootstrap5-dark.css +306 -1
  54. package/styles/dashboard-layout/bootstrap5.css +306 -1
  55. package/styles/dashboard-layout/fabric-dark.css +295 -1
  56. package/styles/dashboard-layout/fabric.css +295 -1
  57. package/styles/dashboard-layout/fluent-dark.css +300 -1
  58. package/styles/dashboard-layout/fluent.css +300 -1
  59. package/styles/dashboard-layout/fluent2.css +1336 -0
  60. package/styles/dashboard-layout/fluent2.scss +1 -0
  61. package/styles/dashboard-layout/highcontrast-light.css +232 -1
  62. package/styles/dashboard-layout/highcontrast.css +293 -1
  63. package/styles/dashboard-layout/material-dark.css +295 -1
  64. package/styles/dashboard-layout/material.css +295 -1
  65. package/styles/dashboard-layout/material3-dark.css +412 -1
  66. package/styles/dashboard-layout/material3.css +524 -1
  67. package/styles/dashboard-layout/tailwind-dark.css +319 -1
  68. package/styles/dashboard-layout/tailwind.css +319 -1
  69. package/styles/fabric-dark.css +1752 -1
  70. package/styles/fabric.css +1763 -1
  71. package/styles/fluent-dark.css +1785 -1
  72. package/styles/fluent.css +1785 -1
  73. package/styles/fluent2.css +6931 -0
  74. package/styles/fluent2.scss +5 -0
  75. package/styles/highcontrast-light.css +1689 -1
  76. package/styles/highcontrast.css +1762 -1
  77. package/styles/material-dark.css +1750 -1
  78. package/styles/material.css +1752 -1
  79. package/styles/material3-dark.css +2315 -1
  80. package/styles/material3.css +2875 -1
  81. package/styles/splitter/bootstrap-dark.css +552 -1
  82. package/styles/splitter/bootstrap.css +552 -1
  83. package/styles/splitter/bootstrap4.css +550 -1
  84. package/styles/splitter/bootstrap5-dark.css +544 -1
  85. package/styles/splitter/bootstrap5.css +544 -1
  86. package/styles/splitter/fabric-dark.css +552 -1
  87. package/styles/splitter/fabric.css +552 -1
  88. package/styles/splitter/fluent-dark.css +544 -1
  89. package/styles/splitter/fluent.css +544 -1
  90. package/styles/splitter/fluent2.css +1578 -0
  91. package/styles/splitter/fluent2.scss +1 -0
  92. package/styles/splitter/highcontrast-light.css +552 -1
  93. package/styles/splitter/highcontrast.css +552 -1
  94. package/styles/splitter/material-dark.css +550 -1
  95. package/styles/splitter/material.css +551 -1
  96. package/styles/splitter/material3-dark.css +654 -1
  97. package/styles/splitter/material3.css +766 -1
  98. package/styles/splitter/tailwind-dark.css +544 -1
  99. package/styles/splitter/tailwind.css +544 -1
  100. package/styles/tailwind-dark.css +1782 -1
  101. package/styles/tailwind.css +1782 -1
  102. package/styles/timeline/bootstrap-dark.css +298 -1
  103. package/styles/timeline/bootstrap.css +298 -1
  104. package/styles/timeline/bootstrap4.css +298 -1
  105. package/styles/timeline/bootstrap5-dark.css +298 -1
  106. package/styles/timeline/bootstrap5.css +298 -1
  107. package/styles/timeline/fabric-dark.css +298 -1
  108. package/styles/timeline/fabric.css +298 -1
  109. package/styles/timeline/fluent-dark.css +298 -1
  110. package/styles/timeline/fluent.css +298 -1
  111. package/styles/timeline/fluent2.css +1332 -0
  112. package/styles/timeline/fluent2.scss +1 -0
  113. package/styles/timeline/highcontrast-light.css +298 -1
  114. package/styles/timeline/highcontrast.css +298 -1
  115. package/styles/timeline/material-dark.css +298 -1
  116. package/styles/timeline/material.css +298 -1
  117. package/styles/timeline/material3-dark.css +408 -1
  118. package/styles/timeline/material3.css +520 -1
  119. package/styles/timeline/tailwind-dark.css +298 -1
  120. package/styles/timeline/tailwind.css +298 -1
  121. package/CHANGELOG.md +0 -593
package/CHANGELOG.md DELETED
@@ -1,593 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ## 25.1.37 (2024-03-26)
6
-
7
- ### DashboardLayout
8
-
9
- #### Bug Fixes
10
-
11
- - `#I564184` - Resolved the issue with the dynamically added panel not being persisted when `enablePersistence` is enabled in the Dashboard Layout.
12
-
13
- ## 25.1.35 (2024-03-15)
14
-
15
- ### Timeline
16
-
17
- The Timeline control enables users to display a series of data in chronological order, providing a visually compelling and user-friendly experience. This showcases user activities, tracking progress, narrating historical timelines, and more.
18
-
19
-
20
- The Timeline component enables users to display a series of data in chronological order, providing a visually compelling and user-friendly experience. This showcases user activities, tracking progress, narrating historical timelines, and more.
21
-
22
-
23
- #### Key features
24
-
25
- - **Orientation** - Display items in a horizontal or vertical orientation.
26
- - **Opposite content** - Display additional information opposite to the item content.
27
- - **Items alignment** - Items' content and opposite content can be aligned - before, after, alternate, or alternate reverse.
28
- - **Reverse timeline** - Shows the timeline items in the reverse order.
29
- - **Templates** - Customize the default appearance, including styling the dot item, templated content, and more.
30
-
31
- - **Orientation** - Display items in a horizontal or vertical orientation.
32
- - **Opposite content** - Display additional information opposite to the item content.
33
- - **Items alignment** - Items' content and opposite content can be aligned - before, after, alternate, or alternate reverse.
34
- - **Reverse timeline** - Shows the timeline items in the reverse order.
35
- - **Templates** - Customize the default appearance, including styling the dot item, templated content, and more.
36
-
37
-
38
- ## 20.4.48 (2023-02-01)
39
-
40
- ### Splitter
41
-
42
- #### Bug Fixes
43
-
44
- - `#I425916` - Fixed issue with Expand and Collapse event triggering in splitter.
45
-
46
- ## 20.4.38 (2022-12-21)
47
-
48
- ### Dashboard Layout
49
-
50
- #### Bug Fixes
51
-
52
- - `#I395833` - The issue with the "Facing accessibility testing failure in the Dashboard Layout component" has been resolved.
53
-
54
- ## 20.2.46 (2022-08-30)
55
-
56
- ### Dashboard Layout
57
-
58
- #### Bug Fixes
59
-
60
- - `#I396820` - The issue with "minSizeX and minSizeY properties not working while using cellSpacing in Dashboard Layout component" has been resolved.
61
-
62
- ## 20.2.39 (2022-07-19)
63
-
64
- ### Dashboard Layout
65
-
66
- #### Bug Fixes
67
-
68
- - `#F171906` - The issue with "Adding dynamic panels after drag causes error in Dashboard Layout" has been resolved.
69
-
70
- ## 20.2.38 (2022-07-12)
71
-
72
- ### Splitter
73
-
74
- #### Bug Fixes
75
-
76
- - `#F385792` - The issues with the Splitter's first pane resizing to the right and the pane resizing not working properly has been resolved.
77
-
78
- ## 20.1.61 (2022-06-21)
79
-
80
- ### Dashboard Layout
81
-
82
- #### Bug Fixes
83
-
84
- - `#I382649` - The issue with "When resizing the page to less than `mediaQuery` value then the height was not proper for the Dashboard Layout component" has been resolved.
85
-
86
- ## 20.1.58 (2022-05-31)
87
-
88
- ### Splitter
89
-
90
- #### Bug Fixes
91
-
92
- - `#F174876` - Now, collapsing the splitter pane after resizing the pane and when the `enablePersistance` API is set to true works properly.
93
-
94
- ## 19.3.43 (2021-09-30)
95
-
96
- ### Splitter
97
-
98
- #### Bug Fixes
99
-
100
- - `#I341650` - The issue with "Resize event handler is not properly un-wired, when destroying the splitter component" has been resolved.
101
-
102
- ## 19.2.48 (2021-07-20)
103
-
104
- ### Splitter
105
-
106
- #### Bug Fixes
107
-
108
- - `#I334749` - Resolved the exception raised, when resizing the window with splitter rendered in the page.
109
-
110
- ## 19.1.63 (2021-05-13)
111
-
112
- ### Splitter
113
-
114
- - Provided `enablePersistence` property to persists the component's state between page reloads.
115
- - Provided `enableReversePanes` property to reorder the splitter panes.
116
-
117
- ## 19.1.58 (2021-04-27)
118
-
119
- ### Splitter
120
-
121
- #### Bug Fixes
122
-
123
- - `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
124
-
125
- ## 19.1.55 (2021-04-06)
126
-
127
- ### Splitter
128
-
129
- #### Bug Fixes
130
-
131
- - `#320479` - The issue with "`addPane` public method does not work when rendered with the nested splitter" has been resolved.
132
-
133
- ## 19.1.54 (2021-03-30)
134
-
135
- ### Dashboard Layout
136
-
137
- #### Bug Fixes
138
-
139
- - `#312164` - The issue with "Newly added dashboard panels hide while switch between mobile mode to normal mode" has been resolved.
140
- - `#310199` - The issue "Unable to resize when rendering multiple panels" has been resolved.
141
-
142
- ### Splitter
143
-
144
- #### Bug Fixes
145
-
146
- - `#315820, #313937, #316711` - The issue with "Console error occurs on resizing when the splitter is rendered" has been resolved.
147
- - `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
148
-
149
- ## 18.4.30 (2020-12-17)
150
-
151
- ### Dashboard Layout
152
-
153
- #### Bug Fixes
154
-
155
- - `F159402` - The issue with "The Syncfusion components are not rendered inside the Dashboard Layout while using the selector template" has been resolved.
156
- - `F159797` - Now, the Dashboard Layout component is also available in the Theme studio.
157
-
158
- ## 18.3.53 (2020-12-08)
159
-
160
- ### Dashboard Layout
161
-
162
- #### Bug Fixes
163
-
164
- - `#303968` - The issue with "Script error occur in DashboardLayout, when updating its parent props using setState method in React platform" has been fixed.
165
-
166
- ## 18.3.48 (2020-11-11)
167
-
168
- ### Dashboard Layout
169
-
170
- #### Bug Fixes
171
-
172
- - `#F159413` - The issue with "Script error occurs when dynamically updating the panels using V-for" has been fixed.
173
-
174
- ## 18.3.44 (2020-10-27)
175
-
176
- ### Dashboard Layout
177
-
178
- #### Bug Fixes
179
-
180
- - `#292627` - The issue "Panels are overlapped with each other during window resize" has been fixed.
181
-
182
- ## 18.3.40 (2020-10-13)
183
-
184
- ### Dashboard Layout
185
-
186
- #### Bug Fixes
187
-
188
- - `#271335` - The support for rendering panels with their respective column size in the mobile view has been provided.
189
-
190
- ## 18.3.35 (2020-10-01)
191
-
192
- ### Dashboard Layout
193
-
194
- #### Bug Fixes
195
-
196
- - `#284795, #286988, #291408, #291630` - The issue with rendering panels when using angular template has been fixed.
197
- - `#282904` - The issue with the empty space while setting allowFloating as true has been resolved.
198
- - `#271335` - The support for rendering panels with their respective column size in the mobile view has been provided.
199
-
200
- ## 18.2.58 (2020-09-15)
201
-
202
- ### Splitter
203
-
204
- #### Bug Fixes
205
-
206
- - `#I288982` - The issue with "Resizing feature is not working properly when the splitter’s height is more than the window" has been resolved.
207
-
208
- ## 18.2.46 (2020-07-21)
209
-
210
- ### Dashboard Layout
211
-
212
- #### Bug Fixes
213
-
214
- - `#278405` - Issue with Dashboard element dimensions not updated properly based on the parent element dimensions has been resolved.
215
-
216
- ## 18.2.44 (2020-07-07)
217
-
218
- ### Dashboard Layout
219
-
220
- #### Bug Fixes
221
-
222
- - `#276817` - Panel content will now get persisted on page reload with persistence enabled.
223
-
224
- ## 18.1.52 (2020-05-13)
225
-
226
- ### Dashboard Layout
227
-
228
- #### New Features
229
-
230
- - `#269881` - Provided support to restrict the dragging functionality of an individual panel by adding `e-drag-restrict` cssClass to the panel.
231
-
232
- ### Splitter
233
-
234
- #### Bug Fixes
235
-
236
- - `#273127` - Resolved the issue "Splitter resizing does not work as expected in the internet explorer browser".
237
- - `F153749` - Issue with "Splitter expand and collapse action doesn't work as expected after the pane resize" has been resolved.
238
-
239
- ## 18.1.48 (2020-05-05)
240
-
241
- ### Dashboard Layout
242
-
243
- #### Bug Fixes
244
-
245
- - `#275109` - Issue with floating the panels in inline rendering has been resolved.
246
-
247
- ## 18.1.46 (2020-04-28)
248
-
249
- ### Splitter
250
-
251
- #### Bug Fixes
252
-
253
- - `#272732` -The issue with Splitter pane size decreased by resize of window has been resolved.
254
-
255
- ## 18.1.45 (2020-04-21)
256
-
257
- ### Splitter
258
-
259
- #### Bug Fixes
260
-
261
- -`#272515`, `#F153399` - Resolved the issue with nested splitter resizing is not working properly.
262
-
263
-
264
- - Resolved the alignment issue with expand and collapse icons in the internet explorer browser.
265
-
266
- ## 18.1.44 (2020-04-14)
267
-
268
- ### Splitter
269
-
270
- #### Bug Fixes
271
-
272
- - `#269482` - Resolved the expand and collapse icons hidden issue when panes are expanded or collapsed.
273
-
274
- ### Dashboard Layout
275
-
276
- #### Bug Fixes
277
-
278
- - `#271938` - The issue with `The Dashboard layout resize icon style overrides the RTE component image style` has been resolved.
279
-
280
- ## 17.4.51 (2020-02-25)
281
-
282
- ### Splitter
283
-
284
- #### Bug Fixes
285
-
286
- - `F11801` - Resolved the script errors thrown when performing keyboard action in single pane.
287
-
288
- ### Dashboard Layout
289
-
290
- #### Bug Fixes
291
-
292
- - `#263850` - The issue with the invalid cursor that is displayed in panel content or header, which is not in draggable element has been resolved.
293
-
294
- ## 17.4.50 (2020-02-18)
295
-
296
- ### Splitter
297
-
298
- #### Bug Fixes
299
-
300
- - `#263496` - Resolved the issue with the splitter paneSettings `collapsed` property that is not updated properly when the panes are expanded or collapsed.
301
-
302
- ### Dashboard Layout
303
-
304
- #### New Features
305
-
306
- - `#262900` - The `change` event now triggers when a panel is resized and then the adjacent panel position changes.
307
-
308
- ## 17.4.47 (2020-02-05)
309
-
310
- ### Splitter
311
-
312
- #### Bug Fixes
313
-
314
- - `#261892` - Issue with removePane public method does not update the value of the paneSettings property.
315
-
316
- ### Dashboard Layout
317
-
318
- #### Bug Fixes
319
-
320
- - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
321
-
322
- ## 17.4.46 (2020-01-30)
323
-
324
- ### Dashboard Layout
325
-
326
- #### Bug Fixes
327
-
328
- - `#F150686` - The issue "Panels overlapping when you drag from top to bottom" has been resolved.
329
-
330
- ### Splitter
331
-
332
- #### Bug Fixes
333
-
334
- - `#261757` - The issue, "cssClass not set into pane when you add the pane using the addPane method" has been resolved.
335
- - `#261829` - Keyboard interaction issue with input components has been resolved.
336
-
337
- ## 17.4.44 (2021-01-21)
338
-
339
- ### Dashboard Layout
340
-
341
- #### Bug Fixes
342
-
343
- - Resolved the script error while destroying the dashboard layout component in IE11 browser.
344
-
345
- ### Splitter
346
-
347
- #### Bug Fixes
348
-
349
- - `#I261044` - Issue with expand and collapse icons button type has been resolved.
350
-
351
- ## 17.4.43 (2020-01-14)
352
-
353
- ### Splitter
354
-
355
- #### Bug Fixes
356
-
357
- - `#255853` - Resolved the issue "Splitter resizing does not work as expected if it has an iframe element".
358
- - `#259892` - Resolved the issue "Splitter pane is not properly resized when it has percentage pane size".
359
- - `#258254` - Resolved the issue with the public method `addPane` that does not work when rendered a single pane.
360
-
361
- ## 17.4.41 (2020-01-07)
362
-
363
- ### Dashboard Layout
364
-
365
- #### Bug Fixes
366
-
367
- - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
368
-
369
- ### Splitter
370
-
371
- #### Bug Fixes
372
-
373
- - `#254606` - Web accessibility issues resolved.
374
-
375
- #### New Features
376
-
377
- - Provided `Keyboard navigation support` for splitter. The available keyboard shortcuts are,
378
-
379
- - `Up Arrow` - will move separator towards up in vertical splitter.
380
- - `Down Arrow` - will move separator towards down in vertical splitter.
381
- - `Right Arrow` - will move separator towards right in horizontal splitter.
382
- - `Left Arrow` - will move separator towards left in horizontal splitter.
383
- - `Enter key` - will toggle nearest collapsible pane of focused separator.
384
-
385
- ## 17.4.40 (2019-12-24)
386
-
387
- ### Dashboard Layout
388
-
389
- #### Bug Fixes
390
-
391
- - Panels overlapping issue "while dragging the panels in bootstrap theme" has been resolved.
392
-
393
- ## 17.4.39 (2019-12-17)
394
-
395
- ### Splitter
396
-
397
- #### New Features
398
-
399
- - `#255003` - Provided the cssClass property to individual panes also to customize it in the Splitter.
400
-
401
- ## 17.3.29 (2019-11-26)
402
-
403
- ### Dashboard Layout
404
-
405
- #### Bug Fixes
406
-
407
- - `#256123` - Issue with removing `e-dragging` class after panel resize has been resolved.
408
-
409
- ### Splitter
410
-
411
- #### Bug Fixes
412
-
413
- - `#I255141` -Resolved the issue with separator's visible state when collapsible the last pane .
414
- - `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
415
-
416
- ## 17.3.28 (2019-11-19)
417
-
418
- ### Dashboard Layout
419
-
420
- #### Bug Fixes
421
-
422
- - `#F149164` - Resolved the issue with panel resizing when more than one Dashboard Layout component is used in a page.
423
-
424
- ### Splitter
425
-
426
- #### New Features
427
-
428
- - `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
429
-
430
- ## 17.3.27 (2019-11-12)
431
-
432
- ### Splitter
433
-
434
- #### Bug Fixes
435
-
436
- - `#253345` - The Console error thrown when navigating from splitter component to another page has been resolved.
437
- - `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
438
- - `#252410` - Issue with `Expand` public method not working in the splitter has been resolved.
439
- - `#252410` - Resolved the interaction issue with expand and collapse pane.
440
-
441
- ## 17.2.48-beta (2019-08-28)
442
-
443
- ### Splitter
444
-
445
- #### Bug Fixes
446
-
447
- - `#241183` - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
448
- - `#242579` - Resolved the issue with "Split-bar rendering while change orientation dynamically"
449
- - `#243003` - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
450
- - `#243007` - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
451
- - `#244847` - The issue "Split panes are not resized properly on window resizing" has been resolved.
452
-
453
- ## 17.1.51 (2019-06-11)
454
-
455
- ### Dashboard Layout
456
-
457
- #### Bug Fixes
458
-
459
- - #237417 - Click event of button is not triggering when it is placed inside the panel element of DashboardLayout.
460
-
461
- ## 17.1.49 (2019-05-29)
462
-
463
- ### Dashboard Layout
464
-
465
- #### New Features
466
-
467
- - #236095 - Support for refresh method has been provided, which allows to refresh the panels.
468
-
469
- ## 17.1.48 (2019-05-21)
470
-
471
- ### Dashboard Layout
472
-
473
- #### Bug Fixes
474
-
475
- - #144602 - Issue on panel resizing after adding a new panel dynamically has been fixed.
476
-
477
- ## 17.1.43 (2019-04-30)
478
-
479
- ### Dashboard Layout
480
-
481
- #### Bug Fixes
482
-
483
- - #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.
484
-
485
- ## 17.1.40 (2019-04-09)
486
-
487
- ### Dashboard Layout
488
-
489
- #### Breaking Changes
490
-
491
- - Renamed the folder within the package from `dashboardlayout` to `dashboard-layout`.
492
-
493
- ## 17.1.32-beta (2019-03-13)
494
-
495
- ### Splitter
496
-
497
- #### Bug Fixes
498
-
499
- - The issue with not able to set null value value for `cssClass` API has been fixed
500
-
501
- #### New Features
502
-
503
- - **Expand and Collapse**: This feature allows you configure and interact with the expand and collapse functionality of splitter.
504
-
505
- ## 16.4.55 (2019-02-27)
506
-
507
- ### Splitter
508
-
509
- #### Bug Fixes
510
-
511
- - The issue with dynamic update of `paneSettings` has been fixed.
512
-
513
- ## 16.4.54 (2019-02-19)
514
-
515
- ### Splitter
516
-
517
- #### Bug Fixes
518
-
519
- - Issue with dynamic update of pane content has been fixed
520
-
521
- ## 16.4.53 (2019-02-13)
522
-
523
- ### Card
524
-
525
- #### Bug Fixes
526
-
527
- - The issue with white background for the Card control has been fixed in Material theme.
528
-
529
- ## 17.1.1-beta (2019-01-29)
530
-
531
- ### DashboardLayout
532
-
533
- The DashboardLayout is a grid structured layout control that helps create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout.
534
-
535
-
536
- - **Drag and Drop**: Allows drag and drop of panels at the desired location within the dashboard.
537
- - **Resizing**: Support to resize the panels in any direction as per the requirement.
538
- - **Floating**: Floats the panels upward when the dragging option is enabled.
539
- - **Media Query**: Allows the panels to be stacked when the specified resolution is met.
540
-
541
- ## 16.4.47 (2019-01-16)
542
-
543
- ### Splitter
544
-
545
- #### Bug Fixes
546
-
547
- - The issue with dynamically updating the pane size has been fixed.
548
-
549
- ## 16.4.44 (2018-12-24)
550
-
551
- ### Splitter
552
-
553
- #### New Features
554
-
555
- - Provided option to configure the splitter and its pane properties such as size, min, max, resizable through data attributes (`data-`).
556
- - Included the public methods for add and remove splitter panes.
557
-
558
- ## 16.4.40-beta (2018-12-10)
559
-
560
- ### Splitter
561
-
562
- The Splitter is the layout user interface (UI) which contains multiple resizable panes and separator bar.
563
-
564
-
565
- - **Resizable**: By default, all the panes configured with resizable.
566
- - **Orientation**: The panes can be oriented horizontally and vertically.
567
- - **Nested**: Integrate splitter controls inside split pane to create nested layout.
568
- - **Separator**: Divide the pane with horizontal or vertical line with customizable dimension.
569
-
570
- ## 16.2.41 (2018-06-25)
571
-
572
- ### Avatar
573
-
574
- Avatars are icons or figures representing a particular person, used in popular media formats like images, SVG, font icons, and letters.
575
-
576
-
577
- - **Types** - Provided 2 types of Avatar.
578
- - **Sizes** - Supports different sizes to adapt the various application scenario.
579
-
580
- ### Card
581
-
582
- The Card is a small container in which user can show defined content in specific structure and it is a flexible and extensible. Card is a pure CSS component built with markup and style.
583
-
584
-
585
- The available key features are
586
-
587
-
588
- - **Header**: Header supports to include title, subtitle along with image.
589
- - **Images and Title**: Support to include images with customizable caption positions in it.
590
- - **Action Buttons**: Supports to add buttons within the card either in vertical or horizontal alignment.
591
- - **Horizontal Card**: Allows to align card elements horizontally and also allows to stack the content vertically within horizontal alignment.
592
-
593
-