Skip to content

Commit 7daac4a

Browse files
committed
[update] whats_new upd
1 parent 407faa2 commit 7daac4a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/api/overview/properties-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: You can have Properties overview of JavaScript Pivot in the documen
66

77
# Properties overview
88

9-
To configure the **Pivot**, refer to the [Configuration](../../../guides/configuration) section.
9+
To configure **Pivot**, refer to the [Configuration](../../../guides/configuration) section.
1010

1111
| Name | Description |
1212
| -------------------------------------------------- | ------------------------------------------------ |

docs/news/migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: You can learn about the Migration to Newer Versions in the document
66

77
# Migration to newer versions
88

9+
## 2.0 -> 2.1
10+
11+
- `colWidth` parameter of the `sizes` object in the `tableShape` property renamed to `columnWidth`
12+
913
## 1.5 -> 2.0
1014

1115
This list of changes will help you migrate from the previous version of Pivot 1.5 to the totally renewed version of Pivot 2.0

docs/news/whats-new.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ Released on ...
1515
### New functionality
1616

1717
- [Ability to freeze columns on the right](/guides/configuration/#freezing-columns-on-the-right)
18-
- [Numbers are formatted](/guides/localization/#number-formatting) according to the current locale with [a new possibility to define custom number formats within templates](/guides/working-with-data/#applying-formats-to-fields) (for date and numeric fields) via `format` added to the [`fields`](/api/config/fields-property) property
18+
- [Numbers are formatted](/guides/localization/#number-formatting) according to the current locale with [a new possibility to define custom number formats](/guides/working-with-data/#applying-formats-to-fields) (for date and numeric fields) via `format` added to the [`fields`](/api/config/fields-property) property
1919
- [Ability to style header and table cells](/guides/stylization/#cell-style) via the `cellStyle` parameter of the [`tableShape`](/api/config/tableshape-property) and [`headerShape`](/api/config/tableshape-property) properties
2020
- Ability to insert HTML content to header and table cells via the [`pivot.template`](/api/helpers/template) helper by defining a template as a `cell` property of the header and column objects (table customization by intercepting the [render-table](/api/events/render-table-event) event)
2121
- [Excel and CSV export settings enhanced](/guides/exporting-data):
22-
- date and number fields are exported as raw values with default format or the format defined via the [`fields`](/api/config/fields-property) property; if a template is applied to a cell, the rendered value is exported
22+
- for the "xlsx" format, date and number fields are exported as raw values with default format or the format defined via the [`fields`](/api/config/fields-property) property
2323
- ability to add a file name, define whether to display heder/footer in the exported file, and other settings
24-
- ability to style cells and add export templates
24+
- ability to add styles and templates for exported cells
2525
- Visual frame for cell navigation
26+
- [Integration with frameworks](/category/integration-with-frameworks)
2627

2728
### Fixes
2829

0 commit comments

Comments
 (0)