@syncfusion/ej2-react-pivotview
Advanced tools
Comparing version 16.3.34 to 16.4.40-beta
@@ -5,2 +5,21 @@ # Changelog | ||
### Pivot Grid | ||
#### Bug Fixes | ||
- #219623 - Text in the field list tab gets completely displayed in mobile layout. | ||
- #219625 - Scrolling works properly in touch mode when virtual scroll option is enabled. | ||
- #219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser. | ||
- #219625 - In mobile device, last column cells are displayed properly. | ||
#### New Features | ||
- Raw items in the control can be edited and updated at runtime. | ||
- Provided support to list the raw items for a particular value cell. | ||
- 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. | ||
- Provided hyperlink support to perform any custom operation programmatically. | ||
- Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance. | ||
- Provided support to show or hide subtotals and grand totals for rows and columns. | ||
- More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added. | ||
## 16.3.21 (2018-09-22) | ||
@@ -7,0 +26,0 @@ |
/*! | ||
* filename: ej2-react-pivotview.umd.min.js | ||
* version : 16.3.34 | ||
* version : 16.4.40-beta | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license. | ||
* filename: ej2-react-pivotview.umd.min.js | ||
* version : 16.3.30 | ||
* version : 16.3.17 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -15,0 +15,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-react-pivotview", | ||
"version": "16.3.34", | ||
"version": "16.4.40-beta", | ||
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React", | ||
@@ -31,5 +31,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.3.34", | ||
"@syncfusion/ej2-react-base": "~16.3.34", | ||
"@syncfusion/ej2-pivotview": "16.3.34" | ||
"@syncfusion/ej2-base": "~16.4.40-beta", | ||
"@syncfusion/ej2-react-base": "~16.4.40-beta", | ||
"@syncfusion/ej2-pivotview": "16.4.40-beta" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -20,5 +20,5 @@ # ej2-react-pivotview | ||
* [Getting Started](https://ej2.syncfusion.com/react/documentation/pivot-grid/getting-started.html) | ||
* [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/default.html) | ||
* [Product Page](https://www.syncfusion.com/products/react/pivot-grid) | ||
* [Getting Started](https://ej2.syncfusion.com/react/documentation/pivotview/getting-started.html) | ||
* [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/default.html) | ||
* [Product Page](https://www.syncfusion.com/react-ui-components/pivot-table) | ||
@@ -29,18 +29,18 @@ ## Supported Frameworks | ||
1. [Angular](https://github.com/syncfusion/ej2-angular-pivotview) | ||
2. [VueJS](https://github.com/syncfusion/ej2-vue-pivotview) | ||
3. [ASP.NET Core](https://www.syncfusion.com/products/aspnetcore/pivot-grid) | ||
4. [ASP.NET MVC](https://www.syncfusion.com/products/aspnetmvc/pivot-grid) | ||
5. [JavaScript (ES5)](https://www.syncfusion.com/products/javascript/pivot-grid) | ||
1. [Angular](https://www.syncfusion.com/angular-ui-components/pivot-table) | ||
2. [VueJS](https://www.syncfusion.com/vue-ui-components/pivot-table) | ||
3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/pivot-table) | ||
4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/pivot-table) | ||
5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/pivot-table) | ||
## Key Features | ||
* [**Data Sources**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/local) - Binds the component with an array of JavaScript objects. | ||
* [**Filtering**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/filtering) - Allows user to view only specific/desired records in the component. | ||
* [**Sorting**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/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. | ||
* [**Field List & Grouping Bar**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/grouping-bar) - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options. | ||
* [**Aggregation**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/aggregation) - Provides built in aggregation types like sum, average, min, max and count. | ||
* [**Calculated Field**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/calculated-field) - Users can add new value field(s) to the report dynamically using this option. | ||
* [**Data Sources**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/local) - Binds the component with an array of JavaScript objects. | ||
* [**Filtering**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/filtering) - Allows user to view only specific/desired records in the component. | ||
* [**Sorting**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/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. | ||
* [**Field List & Grouping Bar**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/grouping-bar) - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options. | ||
* [**Aggregation**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/aggregation) - Provides built in aggregation types like sum, average, min, max and count. | ||
* [**Calculated Field**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/calculated-field) - Users can add new value field(s) to the report dynamically using this option. | ||
* **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. | ||
* [**Exporting**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivotview/exporting) - Provides the option to exporting records to Excel, CSV and PDF formats. | ||
* [**Exporting**](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=pivot-grid#/material/pivot-view/exporting) - Provides the option to exporting records to Excel, CSV and PDF formats. | ||
@@ -52,3 +52,3 @@ ## Support | ||
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=pivot-grid) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=pivot-grid). | ||
* New [GitHub issue](https://github.com/syncfusion/ej2-pivotview/issues/new). | ||
* New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new). | ||
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. | ||
@@ -58,8 +58,8 @@ | ||
Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=pivot-grid). | ||
Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=pivot-grid). | ||
## Changelog | ||
Check the changelog [here](https://github.com/syncfusion/ej2-pivotview/blob/master/CHANGELOG.md?utm_source=npm&utm_campaign=pivot-grid) | ||
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/pivotview/CHANGELOG.md?utm_source=npm&utm_campaign=pivot-grid) | ||
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
export * from './pivotview'; | ||
export * from './field-list'; | ||
export * from './pivotfieldlist'; | ||
export { Inject } from '@syncfusion/ej2-react-base'; | ||
export * from '@syncfusion/ej2-pivotview'; |
export * from './pivotview'; | ||
export * from './field-list'; | ||
export * from './pivotfieldlist'; | ||
export { Inject } from '@syncfusion/ej2-react-base'; | ||
export * from '@syncfusion/ej2-pivotview'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4251229
68
59571
3
+ Added@syncfusion/ej2-base@16.4.52(transitive)
+ Added@syncfusion/ej2-buttons@16.4.55(transitive)
+ Added@syncfusion/ej2-calendars@16.4.55(transitive)
+ Added@syncfusion/ej2-compression@16.4.52(transitive)
+ Added@syncfusion/ej2-data@16.4.52(transitive)
+ Added@syncfusion/ej2-dropdowns@16.4.55(transitive)
+ Added@syncfusion/ej2-excel-export@16.4.52(transitive)
+ Added@syncfusion/ej2-file-utils@16.4.52(transitive)
+ Added@syncfusion/ej2-grids@16.4.55(transitive)
+ Added@syncfusion/ej2-inputs@16.4.55(transitive)
+ Added@syncfusion/ej2-lists@16.4.52(transitive)
+ Added@syncfusion/ej2-navigations@16.4.54(transitive)
+ Added@syncfusion/ej2-pdf-export@16.4.52(transitive)
+ Added@syncfusion/ej2-pivotview@16.4.40-beta(transitive)
+ Added@syncfusion/ej2-popups@16.4.54(transitive)
+ Added@syncfusion/ej2-react-base@16.4.52(transitive)
+ Added@syncfusion/ej2-splitbuttons@16.4.53(transitive)
- Removed@syncfusion/ej2-base@16.3.34(transitive)
- Removed@syncfusion/ej2-buttons@16.3.34(transitive)
- Removed@syncfusion/ej2-calendars@16.3.34(transitive)
- Removed@syncfusion/ej2-compression@16.3.34(transitive)
- Removed@syncfusion/ej2-data@16.3.34(transitive)
- Removed@syncfusion/ej2-dropdowns@16.3.34(transitive)
- Removed@syncfusion/ej2-excel-export@16.3.34(transitive)
- Removed@syncfusion/ej2-file-utils@16.3.34(transitive)
- Removed@syncfusion/ej2-grids@16.3.34(transitive)
- Removed@syncfusion/ej2-inputs@16.3.34(transitive)
- Removed@syncfusion/ej2-lists@16.3.34(transitive)
- Removed@syncfusion/ej2-navigations@16.3.34(transitive)
- Removed@syncfusion/ej2-pdf-export@16.3.34(transitive)
- Removed@syncfusion/ej2-pivotview@16.3.34(transitive)
- Removed@syncfusion/ej2-popups@16.3.34(transitive)
- Removed@syncfusion/ej2-react-base@16.3.34(transitive)
- Removed@syncfusion/ej2-splitbuttons@16.3.34(transitive)