Skip to content

Commit

Permalink
chore: update version to v4.20.0
Browse files Browse the repository at this point in the history
chore: add option description
  • Loading branch information
jajugoguma committed Dec 10, 2021
1 parent 84ef63e commit 4ec1729
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "4.19.4"
"version": "4.20.0"
}
2 changes: 1 addition & 1 deletion packages/toast-ui.grid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/toast-ui.grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tui-grid",
"version": "4.19.4",
"version": "4.20.0",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/tui-grid.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/toast-ui.grid/src/grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ if ((module as any).hot) {
* new line characters. If set to 'pre-wrap', spaces are preserved, the text line is broken by
* fitting to the column's width and new line characters. If set to 'pre-line', spaces are merged,
* the text line is broken by fitting to the column's width and new line characters.(This option will be deprecated)
* @param {boolean} [options.columns.rowSpan=false] - If set to true, apply dynamic rowspan to column data.
* If it is not a top-level relational column of a column relationship or the grid has tree data, dynamic rowspan is not applied.
* @param {Object} [options.summary] - The object for configuring summary area.
* @param {number} [options.summary.height] - The height of the summary area.
* @param {string} [options.summary.position='bottom'] - The position of the summary area. ('bottom', 'top')
Expand Down
2 changes: 1 addition & 1 deletion packages/toast-ui.grid/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Grid v4.19.4
// Type definitions for TOAST UI Grid v4.20.0
// TypeScript Version: 3.9.5

import { CellValue, RowKey, Row, SortState, RowSpan, InvalidRow } from './store/data';
Expand Down

0 comments on commit 4ec1729

Please sign in to comment.