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.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
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+
732## 3.0.0alpha2
833
934([ 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.
2651
2752[ @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 )
2853
29- <!-- <END NEW CHANGELOG ENTRY> -->
30-
3154## 3.0.0alpha1
3255
3356([ 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 11{
2- "version" : " 3.0.0-alpha.2 " ,
2+ "version" : " 3.0.0-beta.0 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/real-time-collaboration" ,
33 "private" : true ,
4- "version" : " 3.0.0-alpha.2 " ,
4+ "version" : " 3.0.0-beta.0 " ,
55 "description" : " JupyterLab Extension enabling Real-Time Collaboration" ,
66 "keywords" : [
77 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaboration-extension" ,
3- "version" : " 3.0.0-alpha.2 " ,
3+ "version" : " 3.0.0-beta.0 " ,
44 "description" : " JupyterLab - Real-Time Collaboration Extension" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "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 " ,
5858 "@jupyter/ydoc" : " ^2.0.0" ,
5959 "@jupyterlab/application" : " ^4.2.0" ,
6060 "@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/collaboration" ,
3- "version" : " 3.0.0-alpha.2 " ,
3+ "version" : " 3.0.0-beta.0 " ,
44 "description" : " JupyterLab - Real-Time Collaboration Widgets" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "bugs" : {
4141 "dependencies" : {
4242 "@codemirror/state" : " ^6.2.0" ,
4343 "@codemirror/view" : " ^6.7.0" ,
44- "@jupyter/docprovider" : " ^3.0.0-alpha.2 " ,
44+ "@jupyter/docprovider" : " ^3.0.0-beta.0 " ,
4545 "@jupyterlab/apputils" : " ^4.0.5" ,
4646 "@jupyterlab/coreutils" : " ^6.0.5" ,
4747 "@jupyterlab/docregistry" : " ^4.0.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/docprovider-extension" ,
3- "version" : " 3.0.0-alpha.2 " ,
3+ "version" : " 3.0.0-beta.0 " ,
44 "description" : " JupyterLab - Collaborative Shared Models" ,
55 "keywords" : [
66 " jupyter" ,
5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "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 " ,
5858 "@jupyter/ydoc" : " ^2.0.0" ,
5959 "@jupyterlab/application" : " ^4.2.0" ,
6060 "@jupyterlab/apputils" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/docprovider" ,
3- "version" : " 3.0.0-alpha.2 " ,
3+ "version" : " 3.0.0-beta.0 " ,
44 "description" : " JupyterLab - Document Provider" ,
55 "homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
66 "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