David Brochart
David Brochart
One thing I noticed is that when creating a new notebook, no empty cell is created, even though https://github.com/jupyterlab/jupyterlab/pull/16732 was not merged yet. It might be because of https://github.com/jupyter-server/jupyter_ydoc/pull/266, but...
I confirm it's caused by https://github.com/jupyter-server/jupyter_ydoc/pull/266.
I think we should merge https://github.com/jupyterlab/jupyterlab/pull/16732 and have https://github.com/jupyter-server/jupyter_ydoc/pull/266 enabled when `allowEmptyNotebook` is true.
I'm planning to release v3 soon, if there are no objections.
I reverted https://github.com/jupyter-server/jupyter_ydoc/pull/266 in https://github.com/jupyter-server/jupyter_ydoc/pull/280. I don't see any blocker to release jupyter-collaboration v3.0.0 final. I'll do it today or tomorrow, please let me know if you have any objection.
Hmm `prep_release` [failed](https://github.com/jupyterlab/jupyter-collaboration/actions/runs/11400554360/job/31721639328). Could it be due to #343 @brichet?
Oh I was not aware of this, I just specified `3.0.0` and thought it would work. It seems I could use `release` but it means we need to make an...
OK, let's release v3.0.0 final next week. I just released v3.0.0rc0.
Since #379 seems to target v3.1.0, should we release v3.0.0 now?
We could release `@jupyter/ydoc` v3.0.0 before, and update the dependency here?