This is the first Eclipse Theia Community release. Please see here for more details about this community release.
What's Changed
As there is no previous community release, please see the [change logs of our monthly releases] (https://github.com/eclipse-theia/theia/releases) leading to this release to find out about breaking changes and respective release notes.
[core] the generated webpack configuration (gen-webpack.config.js) now exports an array of two webpack configs instead of a single one: the first contains the config for
generating the main code bundle (as before), the second serves to generate a *.css file for inclusion into secondaryWindow.html#11707
[plugin-ext] when clauses removed from codeToTheiaMappings#11741
[terminal] the AbstractCmdClickTerminalContribution API has been removed in favor of the TerminalLinkProvider interface #11552 - Contributed on behalf of STMicroelectronics
[typehierarchy] - Adding Support of vscode TypeHierarchy API with the following breaking changes: #11694
[plugin-ext/main] The file callhierarchy-type-converters.ts was renamed to hierarchy-types-converters.ts
The method toDefinition was renamed to toItemHierarchyDefinition and the overloaded signatures were removed.
The method fromDefinition was replaced for fromItemHierarchyDefinition to convert both TypeHierarchyItem and CallHierarchyItem to a common HierarchyItem.
[plugin-ext/plugin] - type-converters.ts #fromCallHierarchyItem was replaced by fromHierarchyItem to convert from CallHierarchyItem or TypeHierarchyItem to HierarchyItem.
v1.30.0 - 9/29/2022
[core] added functionality ot listen to keyboard layout changes #11689
[core] added support for moving webview-based views into a secondary window for browser applications #11048 - Contributed on behalf of ST Microelectronics and Ericsson and by ARM and EclipseSource
Added the new @theia/secondary-window extension which contributes the UI to enable the new feature.
[core] fixed RPC decoding errors on large objects #11636
[core] fixed about dialog rendering when closed and re-opened #11687
[core] fixed programmatic movement of views #11576
[core] improved application title functionality #10916
[core] improved rendering of tab-bars to have unique id#11622
[core] restored cancellation token behavior in RPC calls #11693
This version was pushed to npm by vince-fugnitto, a new releaser for @theia/terminal since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @theia/terminal from 1.15.0 to 1.31.0.
Release notes
Sourced from
@theia/terminal
's releases.... (truncated)
Changelog
Sourced from
@theia/terminal
's changelog.... (truncated)
Commits
f98f1a6
v1.31.0e545374
docs: update changelog for1.31.0
(#11804)7f4a7d8
Translation update for version 1.31.0ca556c5
git: fixunstageAll
7e753f4
Stub vscode 'Tests' API16c88a5
Support vscode TypeHierarchy API (references-view)7f51450
Check whether editor commands are declared in package.json (#11764)86fe428
[security] perform yarn upgrade to update our dependenciesbd3db5e
pin vscode-textmate dependency to v7.0.16ca2cfb
plugin: fixed issue causing plugins to not load (#11771)Maintainer changes
This version was pushed to npm by vince-fugnitto, a new releaser for
@theia/terminal
since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)