Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit c031ca8

Browse files
Issue 216 - Scrollbar alignment (#247)
1 parent 7dbff58 commit c031ca8

File tree

8 files changed

+6193
-5542
lines changed

8 files changed

+6193
-5542
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [3.1.7] - 2018-11-19
6+
### Fixed
7+
- Visual offset with vertical scroll [#216](https://github.com/plotly/dash-table/issues/216)
8+
59
## [3.1.6] - 2018-11-15
610
### Changed
711
- Generate python components classes for IDE support [#243](https://github.com/plotly/dash-table/pull/243)
@@ -27,7 +31,6 @@ The version in the package didn't get updated.
2731
### Fixed
2832
The remote URL path for the bundle was incorrect.
2933

30-
3134
## [3.1.0] - 2018-11-02
3235
- 3.1.0 (Alpha) Release of the Dash Table
3336

dash_table/bundle.js

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

dash_table/demo.js

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

dash_table/package-info.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Dash table",
55
"main": "dash_table/bundle.js",
66
"scripts": {
@@ -40,8 +40,8 @@
4040
"dependencies": {
4141
"@types/react": "^16.4.8",
4242
"ramda": "^0.25.0",
43-
"react": "15.4.2",
44-
"react-dom": "15.4.2",
43+
"react": "16.3.0",
44+
"react-dom": "16.3.0",
4545
"react-select": "^1.2.1",
4646
"sheetclip": "^0.3.0"
4747
},
@@ -53,8 +53,8 @@
5353
"@babel/preset-react": "^7.0.0",
5454
"@cypress/webpack-preprocessor": "^2.0.1",
5555
"@percy-io/percy-storybook": "^2.0.0",
56-
"@storybook/cli": "^4.0.2",
57-
"@storybook/react": "^4.0.2",
56+
"@storybook/cli": "^4.0.7",
57+
"@storybook/react": "^4.0.7",
5858
"@types/ramda": "^0.25.36",
5959
"@types/react-select": "^1.2.1",
6060
"babel-eslint": "^8.2.3",

0 commit comments

Comments
 (0)