Skip to content

Commit 8e6a8af

Browse files
committed
1 parent 11a6c55 commit 8e6a8af

File tree

7 files changed

+578
-64
lines changed

7 files changed

+578
-64
lines changed

packages/dash-table/CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,16 @@ Derived properties allow the component to expose complex state that can be usefu
396396

397397
- The id prop of the table is now optional. It will generate a random id if it's not set.
398398
Issue: https://github.com/plotly/dash-table/issues/143
399-
399+
400400
## RC8 - Improve props typing
401401

402402
Issue: https://github.com/plotly/dash-table/issues/143
403403

404-
## RC9 - Sort ascending on first click
404+
## RC9 - Sort ascending on first click
405405
- Sorts ascending when first clicked, [#118](https://github.com/plotly/dash-table/issues/118)
406-
- Flips icons displayed so that they are pointing up on ascending and down on descending.
406+
- Flips icons displayed so that they are pointing up on ascending and down on descending.
407+
Issue: https://github.com/plotly/dash-table/issues/143
408+
409+
## RC10 - Improved props docstrings
410+
411+
Issue: https://github.com/plotly/dash-table/issues/163

packages/dash-table/dash_table/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dash-table/dash_table/demo.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dash-table/dash_table/metadata.json

+68-48
Large diffs are not rendered by default.

packages/dash-table/dash_table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.0rc9",
3+
"version": "3.1.0rc10",
44
"description": "Dash table",
55
"main": "build/index.js",
66
"scripts": {

packages/dash-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.0rc9",
3+
"version": "3.1.0rc10",
44
"description": "Dash table",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)