File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,15 @@ No merged PRs
131131
132132([ Full Changelog] ( https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...996367692c97d10a85aef21c9d76a5d44f260de5 ) )
133133
134+ > [ !IMPORTANT]
135+ > This version requires migration from ` ICollaborativeDrive ` to ` ICollaborativeContentProvider ` token for access to shared factory and forks:
136+ >
137+ >
138+ > ``` diff
139+ > - import { ICollaborativeDrive } from '@jupyter/collaborative-drive';
140+ > + import { ICollaborativeContentProvider } from '@jupyter/collaborative-drive';
141+ > ```
142+
134143# ## Enhancements made
135144
136145- Gracefully handling non-existing fork room [#420](https://github.com/jupyterlab/jupyter-collaboration/pull/420) ([@trungleduc](https://github.com/trungleduc))
You can’t perform that action at this time.
0 commit comments