@syncfusion/ej2-angular-pivotview 22.1.39 → 22.2.5-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +409 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +852 -0
  6. package/dist/ej2-angular-pivotview.umd.js +707 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  18. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  19. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  20. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  21. package/src/pivotview/pivotview.component.d.ts +0 -3
  22. package/src/pivotview/pivotview.module.d.ts +0 -6
  23. package/styles/bootstrap-dark.css +25 -4
  24. package/styles/bootstrap.css +25 -4
  25. package/styles/bootstrap4.css +25 -4
  26. package/styles/bootstrap5-dark.css +25 -5
  27. package/styles/bootstrap5.css +25 -5
  28. package/styles/fabric-dark.css +25 -4
  29. package/styles/fabric.css +25 -4
  30. package/styles/fluent-dark.css +25 -5
  31. package/styles/fluent.css +25 -5
  32. package/styles/highcontrast-light.css +25 -5
  33. package/styles/highcontrast.css +25 -5
  34. package/styles/material-dark.css +25 -4
  35. package/styles/material.css +25 -4
  36. package/styles/material3-dark.css +81 -5
  37. package/styles/material3-dark.scss +0 -1
  38. package/styles/material3.css +136 -5
  39. package/styles/material3.scss +0 -1
  40. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  41. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  42. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  43. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  44. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  45. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  46. package/styles/pivotfieldlist/fabric.scss +1 -4
  47. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  48. package/styles/pivotfieldlist/fluent.scss +1 -4
  49. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  50. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  51. package/styles/pivotfieldlist/material-dark.scss +1 -4
  52. package/styles/pivotfieldlist/material.scss +1 -4
  53. package/styles/pivotfieldlist/material3-dark.scss +1 -4
  54. package/styles/pivotfieldlist/material3.scss +1 -4
  55. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  56. package/styles/pivotfieldlist/tailwind.scss +1 -4
  57. package/styles/pivotview/bootstrap-dark.css +25 -4
  58. package/styles/pivotview/bootstrap-dark.scss +1 -5
  59. package/styles/pivotview/bootstrap.css +25 -4
  60. package/styles/pivotview/bootstrap.scss +1 -5
  61. package/styles/pivotview/bootstrap4.css +25 -4
  62. package/styles/pivotview/bootstrap4.scss +1 -5
  63. package/styles/pivotview/bootstrap5-dark.css +25 -5
  64. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  65. package/styles/pivotview/bootstrap5.css +25 -5
  66. package/styles/pivotview/bootstrap5.scss +1 -5
  67. package/styles/pivotview/fabric-dark.css +25 -4
  68. package/styles/pivotview/fabric-dark.scss +1 -5
  69. package/styles/pivotview/fabric.css +25 -4
  70. package/styles/pivotview/fabric.scss +1 -5
  71. package/styles/pivotview/fluent-dark.css +25 -5
  72. package/styles/pivotview/fluent-dark.scss +1 -4
  73. package/styles/pivotview/fluent.css +25 -5
  74. package/styles/pivotview/fluent.scss +1 -5
  75. package/styles/pivotview/highcontrast-light.css +25 -5
  76. package/styles/pivotview/highcontrast-light.scss +1 -5
  77. package/styles/pivotview/highcontrast.css +25 -5
  78. package/styles/pivotview/highcontrast.scss +1 -5
  79. package/styles/pivotview/material-dark.css +25 -4
  80. package/styles/pivotview/material-dark.scss +1 -5
  81. package/styles/pivotview/material.css +25 -4
  82. package/styles/pivotview/material.scss +1 -5
  83. package/styles/pivotview/material3-dark.css +25 -5
  84. package/styles/pivotview/material3-dark.scss +1 -4
  85. package/styles/pivotview/material3.css +25 -5
  86. package/styles/pivotview/material3.scss +1 -5
  87. package/styles/pivotview/tailwind-dark.css +25 -5
  88. package/styles/pivotview/tailwind-dark.scss +1 -4
  89. package/styles/pivotview/tailwind.css +25 -5
  90. package/styles/pivotview/tailwind.scss +1 -5
  91. package/styles/tailwind-dark.css +25 -5
  92. package/styles/tailwind.css +25 -5
  93. package/esm2020/public_api.mjs +0 -3
  94. package/esm2020/src/index.mjs +0 -8
  95. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  96. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  97. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  98. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  99. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  100. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  101. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  102. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
  103. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  104. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
  105. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  106. package/styles/pivotfieldlist/_all.scss +0 -2
  107. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
  108. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
  109. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
  110. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  111. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
  112. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
  113. package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
  114. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  115. package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
  116. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
  117. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
  118. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
  119. package/styles/pivotfieldlist/_layout.scss +0 -1958
  120. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
  121. package/styles/pivotfieldlist/_material-definition.scss +0 -214
  122. package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
  123. package/styles/pivotfieldlist/_material3-definition.scss +0 -224
  124. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  125. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
  126. package/styles/pivotfieldlist/_theme.scss +0 -1973
  127. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  128. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  129. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  130. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  131. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  132. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  133. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  134. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  135. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  136. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  137. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  138. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  139. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  140. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  141. package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
  142. package/styles/pivotfieldlist/icons/_material3.scss +0 -357
  143. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  144. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  145. package/styles/pivotview/_all.scss +0 -2
  146. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -174
  147. package/styles/pivotview/_bootstrap-definition.scss +0 -171
  148. package/styles/pivotview/_bootstrap4-definition.scss +0 -171
  149. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  150. package/styles/pivotview/_bootstrap5-definition.scss +0 -176
  151. package/styles/pivotview/_fabric-dark-definition.scss +0 -173
  152. package/styles/pivotview/_fabric-definition.scss +0 -170
  153. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  154. package/styles/pivotview/_fluent-definition.scss +0 -176
  155. package/styles/pivotview/_fusionnew-definition.scss +0 -176
  156. package/styles/pivotview/_highcontrast-definition.scss +0 -169
  157. package/styles/pivotview/_highcontrast-light-definition.scss +0 -170
  158. package/styles/pivotview/_layout.scss +0 -1152
  159. package/styles/pivotview/_material-dark-definition.scss +0 -177
  160. package/styles/pivotview/_material-definition.scss +0 -173
  161. package/styles/pivotview/_material3-dark-definition.scss +0 -1
  162. package/styles/pivotview/_material3-definition.scss +0 -179
  163. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  164. package/styles/pivotview/_tailwind-definition.scss +0 -176
  165. package/styles/pivotview/_theme.scss +0 -1978
  166. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  167. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  168. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  169. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  170. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  171. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  172. package/styles/pivotview/icons/_fabric.scss +0 -184
  173. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  174. package/styles/pivotview/icons/_fluent.scss +0 -183
  175. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  176. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  177. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  178. package/styles/pivotview/icons/_material-dark.scss +0 -184
  179. package/styles/pivotview/icons/_material.scss +0 -184
  180. package/styles/pivotview/icons/_material3-dark.scss +0 -1
  181. package/styles/pivotview/icons/_material3.scss +0 -183
  182. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  183. package/styles/pivotview/icons/_tailwind.scss +0 -183
  184. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,852 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Pivot Table
