Skip to content

Commit 538f08a

Browse files
author
gerrymanoim
authored
Merge pull request #275 from quantopian/update-dependencies
Update qgrid for jupyterlab
2 parents caec995 + bd691dd commit 538f08a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"webpack": "^3.5.5"
2626
},
2727
"dependencies": {
28-
"@jupyter-widgets/base": "^1.0.0",
29-
"@jupyter-widgets/controls": "^1.0.0",
28+
"@jupyter-widgets/base": "^1.1 || ^2",
29+
"@jupyter-widgets/controls": "^1.0.0 || ^1.5.1",
3030
"css-loader": "^0.28.7",
3131
"expose-loader": "^0.7.3",
3232
"file-loader": "^0.11.2",

js/src/qgrid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,3 +737,7 @@ input.bool-filter-radio {
737737
.q-grid .slick-sort-indicator-asc {
738738
background-image: none;
739739
}
740+
741+
.jupyter-widgets {
742+
overflow: auto !important;
743+
}

qgrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (1, 1, 1, 'final')
1+
version_info = (1, 2, 0, 'final')
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

0 commit comments

Comments
 (0)