File tree Expand file tree Collapse file tree 5 files changed +23
-8
lines changed Expand file tree Collapse file tree 5 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 4.0.0a5
6+
7+ ([ Full Changelog] ( https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a4...4ee136ef40830da69a925d32f9f803738092c075 ) )
8+
9+ ### Enhancements made
10+
11+ - Expose sendMessage to subclasses [ #214 ] ( https://github.com/jupyterlite/xeus/pull/214 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
12+ - Support stdin via service worker [ #212 ] ( https://github.com/jupyterlite/xeus/pull/212 ) ([ @ianthomas23 ] ( https://github.com/ianthomas23 ) )
13+
14+ ### Contributors to this release
15+
16+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-04-28&to=2025-04-28&type=c ) )
17+
18+ [ @ianthomas23 ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Aianthomas23+updated%3A2025-04-28..2025-04-28&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-04-28..2025-04-28&type=Issues )
19+
20+ <!-- <END NEW CHANGELOG ENTRY> -->
21+
522## 4.0.0a4
623
724([ Full Changelog] ( https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a3...f7c8808554f95b58d1d5e0952fa76b826532993e ) )
1633
1734[ @martinRenou ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-04-22..2025-04-28&type=Issues )
1835
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2136## 4.0.0a3
2237
2338([ Full Changelog] ( https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a2...bf33a1181ab602a30fd4766e3cea1fe159293fbb ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/xeus-root" ,
3- "version" : " 4.0.0-a4 " ,
3+ "version" : " 4.0.0-a5 " ,
44 "private" : true ,
55 "description" : " JupyterLite loader for Xeus kernels" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/xeus-extension" ,
3- "version" : " 4.0.0-a4 " ,
3+ "version" : " 4.0.0-a5 " ,
44 "description" : " JupyterLite loader for Xeus kernels" ,
55 "keywords" : [
66 " jupyter" ,
4848 "@jupyterlite/contents" : " ^0.6.0-alpha.8" ,
4949 "@jupyterlite/kernel" : " ^0.6.0-alpha.8" ,
5050 "@jupyterlite/server" : " ^0.6.0-alpha.8" ,
51- "@jupyterlite/xeus" : " ^4.0.0-a4 " ,
51+ "@jupyterlite/xeus" : " ^4.0.0-a5 " ,
5252 "@lumino/coreutils" : " ^2"
5353 },
5454 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/xeus" ,
3- "version" : " 4.0.0-a4 " ,
3+ "version" : " 4.0.0-a5 " ,
44 "description" : " JupyterLite Xeus kernels" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -1272,7 +1272,7 @@ __metadata:
12721272 " @jupyterlite/contents " : ^0.6.0-alpha.8
12731273 " @jupyterlite/kernel " : ^0.6.0-alpha.8
12741274 " @jupyterlite/server " : ^0.6.0-alpha.8
1275- " @jupyterlite/xeus " : ^4.0.0-a4
1275+ " @jupyterlite/xeus " : ^4.0.0-a5
12761276 " @lumino/coreutils " : ^2
12771277 " @types/json-schema " : ^7.0.11
12781278 " @types/react " : ^18.0.26
@@ -1305,7 +1305,7 @@ __metadata:
13051305 languageName : unknown
13061306 linkType : soft
13071307
1308- " @jupyterlite/xeus@^4.0.0-a4 , @jupyterlite/xeus@workspace:packages/xeus " :
1308+ " @jupyterlite/xeus@^4.0.0-a5 , @jupyterlite/xeus@workspace:packages/xeus " :
13091309 version : 0.0.0-use.local
13101310 resolution : " @jupyterlite/xeus@workspace:packages/xeus"
13111311 dependencies :
You can’t perform that action at this time.
0 commit comments