File tree Expand file tree Collapse file tree 14 files changed +50
-32
lines changed
jupyter-collaboration-ui/jupyter_collaboration_ui
jupyter-docprovider/jupyter_docprovider
jupyter-server-ydoc/jupyter_server_ydoc Expand file tree Collapse file tree 14 files changed +50
-32
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 4.0.0beta0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.0-alpha.0...bd4b23ac71b346bded151a4628abc6e7d5305de2 ) )
10
+
11
+ ### Bugs fixed
12
+
13
+ - Fix Timeline Slider Visibility in Status Bar for Certain Documents [ #423 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/423 ) ([ @Meriem-BenIsmail ] ( https://github.com/Meriem-BenIsmail ) )
14
+ - Fix duplicate collaborator entries in collaboration panel [ #422 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/422 ) ([ @nzinfo ] ( https://github.com/nzinfo ) )
15
+
16
+ ### Maintenance and upkeep improvements
17
+
18
+ - Pin jupyterlab at ` >=4.4.0a2,<5.0.0 ` in ` projects/jupyter-collaboration ` package [ #429 ] ( https://github.com/jupyterlab/jupyter-collaboration/pull/429 ) ([ @andrii-i ] ( https://github.com/andrii-i ) )
19
+
20
+ ### Contributors to this release
21
+
22
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2025-01-07&to=2025-01-28&type=c ) )
23
+
24
+ [ @andrii-i ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aandrii-i+updated%3A2025-01-07..2025-01-28&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-01-07..2025-01-28&type=Issues ) | [ @Meriem-BenIsmail ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2025-01-07..2025-01-28&type=Issues ) | [ @nzinfo ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Anzinfo+updated%3A2025-01-07..2025-01-28&type=Issues )
25
+
26
+ <!-- <END NEW CHANGELOG ENTRY> -->
27
+
7
28
## 4.0.0alpha0
8
29
9
30
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...2e1419ac48059fd830e74d7f91d48ac13d84daba ) )
@@ -28,8 +49,6 @@ All notable changes to this project will be documented in this file.
28
49
29
50
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-12-10..2025-01-07&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-10..2025-01-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-12-10..2025-01-07&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-12-10..2025-01-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-12-10..2025-01-07&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2024-12-10..2025-01-07&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-12-10..2025-01-07&type=Issues)
30
51
31
- <!-- <END NEW CHANGELOG ENTRY> -->
32
-
33
52
## 3.1.0
34
53
35
54
No merged PRs
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.0.0-alpha .0" ,
2
+ "version" : " 4.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" : " 4.0.0-alpha .0" ,
4
+ "version" : " 4.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" : " 4.0.0-alpha .0" ,
3
+ "version" : " 4.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" : " ^4.0.0-alpha .0" ,
57
- "@jupyter/collaborative-drive" : " ^4.0.0-alpha .0" ,
58
- "@jupyter/docprovider" : " ^4.0.0-alpha .0" ,
56
+ "@jupyter/collaboration" : " ^4.0.0-beta .0" ,
57
+ "@jupyter/collaborative-drive" : " ^4.0.0-beta .0" ,
58
+ "@jupyter/docprovider" : " ^4.0.0-beta .0" ,
59
59
"@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
60
60
"@jupyterlab/application" : " ^4.4.0-alpha.2" ,
61
61
"@jupyterlab/apputils" : " ^4.4.0-alpha.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaboration" ,
3
- "version" : " 4.0.0-alpha .0" ,
3
+ "version" : " 4.0.0-beta .0" ,
4
4
"description" : " JupyterLab - Real-Time Collaboration Widgets" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/collaborative-drive" ,
3
- "version" : " 4.0.0-alpha .0" ,
3
+ "version" : " 4.0.0-beta .0" ,
4
4
"description" : " JupyterLab - Collaborative Drive" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider-extension" ,
3
- "version" : " 4.0.0-alpha .0" ,
3
+ "version" : " 4.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/collaborative-drive" : " ^4.0.0-alpha .0" ,
57
- "@jupyter/docprovider" : " ^4.0.0-alpha .0" ,
56
+ "@jupyter/collaborative-drive" : " ^4.0.0-beta .0" ,
57
+ "@jupyter/docprovider" : " ^4.0.0-beta .0" ,
58
58
"@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
59
59
"@jupyterlab/application" : " ^4.4.0-alpha.2" ,
60
60
"@jupyterlab/apputils" : " ^4.4.0-alpha.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/docprovider" ,
3
- "version" : " 4.0.0-alpha .0" ,
3
+ "version" : " 4.0.0-beta .0" ,
4
4
"description" : " JupyterLab - Document Provider" ,
5
5
"homepage" : " https://github.com/jupyterlab/jupyter-collaboration" ,
6
6
"bugs" : {
41
41
"watch" : " tsc -b --watch"
42
42
},
43
43
"dependencies" : {
44
- "@jupyter/collaborative-drive" : " ^4.0.0-alpha .0" ,
44
+ "@jupyter/collaborative-drive" : " ^4.0.0-beta .0" ,
45
45
"@jupyter/ydoc" : " ^2.1.3 || ^3.0.0" ,
46
46
"@jupyterlab/apputils" : " ^4.4.0-alpha.2" ,
47
47
"@jupyterlab/cells" : " ^4.4.0-alpha.2" ,
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0.a0 "
1
+ __version__ = "2.0.0b0 "
Original file line number Diff line number Diff line change 1
- __version__ = "4.0.0.a0 "
1
+ __version__ = "4.0.0b0 "
You can’t perform that action at this time.
0 commit comments