Skip to content

Commit 0e5567b

Browse files
author
Marc-André Rivet
committed
bump version to 4.0.1
1 parent 0f04383 commit 0e5567b

File tree

8 files changed

+22
-44
lines changed

8 files changed

+22
-44
lines changed

packages/dash-table/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [4.0.1] - 2019-07-09
66
### Changed
77
[#488](https://github.com/plotly/dash-table/pull/488)
88
- Update table build for use as a library and make consistent with other Dash repos

packages/dash-table/dash_table/DataTable.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
class DataTable(Component):
77
"""A DataTable component.
8-
Dash DataTable is an interactive table component designed for
8+
Dash DataTable is an interactive table component designed for
99
designed for viewing, editing, and exploring large datasets.
1010
DataTable is rendered with standard, semantic HTML <table/> markup,
1111
which makes it accessible, responsive, and easy to style. This
12-
component was written from scratch in React.js specifically for the
12+
component was written from scratch in React.js specifically for the
1313
Dash community. Its API was designed to be ergonomic and its behavior
1414
is completely customizable through its properties.
1515

packages/dash-table/dash_table/bundle.js.map

+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.map

+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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"src/dash-table/dash/DataTable.js": {
3-
"description": "Dash DataTable is an interactive table component designed for \ndesigned for viewing, editing, and exploring large datasets.\nDataTable is rendered with standard, semantic HTML <table/> markup,\nwhich makes it accessible, responsive, and easy to style. This\ncomponent was written from scratch in React.js specifically for the \nDash community. Its API was designed to be ergonomic and its behavior\nis completely customizable through its properties.",
3+
"description": "Dash DataTable is an interactive table component designed for\ndesigned for viewing, editing, and exploring large datasets.\nDataTable is rendered with standard, semantic HTML <table/> markup,\nwhich makes it accessible, responsive, and easy to style. This\ncomponent was written from scratch in React.js specifically for the\nDash community. Its API was designed to be ergonomic and its behavior\nis completely customizable through its properties.",
44
"displayName": "DataTable",
55
"methods": [],
66
"props": {

packages/dash-table/dash_table/package-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",

packages/dash-table/package-lock.json

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

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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)