File tree Expand file tree Collapse file tree 6 files changed +29
-9
lines changed
Expand file tree Collapse file tree 6 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.3.2
6+
7+ ([ Full Changelog] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/compare/jupyterlab-cell-input-footer-extension@0.3.1...e94c69252004bfd1b1b2c0f701f6bbc351cb6062 ) )
8+
9+ ### Bugs fixed
10+
11+ - Fix footer alignment on mobile view [ #12 ] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/12 ) ([ @jtpio ] ( https://github.com/jtpio ) )
12+ - Fix finding cell in other notebooks [ #11 ] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/11 ) ([ @jtpio ] ( https://github.com/jtpio ) )
13+
14+ ### Maintenance and upkeep improvements
15+
16+ - Remove ` jupyterlab-eventlistener ` dependency [ #9 ] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/9 ) ([ @jtpio ] ( https://github.com/jtpio ) )
17+ - Update links to point to the ` jupyter-ai-contrib ` org [ #8 ] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/pull/8 ) ([ @jtpio ] ( https://github.com/jtpio ) )
18+
19+ ### Contributors to this release
20+
21+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/graphs/contributors?from=2025-01-08&to=2025-09-16&type=c ) )
22+
23+ [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-cell-input-footer+involves%3Ajtpio+updated%3A2025-01-08..2025-09-16&type=Issues )
24+
25+ <!-- <END NEW CHANGELOG ENTRY> -->
26+
527## 0.3.1
628
729([ Full Changelog] ( https://github.com/jupyter-ai-contrib/jupyterlab-cell-input-footer/compare/jupyterlab-cell-input-footer-extension@0.3.0...af5574f4d0ffc43091ac1ae28d766cf43992b003 ) )
1638
1739[ @Zsailer ] ( https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-input-footer+involves%3AZsailer+updated%3A2025-01-03..2025-01-08&type=Issues )
1840
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2141## 0.3.0
2242
2343No merged PRs
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.3.1 " ,
2+ "version" : " 0.3.2 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-cell-input-footer-bundle" ,
33 "private" : true ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "description" : " A JupyterLab Plugin that adds a footer to cell inputs." ,
66 "keywords" : [
77 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-cell-input-footer-extension" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " JupyterLab extension to add a footer to cell inputs" ,
55 "keywords" : [
66 " jupyter" ,
5858 "dependencies" : {
5959 "@jupyterlab/application" : " ^4.0.0" ,
6060 "@jupyterlab/services" : " ^7.0.0" ,
61- "jupyterlab-cell-input-footer" : " ^0.3.1 "
61+ "jupyterlab-cell-input-footer" : " ^0.3.2 "
6262 },
6363 "devDependencies" : {
6464 "@jupyterlab/builder" : " ^4.0.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-cell-input-footer" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " Cell Footer API for JupyterLab." ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -9276,14 +9276,14 @@ __metadata:
92769276 " @jupyterlab/builder " : ^4.0.5
92779277 " @jupyterlab/services " : ^7.0.0
92789278 " @types/react " : ~18.3.1
9279- jupyterlab-cell-input-footer : ^0.3.1
9279+ jupyterlab-cell-input-footer : ^0.3.2
92809280 npm-run-all : ^4.1.5
92819281 rimraf : ^4.1.2
92829282 typescript : ~5.0.4
92839283 languageName : unknown
92849284 linkType : soft
92859285
9286- " jupyterlab-cell-input-footer@^0.3.1 , jupyterlab-cell-input-footer@workspace:packages/cell-input-footer " :
9286+ " jupyterlab-cell-input-footer@^0.3.2 , jupyterlab-cell-input-footer@workspace:packages/cell-input-footer " :
92879287 version : 0.0.0-use.local
92889288 resolution : " jupyterlab-cell-input-footer@workspace:packages/cell-input-footer"
92899289 dependencies :
You can’t perform that action at this time.
0 commit comments