Skip to content

Commit 889ca75

Browse files
authored
Document the breaking change in 4.0 in the changelog (#497)
* Document the breaking change in 4.0 in the changelog * Lint * Lint
1 parent 512891f commit 889ca75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)