File tree 7 files changed +30
-15
lines changed
7 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.17.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.17.0...1eed1b9bd87a77e5309bfeb38e6cfa08fd1ce8c6 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Don't make the toolbar stands out of its parent [ #126 ] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/126 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
12
+ - Improve width button density scale [ #125 ] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/125 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
13
+
14
+ ### Contributors to this release
15
+
16
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2024-08-05&to=2024-08-10&type=c ) )
17
+
18
+ [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-08-05..2024-08-10&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-08-05..2024-08-10&type=Issues )
19
+
20
+ <!-- <END NEW CHANGELOG ENTRY> -->
21
+
5
22
## 0.17.0
6
23
7
24
([ Full Changelog] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.7...b418fb300992c6086d21d217d3f3b81a55cd2029 ) )
17
34
18
35
[ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-07-30..2024-08-05&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-07-30..2024-08-05&type=Issues ) | [ @Mehak261124 ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3AMehak261124+updated%3A2024-07-30..2024-08-05&type=Issues )
19
36
20
- <!-- <END NEW CHANGELOG ENTRY> -->
21
-
22
37
## 0.16.7
23
38
24
39
([ Full Changelog] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.6...e440657a1db8d63400f972b6492896aa985febd1 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "version" : " 0.17.0 "
3
+ "version" : " 0.17.1 "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/root-ui-toolkit" ,
3
- "version" : " 0.17.0 " ,
3
+ "version" : " 0.17.1 " ,
4
4
"private" : true ,
5
5
"description" : " UI Toolkit for Jupyter" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/web-components" ,
3
- "version" : " 0.17.0 " ,
3
+ "version" : " 0.17.1 " ,
4
4
"description" : " A component library for building extensions in Jupyter frontends." ,
5
5
"homepage" : " https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-ui-demo" ,
3
- "version" : " 0.17.0 " ,
3
+ "version" : " 0.17.1 " ,
4
4
"description" : " A JupyterLab extension to present an artwork of available UI components" ,
5
5
"private" : true ,
6
6
"keywords" : [
47
47
"watch:labextension" : " jupyter labextension watch ."
48
48
},
49
49
"dependencies" : {
50
- "@jupyter/react-components" : " ^0.17.0 " ,
51
- "@jupyter/web-components" : " ^0.17.0 " ,
50
+ "@jupyter/react-components" : " ^0.17.1 " ,
51
+ "@jupyter/web-components" : " ^0.17.1 " ,
52
52
"@jupyterlab/application" : " ^3.1.0 || ^4.0.0" ,
53
53
"@jupyterlab/apputils" : " ^3.0.0 || ^4.0.0" ,
54
54
"@lumino/messaging" : " ^1.10.1 || ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/react-components" ,
3
- "version" : " 0.17.0 " ,
3
+ "version" : " 0.17.1 " ,
4
4
"description" : " A component library for building extensions in Jupyter frontends." ,
5
5
"homepage" : " https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme" ,
6
6
"license" : " BSD-3-Clause" ,
32
32
"prepublishOnly" : " rimraf README.md && cp ../../README.md . && yarn run build"
33
33
},
34
34
"dependencies" : {
35
- "@jupyter/web-components" : " ^0.17.0 " ,
35
+ "@jupyter/web-components" : " ^0.17.1 " ,
36
36
"react" : " >=17.0.0 <19.0.0"
37
37
},
38
38
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -2412,11 +2412,11 @@ __metadata:
2412
2412
languageName: node
2413
2413
linkType: hard
2414
2414
2415
- "@jupyter/react-components@^0.17.0 , @jupyter/react-components@workspace:packages/react-components":
2415
+ "@jupyter/react-components@^0.17.1 , @jupyter/react-components@workspace:packages/react-components":
2416
2416
version: 0.0.0-use.local
2417
2417
resolution: "@jupyter/react-components@workspace:packages/react-components"
2418
2418
dependencies:
2419
- "@jupyter/web-components": ^0.17.0
2419
+ "@jupyter/web-components": ^0.17.1
2420
2420
"@types/react": ^18.2.0
2421
2421
eslint: ^8.43.0
2422
2422
eslint-config-prettier: ^8.8.0
@@ -2446,7 +2446,7 @@ __metadata:
2446
2446
languageName: unknown
2447
2447
linkType: soft
2448
2448
2449
- "@jupyter/web-components@^0.17.0 , @jupyter/web-components@workspace:packages/components":
2449
+ "@jupyter/web-components@^0.17.1 , @jupyter/web-components@workspace:packages/components":
2450
2450
version: 0.0.0-use.local
2451
2451
resolution: "@jupyter/web-components@workspace:packages/components"
2452
2452
dependencies:
@@ -12585,8 +12585,8 @@ __metadata:
12585
12585
version: 0.0.0-use.local
12586
12586
resolution: "jupyter-ui-demo@workspace:packages/lab-example"
12587
12587
dependencies:
12588
- "@jupyter/react-components": ^0.17.0
12589
- "@jupyter/web-components": ^0.17.0
12588
+ "@jupyter/react-components": ^0.17.1
12589
+ "@jupyter/web-components": ^0.17.1
12590
12590
"@jupyterlab/application": ^3.1.0 || ^4.0.0
12591
12591
"@jupyterlab/apputils": ^3.0.0 || ^4.0.0
12592
12592
"@jupyterlab/builder": ^4.0.0
You can’t perform that action at this time.
0 commit comments