-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Inverse dependencies link between translation and rendermime interfaces #12493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inverse dependencies link between translation and rendermime interfaces #12493
Conversation
|
Thanks for making a pull request to jupyterlab! |
|
Thanks @fcollonval 👍 Should we also "unbump" the package, so it's back to |
| /** | ||
| * The application language translator. | ||
| */ | ||
| translator?: ITranslator; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this change is fine to left the package at v3.x, I'm definitely 💯 for avoiding downstream mimetype extension to require bumping their package for JLab v4.
I'll raise the question at the next meeting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
jtpio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Benchmark reportThe execution time (in milliseconds) are grouped by test file, test type and browser. The mean relative comparison is computed with 95% confidence. Results table
Changes are computed with expected as reference. |
References
Fixes #11748
Code changes
The rendermime interfaces package should be independent of the other packages.
Remove
IRenderer.translator?as a renderer has only two contracts:WidgetrenderModelmethodUser-facing changes
None
Backwards-incompatible changes
Remove
IRenderer.translator?