6
+
7
+ #### Bug fixes
8
+
9
+ - `I471218` - The value sort icon in the pivot table is now properly positioned with larger column text.
10
+ - `F183271` - When defer layout update is enabled, the pivot table now renders properly with the pivot chart.
11
+ - `I463929` - When enabling virtualization dynamically at runtime, the pivot table will now render properly.
12
+
13
+ #### New features
14
+
15
+ - `I398184` - Provided support to customize the column width when exporting the pivot table to a PDF document.
16
+
17
+ ## 22.1.39 (2023-07-18)
18
+
19
+ ### Pivot Table
20
+
21
+ #### Bug fixes
22
+
23
+ - `#F183090` - Columns can now be hidden specifically with an OLAP data source.
24
+
25
+ ## 22.1.36 (2023-06-28)
26
+
27
+ ### Pivot Table
28
+
29
+ #### Bug fixes
30
+
31
+ - `#I473176` - The issue with the spinner not being properly hidden on the pivot table when the drillthrough popup was closed with server-side engine has now been resolved.
32
+ - `#I461804` - When we bind fields from the same hierarchy, drill down/up will now work properly in the pivot table with an OLAP data.
33
+
34
+ ## 22.1.34 (2023-06-21)
35
+
36
+ ### Pivot Table
37
+
38
+ #### New Features
39
+
40
+ - `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
41
+ - Provided the role option that allows access to restricted cube information such as measures, dimensions, hierarchy, and more when a SSAS OLAP cube is bound to the pivot table.
42
+
43
+ #### Breaking Changes
44
+
45
+ - The property type `PivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
46
+
47
+ | Property Name | Description | Previous Type | Current Type |
48
+ |---|---|---|---|
49
+ | `pivotValues` | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | `IPivotValues` | `IAxisSet[][]` |
50
+
51
+ ## 20.4.38 (2022-12-21)
52
+
53
+ ### Pivot Table
54
+
55
+ #### Bug Fixes
56
+
57
+ - `#I423050` - Filter state will now be properly maintained in the member editor.
58
+ - `#I420253` - When virtual scrolling is enabled, the pivot table will now scroll properly.
59
+ - Number formatting is now applied properly to row and column headers in the pivot table.
60
+
61
+ #### New Features
62
+
63
+ - `#I347303`, `#I400764`, `#F172939` - Provided support for displaying row and column sub-totals at the top or bottom of the header group in the pivot table.
64
+ - `#I310709`, `#I346859` - Provided support to display pivot chart's series for multiple measures on a single y-axis.
65
+ - `#I398184` - The pivot table now supports customising the size of PDF document while exporting.
66
+ - `#I305545` - The pivot table now allows you to export both the table and the chart to a single PDF document.
67
+
68
+ #### Breaking Changes
69
+
70
+ - The `chartSettings.showMemberSeries` property is deprecated and will no longer to be used. Use `chartSettings.showPointColorByMembers` to achieve the same.
71
+
72
+ | Previous | Now |
73
+ |---|---|
74
+ | `showMemberSeries` | `showPointColorByMembers` |
75
+
76
+ - The `chartExport` method parameters for the pivot table have now been changed.
77
+
78
+ **Previous**
79
+
80
+
81
+ | Parameter | Type | Description |
82
+ |---|---|---|
83
+ | type | `ExportType` | Defines the export type. |
84
+ | fileName | string | Defines file name of export document. |
85
+ | orientation | `PdfPageOrientation` | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
86
+ | width | number | Defines width of the export document. |
87
+ | height | number | Defines width of the export document. |
88
+
89
+ **Now**
90
+
91
+
92
+ | Parameter | Type | Description |
93
+ |---|---|---|
94
+ | type | `ExportType` | Defines the export type. |
95
+ | `pdfExportProperties` | `PdfExportProperties` | Allows to define the chart's export properties such as file name, orientation, width and height. |
96
+ | `isMultipleExport` | boolean | Allows to export multiple tables and charts into a single PDF document. |
97
+ | `pdfDoc` | Object | Allows the export of an external PDF document along with current PDF document. |
98
+ | `isBlob` | boolean | Allows the PDF document to be saved as blob data. |
99
+
100
+ ## 20.3.59 (2022-11-29)
101
+
102
+ ### Pivot Table
103
+
104
+ #### Bug Fixes
105
+
106
+ - `#I405590` - The pivot table will now properly refresh while performing value sorting with the grouping bar and autofit enabled.
107
+ - `#I420612` - The pivot table will now be rendered properly while switching between reports in the toolbar.
108
+ - `#F420612` - The pivot table's alphanumeric sorting will now works properly.
109
+
110
+ ## 20.3.57 (2022-11-15)
111
+
112
+ ### Pivot Table
113
+
114
+ #### Bug Fixes
115
+
116
+ - `#I405590` - The pivot table will now properly refreshed while performing value sorting with autofit enabled.
117
+
118
+ #### New Features
119
+
120
+ - `#I395302` - When using a server-side engine, the aggregated values of the pivot table will now be customized via the controller.
121
+
122
+ ## 20.3.50 (2022-10-18)
123
+
124
+ ### Pivot Table
125
+
126
+ #### Bug Fixes
127
+
128
+ - The `drillthrough` feature now works properly with alphanumeric data.
129
+
130
+ ## 20.3.49 (2022-10-11)
131
+
132
+ ### Pivot Table
133
+
134
+ #### Bug Fixes
135
+
136
+ - `#I408669` - Number formatting is now applied properly to row and column headers in the pivot table.
137
+ - `#I405681` - Pivot table cell values are now properly exported as PDF document based on the text align property.
138
+
139
+ ## 20.3.47 (2022-09-29)
140
+
141
+ ### Pivot Table
142
+
143
+ #### Bug Fixes
144
+
145
+ - `#I395797` - Text wrap is now properly applied in the pivot table.
146
+ - `#I400397` - When using server-side engine, row headers are now displayed correctly based on their level in the pivot table.
147
+ - `#I395797` - The grand totals position in the pivot table now works properly when using server-side engine.
148
+ - `#I405131` - The tooltip content is now properly displayed in the pivot table.
149
+ - `#I397110` - The pivot table will now properly export to Excel format even if it contains hidden columns.
150
+ - `#I405326` - The value sort icon is now properly displayed in the pivot table.
151
+
152
+ #### New Features
153
+
154
+ - `#I311235` - The pivot table now exports to PDF/CSV as a blob object with virtual scrolling enabled.
155
+ - `#I311235` - With a relational datasource, field list treeview can now be displayed in a hierarchical manner.
156
+ - `#I281131`, `#I351494`, `#F174212` - Provided paging support that allows to break and display large amounts of data page by page, improving the overall rendering performance of the pivot table.
157
+ - `#I369101` - When multiple axes are enabled, the pivot chart series can now be displayed based on members in all chart areas.
158
+
159
+ ## 20.2.43 (2022-08-08)
160
+
161
+ ### Pivot Table
162
+
163
+ #### Bug Fixes
164
+
165
+ - `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
166
+
167
+ #### New Features
168
+
169
+ - `#I364830` - Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.
170
+ - `#I382580` - The calculated field UI now has a "Format" dropdown option for relational data source.
171
+
172
+ ## 20.2.39 (2022-07-19)
173
+
174
+ ### Pivot Table
175
+
176
+ #### Bug Fixes
177
+
178
+ - `#I389665` - The pivot table can now be rendered properly while applying date grouping.
179
+ - `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
180
+
181
+ ## 20.2.38 (2022-07-12)
182
+
183
+ ### Pivot Table
184
+
185
+ #### Bug Fixes
186
+
187
+ - The selection is now properly working when using the selection mode of the pivot table.
188
+ - The engine population events are now properly triggered during virtual scrolling.
189
+
190
+ ## 20.2.36 (2022-06-30)
191
+
192
+ ### Pivot Table
193
+
194
+ #### Bug Fixes
195
+
196
+ - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
197
+
198
+ #### New Features
199
+
200
+ - Provided support to search for a specific field in the field list UI.
201
+
202
+ ## 20.1.61 (2022-06-21)
203
+
204
+ ### Pivot Table
205
+
206
+ #### Bug Fixes
207
+
208
+ - `#I382188` - When there is only one record, inline editing for value fields with advanced aggregate types now works properly.
209
+
210
+ ## 20.1.58 (2022-05-31)
211
+
212
+ ### Pivot Table
213
+
214
+ #### Bug Fixes
215
+
216
+ - `#I380533` - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.
217
+
218
+ ## 20.1.57 (2022-05-24)
219
+
220
+ ### Pivot Table
221
+
222
+ #### Bug Fixes
223
+
224
+ - `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
225
+ - `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
226
+ - The pivot table's column selection is now working properly.
227
+
228
+ ## 20.1.56 (2022-05-17)
229
+
230
+ ### Pivot Table
231
+
232
+ #### Bug Fixes
233
+
234
+ - The pivot table can now be sorted properly with date type headers.
235
+
236
+ #### New Features
237
+
238
+ - The pivot table now has support for adding custom classes via 'cssClass' property.
239
+
240
+ ## 20.1.55 (2022-05-12)
241
+
242
+ ### Pivot Table
243
+
244
+ #### Bug Fixes
245
+
246
+ - `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selection event.
247
+ - `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
248
+ - `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
249
+
250
+ #### New Features
251
+
252
+ - `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
253
+
254
+ ## 20.1.48 (2022-04-12)
255
+
256
+ ### Pivot Table
257
+
258
+ #### Bug fixes
259
+
260
+ - In the OLAP field list UI, calculated fields are now properly displayed.
261
+ - The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
262
+
263
+ #### Features
264
+
265
+ - `#FB33029` - The calculated field can now be created without formatting by using the "None" option in the OLAP calculated field UI.
266
+
267
+ ## 20.1.47 (2022-04-04)
268
+
269
+ ### Pivot Table
270
+
271
+ #### Bug Fixes
272
+
273
+ - `#I366940` - When the defer layout update option is enabled, the field list UI will now properly refresh while drag and drop measures.
274
+ - `#I367463` - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
275
+ - In Angular, grouping will now work properly with the static field list.
276
+ - `#I370021` - While resizing, the pivot chart is now properly refreshed.
277
+
278
+ #### New Features
279
+
280
+ - Provided support to expand all members (aka, headers) in a specific field in the Pivot Table's row and column axes.
281
+ - Provided built-in option in toolbar UI, grand totals will now display either at the first or last position in the Pivot Table's row and column axes.
282
+
283
+ ## 19.4.55 (2022-03-08)
284
+
285
+ ### Pivot Table
286
+
287
+ #### Bug Fixes
288
+
289
+ - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
290
+
291
+ ## 19.4.54 (2022-03-01)
292
+
293
+ ### Pivot Table
294
+
295
+ #### Bug Fixes
296
+
297
+ - When the defer layout update option is enabled, the field list UI will now properly refresh while performing checkbox selection.
298
+
299
+ ## 19.4.53 (2022-02-22)
300
+
301
+ ### Pivot Table
302
+
303
+ #### Bug Fixes
304
+
305
+ - When changing the report dynamically using the toolbar UI options, the Pivot Chart is now properly displayed.
306
+ - `#I366940` - When defer layout update is enabled, measures are properly added to the field list UI.
307
+
308
+ ## 19.4.52 (2022-02-15)
309
+
310
+ ### Pivot Table
311
+
312
+ #### Bug Fixes
313
+
314
+ - Events to customize cell values using PivotEngine export are now working properly in Angular.
315
+
316
+ ## 19.4.50 (2022-02-08)
317
+
318
+ ### Pivot Table
319
+
320
+ #### Bug Fixes
321
+
322
+ - `#I359726`, `#I354750` - When using the virtual scrolling feature, the pivot table can now be exported properly to Excel and CSV formats.
323
+ - Even the value fields starts with the same unique name, the Pivot Table values are now properly displayed.
324
+ - `#I363972` - With the toolbar UI, the Pivot Chart is now refreshed properly while performing checkbox selection in the chart menu.
325
+
326
+ ## 19.4.47 (2022-01-25)
327
+
328
+ ### Pivot Table
329
+
330
+ #### Bug Fixes
331
+
332
+ - `#I362895` - The field list UI will now be refreshed properly when dragging a field using the `fieldDrop` event with defer layout update.
333
+
334
+ ## 19.4.43 (2022-01-18)
335
+
336
+ ### Pivot Table
337
+
338
+ #### Bug Fixes
339
+
340
+ - `#I346790` - The Pivot Table is now properly refreshed with virtual scrolling when using touch.
341
+
342
+ #### New Features
343
+
344
+ - `#I354750` - Provided events support to customize cell values in PivotEngine export.
345
+
346
+ ## 19.4.42 (2022-01-11)
347
+
348
+ ### Pivot Table
349
+
350
+ #### Bug Fixes
351
+
352
+ - `#I359726` - When exporting the Pivot Table to PDF format, styles can now be properly applied to the header and footer.
353
+ - `#I359726` - When exporting the Pivot Table to Excel format, the headers are now properly shown.
354
+
355
+ ## 19.4.41 (2022-01-04)
356
+
357
+ ### Pivot Table
358
+
359
+ #### Bug Fixes
360
+
361
+ - `#I340908` - In Firefox browser, the Pivot Table is now refreshed properly with virtual scrolling.
362
+
363
+ ## 19.4.40 (2021-12-28)
364
+
365
+ ### Pivot Table
366
+
367
+ #### Bug Fixes
368
+
369
+ - The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
370
+
371
+ ## 19.4.38 (2021-12-17)
372
+
373
+ ### Pivot Table
374
+
375
+ #### Bug Fixes
376
+
377
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
378
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
379
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
380
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
381
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
382
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
383
+ - `#F170928` - When using the virtual scrolling feature, the calculated field buttons with edit option inside grouping bar and field list layout are now properly displayed.
384
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
385
+
386
+ #### New Features
387
+
388
+ - `#I295658`, `#I320675`, `#I329355`, `#F158271`, `#F158475` - Provided support to display summarized totals (grand totals) either at the first or last position in the Pivot Table's row and column axes.
389
+ - `#I327744` - Provided support to align text for specific column headers.
390
+ - `#F159996` - Provided action begin and complete events to identify UI actions in the Pivot Table such as drill down/up, value sorting, grouping bar and field list UI actions, and CRUD operations. If the UI actions do not achieve the desired result, the action failure event is triggered.
391
+
392
+ ## 19.3.46 (2021-10-19)
393
+
394
+ ### Pivot Table
395
+
396
+ #### Bug Fixes
397
+
398
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
399
+ - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
400
+
401
+ ## 19.3.44 (2021-10-05)
402
+
403
+ ### Pivot Table
404
+
405
+ #### Bug Fixes
406
+
407
+ - `#F168308` - The pivot table can now be rendered properly with custom number formats.
408
+ - `#I339705` - When the virtual scrolling feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
409
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
410
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
411
+ - The column headers are now displayed properly while perform resizing.
412
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
413
+
414
+ #### New Features
415
+
416
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
417
+
418
+ ## 19.2.56 (2021-08-17)
419
+
420
+ ### Pivot Table
421
+
422
+ #### New Features
423
+
424
+ - `#284641`,`#326945`,`#327746`,`#329355` - Through grid settings event, the pivot table's columns can now fit the widest cell’s content without wrapping.
425
+
426
+ ## 19.2.55 (2021-08-11)
427
+
428
+ ### Pivot Table
429
+
430
+ #### Bug Fixes
431
+
432
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
433
+ - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
434
+
435
+ ## 19.2.51 (2021-08-03)
436
+
437
+ ### Pivot Table
438
+
439
+ #### Bug Fixes
440
+
441
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
442
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
443
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
444
+
445
+ ## 19.2.49 (2021-07-27)
446
+
447
+ ### Pivot Table
448
+
449
+ #### Bug Fixes
450
+
451
+ - `#F167209` - The script error caused by box selection when the mouse is released over a pivot table cell has been resolved.
452
+ - `#331835` - The issue with calculated fields values in drill through retrieving inconsistent raw data has been resolved.
453
+ - The pivot chart can now be rendered properly with Blank headers in row fields.
454
+ - The pivot table can now be exported properly with zero values to excel file.
455
+
456
+ ## 19.2.48 (2021-07-20)
457
+
458
+ ### Pivot Table
459
+
460
+ #### Bug Fixes
461
+
462
+ - `#327131` - Now the number format issue for empty cells in excel exporting has been fixed.
463
+
464
+ ## 19.2.46 (2021-07-06)
465
+
466
+ ### Pivot Table
467
+
468
+ #### Bug Fixes
469
+
470
+ - Border alignment issue in "Grouping Bar" UI has been fixed.
471
+
472
+ - `#299730`, `#315686` - Issues in "Date Grouping" feature have been fixed.
473
+
474
+ ## 18.4.30 (2020-12-17)
475
+
476
+ ### Pivot Table
477
+
478
+ #### Bug Fixes
479
+
480
+ - `#300162` - The pivot chart now works properly with height as a percentage.
481
+
482
+ - `#298258` - Now the field list can be dynamically rendered without any errors.
483
+
484
+ ## 18.2.56 (2020-09-01)
485
+
486
+ ### Pivot Table
487
+
488
+ #### Bug Fixes
489
+
490
+ - `#289077` - Horizontal scrolling issue raised in the latest version of Firefox has been fixed.
491
+
492
+ - `#288047` - The options in the number formatting pop-up are now properly maintained.
493
+ - `#288625` - The selection option in the pivot chart is now working properly.
494
+ - `#288633` - Members of the pivot chart legend are not properly segregated.
495
+
496
+ ## 18.2.55 (2020-08-25)
497
+
498
+ ### Pivot Table
499
+
500
+ #### Bug Fixes
501
+
502
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
503
+ - The drill through pop-up can now be open when we bind measures in row axis.
504
+
505
+ #### New Features
506
+
507
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
508
+
509
+ ## 18.2.54 (2020-08-18)
510
+
511
+ ### Pivot Table
512
+
513
+ #### Bug Fixes
514
+
515
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
516
+
517
+ - `#282514` - Now the first column’s width set in code-behind will be maintained.
518
+ - `#283562` - Now RGB colours can be applied in conditional formatting.
519
+
520
+ #### New Features
521
+
522
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
523
+ - `#279727` - Provided support to sort the alphanumeric field members.
524
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
525
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
526
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
527
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
528
+
529
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
530
+ - `#279727` - Provided support to sort the alphanumeric field members.
531
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
532
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
533
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
534
+
535
+ ## 18.2.44 (2020-07-07)
536
+
537
+ ### Pivot Table
538
+
539
+ #### New Features
540
+
541
+ - `#233316`,`#234648`,`#247163` - The pivot chart in the Pivot Table now has these chart types: pie, doughnut, pyramid, and funnel.
542
+ - In addition to JSON, the pivot table now supports CSV data sources, as well.
543
+
544
+ #### Bug Fixes
545
+
546
+ - `#275647` - Now the spanning issue in excel exporting has been fixed.
547
+ - `#F154285` - Now the issue in custom number formatting has been fixed.
548
+
549
+ ## 18.1.44 (2020-04-14)
550
+
551
+ ### Pivot Table
552
+
553
+ #### Bug Fixes
554
+
555
+ - `#266106` - Improved the data refresh on virtual scrolling.
556
+
557
+ ## 18.1.36-beta (2020-03-19)
558
+
559
+ ### Pivot Table
560
+
561
+ #### Breaking Changes
562
+
563
+ The appearance of the pivot table component has been improved.
564
+
565
+
566
+ #### New Features
567
+
568
+ - `#259812` - Provision has been provided to display only the required aggregation types in their context menu.
569
+ - `#262927` - Now, the drill through and editing feature can be worked in pivot chart by clicking its series.
570
+ - `#263612` - Authentication option provided to access the OLAP Cube while connecting it in a pivot table.
571
+ - `#151883` - Additional parameters are included in the cell template feature to distinguish each cells.
572
+ - Now, you can customize the each field buttons (show and hide the icons, restrict drag and drop operations) available in grouping bar and field list separately.
573
+ - Provision provided to customize the tooltip for both pivot table and pivot chart views.
574
+ - Formatting option included in the calculated field pop-up to format the calculated fields dynamically.
575
+ - Provision provided to display only the required chart types in its context menu available in toolbar panel.
576
+ - An option included in the chart types context menu to change the multiple axes option dynamically.
577
+ - An option included in the member editor to sort its members in a desired order.
578
+ - Provision provided to export the complete page when virtual scroll option is enabled.
579
+
580
+ #### Bug Fixes
581
+
582
+ - `#266452` - Now, the pivot table sample can be run in production mode of Angular framework.
583
+
584
+ ## 17.4.39 (2019-12-17)
585
+
586
+ ### Pivot Table
587
+
588
+ #### Bug Fixes
589
+
590
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
591
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
592
+
593
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
594
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
595
+ - `#247376` - The chart events under the chart settings property works now.
596
+
597
+ #### New Features
598
+
599
+ - `#252636` - Provision provided to disable the scrollbars in pivot chart.
600
+ - `#250072` - Provision provided to group and separate the grouped headers through UI.
601
+
602
+ ## 17.3.26 (2019-11-05)
603
+
604
+ ### Pivot Table
605
+
606
+ #### Bug Fixes
607
+
608
+ - `#251642` – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
609
+ - `#251558` – Now, the pivot chart draws with the percent of height value.
610
+
611
+ - #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
612
+ - #251558 – Now, the pivot chart draws with the percent of height value.
613
+
614
+ #### New Features
615
+
616
+ - `#248131` – Provided the conditional expression support to create calculated field.
617
+ - `#251642` – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
618
+
619
+ - #248131 – Provided the conditional expression support to create calculated field.
620
+ - #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
621
+
622
+ ## 17.3.9-beta (2019-09-20)
623
+
624
+ ### Pivot Table
625
+
626
+ #### Bug Fixes
627
+
628
+ - #244842 – Field list icon will be now placed inside the pivot table when field list option isn't included in toolbar.
629
+ - The last column of the pivot table can be displayed in Excel exported page properly.
630
+
631
+ - #247376 – The localization text for calculated fields is now displayed properly in tooltip.
632
+
633
+ #### New Features
634
+
635
+ - #245423 – Provision provided to persist and reload the pivot report.
636
+ - Provided SSAS OLAP data source support.
637
+
638
+ ## 17.2.28-beta (2019-06-27)
639
+
640
+ ### Pivot Table
641
+
642
+ #### Breaking Changes
643
+
644
+ - The `dataSource` and `dataSource.data` properties has now been renamed to `dataSourceSettings` and `dataSourceSettings.dataSource` respectively.
645
+
646
+ #### New Features
647
+
648
+ - #229377 – The pivot chart which is bound with pivot table allows the user to drill down and drill up now individually.
649
+ - #144382 – Unnecessary scroll bars have been removed from pivot table component.
650
+
651
+ #### Bug Fixes
652
+
653
+ - #144352 – The fields can be added dynamically for Pivot Chart control.
654
+
655
+ - `#237515` – Date grouping is now working properly with column axis.
656
+ - `#237535` – You can add fields dynamically with pivot table component in virtual scrolling mode.
657
+
658
+ ## 17.1.47 (2019-05-14)
659
+
660
+ ### Pivot Table
661
+
662
+ #### Bug Fixes
663
+
664
+ - #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.
665
+
666
+ #### New Features
667
+
668
+ - #230489 – You can drill the pivot table headers based on the position.
669
+
670
+ ## 17.1.38 (2019-03-29)
671
+
672
+ ### Pivot Table
673
+
674
+ #### Bug Fixes
675
+
676
+ - Drill-down works properly for date formatted headers.
677
+
678
+ #### New Features
679
+
680
+ - Users can access grid functionalities in the drill-through pop-up.
681
+ - Option to always show the value header even with single value binding.
682
+ - Row header repeats on each page of the PDF document when exporting.
683
+ - Users can display the value zero as zero and empty cells with a custom value.
684
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
685
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
686
+ - A grouping option is available for date and numbers fields.
687
+ - Users can customize or add custom templates to the Pivot Table cells.
688
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
689
+
690
+ ## 17.1.32-beta (2019-03-13)
691
+
692
+ ### Pivot Table
693
+
694
+ #### Bug Fixes
695
+
696
+ - Drill-down works properly for date formatted headers.
697
+
698
+ #### New Features
699
+
700
+ - Users can access grid functionalities in the drill-through pop-up.
701
+ - Option to always show the value header even with single value binding.
702
+ - Row header repeats on each page of the PDF document when exporting.
703
+ - Users can display the value zero as zero and empty cells with a custom value.
704
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
705
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
706
+ - A grouping option is available for date and numbers fields.
707
+ - Users can customize or add custom templates to the Pivot Table cells.
708
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
709
+
710
+ ## 17.1.1-beta (2019-01-29)
711
+
712
+ ### Pivot Grid
713
+
714
+ #### New Features
715
+
716
+ - F141747- Always shows value caption in headers even having single measure.
717
+ - Cell selection now allows to select cells as row and column wise.
718
+ - Shows the filter state in the fields of filter axis.
719
+
720
+ ## 16.4.42 (2018-12-14)
721
+
722
+ ### Pivot Grid
723
+
724
+ #### Bug Fixes
725
+
726
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
727
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
728
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
729
+ - 219625 - In mobile device, last column cells are displayed properly.
730
+
731
+ #### New Features
732
+
733
+ - Raw items in the control can be edited and updated at runtime.
734
+ - Provided support to list the raw items for a particular value cell.
735
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
736
+ - Provided hyperlink support to perform any custom operation programmatically.
737
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
738
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
739
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
740
+
741
+ ## 16.4.40-beta (2018-12-10)
742
+
743
+ ### Pivot Grid
744
+
745
+ #### Bug Fixes
746
+
747
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
748
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
749
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
750
+ - 219625 - In mobile device, last column cells are displayed properly.
751
+
752
+ #### New Features
753
+
754
+ - Raw items in the control can be edited and updated at runtime.
755
+ - Provided support to list the raw items for a particular value cell.
756
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
757
+ - Provided hyperlink support to perform any custom operation programmatically.
758
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
759
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
760
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
761
+
762
+ ## 16.3.21 (2018-09-22)
763
+
764
+ ### Pivot Grid
765
+
766
+ #### New Features
767
+
768
+ - 208354, 211758 — Value fields can be placed in row axis now.
769
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
770
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
771
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
772
+
773
+ ## 16.3.17 (2018-09-12)
774
+
775
+ ### Pivot Grid
776
+
777
+ #### New Features
778
+
779
+ - 208354, 211758 — Value fields can be placed in row axis now.
780
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
781
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
782
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
783
+
784
+ ## 16.2.41 (2018-06-25)
785
+
786
+ ### Pivot Grid
787
+
788
+ The pivot grid is a multi-dimensional data visualization component built on top of the relational data sources. The pivot report can be managed dynamically at runtime along with other capabilities like aggregation, filtering and sorting (field and value based).
789
+
790
+
791
+ - **Data Sources** - Binds the component with an array of JavaScript objects.
792
+ - **Filtering** - Allows user to view only specific/desired records in the component.
793
+ - **Sorting** - Both member and value sorting are supported. It’s allows user to order fields and values (column) either in ascending or descending order respectively.
794
+ - **Field List & Grouping Bar** - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options.
795
+ - **Aggregation** - Provides built in aggregation types like sum, average, min, max and count.
796
+ - **Calculated Field** - Users can add new value field(s) to the report dynamically using this option.
797
+ - **Adaptive Rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
798
+ - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.
799
+
800
+
801
+ ## 18.2.58 (2020-09-15)
802
+
803
+ ### Pivot Table
804
+
805
+ #### Bug Fixes
806
+
807
+ - `#289127` - The component can now be rendered by binding its report inside the asynchronous function.
808
+
809
+ ## 18.2.57 (2020-09-08)
810
+
811
+ ### Pivot Table
812
+
813
+ #### Bug Fixes
814
+
815
+ - `#290020` - Unwanted scrollbars will not be shown in the pivot table when exporting is allowed.
816
+ - `#F157261` - The component can now be refreshed when bind empty data source.
817
+
818
+ ## 18.2.46 (2020-07-21)
819
+
820
+ ### Pivot Table
821
+
822
+ #### Bug Fixes
823
+
824
+ - `#283671` - An empty pivot table is now framed while binding empty data from the remote server.
825
+ - The calculated fields can now be generated by a formula whose values are like a negative value divided by zero.
826
+
827
+ ## 18.1.54 (2020-05-26)
828
+
829
+ ### Pivot Table
830
+
831
+ #### Bug Fixes
832
+
833
+ - `#F154078` - The Error pop-up is now clearly visible.
834
+
835
+ ## 18.1.52 (2020-05-13)
836
+
837
+ ### Pivot Table
838
+
839
+ #### Bug Fixes
840
+
841
+ - `#272044` - Now the localization string of the `null` value isn’t cleared on component refresh.
842
+ - `#273266` - The custom number format `#,###;(#,###)` now works in negative numbers.
843
+
844
+ ## 17.2.34 (2019-07-11)
845
+
846
+ ### Pivot Table
847
+
848
+ #### Bug Fixes
849
+
850
+ - `#240219` - Menu items in the toolbar now works properly.
851
+ - `#239685`, `#240221`, `#240220` - Alignment of the toolbar looks proper when the control is bound to remote data source.
852
+