File tree Expand file tree Collapse file tree 12 files changed +47
-24
lines changed
jupyter-collaboration-ui/jupyter_collaboration_ui
jupyter-collaboration/jupyter_collaboration
jupyter-docprovider/jupyter_docprovider
jupyter-server-ydoc/jupyter_server_ydoc Expand file tree Collapse file tree 12 files changed +47
-24
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 3.0.0beta0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.2...ab80f15094f971da6dc6f9afc72e1504c63dc9ff ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Add the list of opened shared documents to the user awareness [ #287 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/287 ) ([ @brichet ] ( https://github.com/brichet ) )
14
+
15
+ ### Bugs fixed
16
+
17
+ - Fix use of traitlets to configure YStore class [ #322 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/322 ) ([ @krassowski ] ( https://github.com/krassowski ) )
18
+ - Fix for code execution on the Jupyter Server [ #307 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/307 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
19
+
20
+ ### Maintenance and upkeep improvements
21
+
22
+ - Bump pycrdt-websocket v0.14.0 [ #320 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/320 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
23
+
24
+ ### Contributors to this release
25
+
26
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-05-08&to=2024-07-17&type=c ) )
27
+
28
+ [ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-08..2024-07-17&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-05-08..2024-07-17&type=Issues )
29
+
30
+ <!-- <END NEW CHANGELOG ENTRY> -->
31
+
7
32
## 3.0.0alpha2
8
33
9
34
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.1...5b166c49d76ed5a009ae7f5dc8c4bf9a881913b0 ) )
@@ -26,8 +51,6 @@ All notable changes to this project will be documented in this file.
26
51
27
52
[ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-05-01..2024-05-08&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-01..2024-05-08&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-01..2024-05-08&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-05-01..2024-05-08&type=Issues )
28
53
29
- <!-- <END NEW CHANGELOG ENTRY> -->
30
-
31
54
## 3.0.0alpha1
32
55
33
56
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0-alpha.2 " ,
2
+ "version" : " 3.0.0-beta.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/real-time-collaboration" ,
3
3
"private" : true ,
4
- "version" : " 3.0.0-alpha.2 " ,
4
+ "version" : " 3.0.0-beta.0 " ,
5
5
"description" : " JupyterLab Extension enabling Real-Time Collaboration" ,
6
6
"keywords" : [
7
7
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration-extension" ,
3
- "version" : " 3.0.0-alpha.2 " ,
3
+ "version" : " 3.0.0-beta.0 " ,
4
4
"description" : " JupyterLab - Real-Time Collaboration Extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
53
53
"watch:labextension" : " jupyter labextension watch ."
54
54
},
55
55
"dependencies" : {
56
- "@jupyter/collaboration" : " ^3.0.0-alpha.2 " ,
57
- "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
56
+ "@jupyter/collaboration" : " ^3.0.0-beta.0 " ,
57
+ "@jupyter/docprovider" : " ^3.0.0-beta.0 " ,
58
58
"@jupyter/ydoc" : " ^2.0.0" ,
59
59
"@jupyterlab/application" : " ^4.2.0" ,
60
60
"@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration" ,
3
- "version" : " 3.0.0-alpha.2 " ,
3
+ "version" : " 3.0.0-beta.0 " ,
4
4
"description" : " JupyterLab - Real-Time Collaboration Widgets" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
41
41
"dependencies" : {
42
42
"@codemirror/state" : " ^6.2.0" ,
43
43
"@codemirror/view" : " ^6.7.0" ,
44
- "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
44
+ "@jupyter/docprovider" : " ^3.0.0-beta.0 " ,
45
45
"@jupyterlab/apputils" : " ^4.0.5" ,
46
46
"@jupyterlab/coreutils" : " ^6.0.5" ,
47
47
"@jupyterlab/docregistry" : " ^4.0.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider-extension" ,
3
- "version" : " 3.0.0-alpha.2 " ,
3
+ "version" : " 3.0.0-beta.0 " ,
4
4
"description" : " JupyterLab - Collaborative Shared Models" ,
5
5
"keywords" : [
6
6
" jupyter" ,
53
53
"watch:labextension" : " jupyter labextension watch ."
54
54
},
55
55
"dependencies" : {
56
- "@jupyter/collaboration" : " ^3.0.0-alpha.2 " ,
57
- "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
56
+ "@jupyter/collaboration" : " ^3.0.0-beta.0 " ,
57
+ "@jupyter/docprovider" : " ^3.0.0-beta.0 " ,
58
58
"@jupyter/ydoc" : " ^2.0.0" ,
59
59
"@jupyterlab/application" : " ^4.2.0" ,
60
60
"@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider" ,
3
- "version" : " 3.0.0-alpha.2 " ,
3
+ "version" : " 3.0.0-beta.0 " ,
4
4
"description" : " JupyterLab - Document Provider" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0a2 "
1
+ __version__ = "1.0.0b0 "
Original file line number Diff line number Diff line change 1
- __version__ = "3.0.0a2 "
1
+ __version__ = "3.0.0b0 "
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0a2 "
1
+ __version__ = "1.0.0b0 "
You can’t perform that action at this time.
0 commit comments