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

Commit

Permalink
Issue 216 - Scrollbar alignment (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Andre-Rivet authored Nov 21, 2018
1 parent 7dbff58 commit c031ca8
Show file tree
Hide file tree
Showing 8 changed files with 6,193 additions and 5,542 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.7] - 2018-11-19
### Fixed
- Visual offset with vertical scroll [#216](https://github.com/plotly/dash-table/issues/216)

## [3.1.6] - 2018-11-15
### Changed
- Generate python components classes for IDE support [#243](https://github.com/plotly/dash-table/pull/243)
Expand All @@ -27,7 +31,6 @@ The version in the package didn't get updated.
### Fixed
The remote URL path for the bundle was incorrect.


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

Expand Down
6 changes: 3 additions & 3 deletions dash_table/bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dash_table/demo.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dash_table/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.1.6",
"version": "3.1.7",
"description": "Dash table",
"main": "dash_table/bundle.js",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@types/react": "^16.4.8",
"ramda": "^0.25.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react": "16.3.0",
"react-dom": "16.3.0",
"react-select": "^1.2.1",
"sheetclip": "^0.3.0"
},
Expand All @@ -53,8 +53,8 @@
"@babel/preset-react": "^7.0.0",
"@cypress/webpack-preprocessor": "^2.0.1",
"@percy-io/percy-storybook": "^2.0.0",
"@storybook/cli": "^4.0.2",
"@storybook/react": "^4.0.2",
"@storybook/cli": "^4.0.7",
"@storybook/react": "^4.0.7",
"@types/ramda": "^0.25.36",
"@types/react-select": "^1.2.1",
"babel-eslint": "^8.2.3",
Expand Down
Loading

0 comments on commit c031ca8

Please sign in to comment.