New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theia/core

Package Overview
Dependencies
Maintainers
1
Versions
3394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/core - npm Package Versions

1
340

1.47.0-next.0

Diff

jfaltermeier
published 1.46.1 •

jfaltermeier
published 1.46.0 •

Changelog

Source

v1.46.0 - 01/25/2024

  • [plugin] Add prefix to contributed view container ids #13362 - contributed on behalf of STMicroelectronics
  • [application-manager] updated message for missing Electron main entries #13242
  • [application-package] bumped the default supported API from 1.84.2 to 1.85.1 #13276 - contributed on behalf of STMicroelectronics
  • [browser-only] added support for 'browser-only' Theia #12853
  • [builtins] update built-ins to version 1.83.1 #13298 - contributed on behalf of STMicroelectronics
  • [core] added keybindings to toggle the tree checkbox #13271
  • [core] added logic to dispose cancellation event listeners #13254
  • [core] added preference 'workbench.tree.indent' to control the indentation in the tree widget #13179 - contributed on behalf of STMicroelectronics
  • [core] fixed copy/paste from a menu in electron #13220 - contributed on behalf of STMicroelectronics
  • [core] fixed file explorer progress bar issue #13268
  • [core] fixed issue with cyclic menu contributions #13264
  • [core] fixed leak when reconnecting to back end without reload #13250 - contributed on behalf of STMicroelectronics
  • [core] fixed SelectComponent to render dropdown correctly in dialog #13261
  • [core] removed error logs from RpcProxyFactory #13191
  • [documentation] improved documentation about 'ContributionProvider' use #13278
  • [docuemtnation] improved documentation on passing objects across RPC #13238
  • [documentation] updated plugin API docs for headless plugins and Inversify DI #13299
  • [filesystem] updated logic to only read unbuffered when we read the whole file #13197
  • [headless-plugin] added support for "headless plugins" in a new plugin host #13138
  • [monaco] updated logic to add document URI as context to getDefaultFormatter #13280 - contributed on behalf of STMicroelectronics
  • [notebook] fixed dynamic notebook widgets resizing #13289
  • [notebook] fixed multiple problems with the notebook output rendering #13239
  • [notebook] improved notebook error logging #13256
  • [plugin] added logic to synchronize messages sent via different proxies #13180
  • [remote] added support for specifying the port of a remote SSH connection #13296 - contributed on behalf of STMicroelectronics
  • [plugin] fixed inputbox onTriggerButton() event #13207 - contributed on behalf of STMicroelectronics
  • [plugin] fixed localization for the removeSession method #13257
  • [plugin] fixed vscode.env.appRoot path #13285
  • [plugin] stubbed multiDocumentHighlightProvider proposed API #13248 - contributed on behalf of STMicroelectronics
  • [plugin] updated logic to handle activeCustomEditorId #13267
  • [plugin] updated logic to pass context to webview context menu action #13228
  • [plugin] updated logic to use more stable hostname for webviews #13092 #13258
  • [terminal] fixed wording in error message #13245 - contributed on behalf of STMicroelectronics
  • [terminal] renamed terminal.sendText() parameter from addNewLine to shouldExecute #13236 - contributed on behalf of STMicroelectronics
  • [terminal] updated logic to resize terminal #13281
  • [terminal] updated terminalQuickFixProvider proposed API according to vscode 1.85 version #13240 - contributed on behalf of STMicroelectronics
  • [vsx-registry] implemented verified extension filtering #12995

<a name="breaking_changes_1.46.0">Breaking Changes:</a>

  • [core] moved FileUri from node package to common #12853
  • [plugin] introduced new common interfaces/classes for reuse by different plugin hosts #13138
tsmaeder
published 1.45.1 •

vince-fugnitto
published 1.45.0 •

Changelog

Source

v1.45.0 - 12/21/2023

  • [application-manager] updated logic to allow rebinding messaging services in preload #13199
  • [application-package] bumped the default supported API from 1.83.1 to 1.84.2 #13198
  • [core] added cli parameter --electronUserData to control userDataPath #13155
  • [core] added logic to control the size and position of secondary windows #13201
  • [core] added logic to save untitled files to the last active folder #13184
  • [core] fixed regression preventing closing the application when a dirty editor is present #13173
  • [core] fixed styling for compressed navigator indents #13162
  • [core] introduced timeout logic for keeping connection contexts alive #13082
  • [core] updated nls.metadata.json for 1.84.2 #13200
  • [debug] fixed issue where debug configuration providers would replace other providers #13196
  • [documentation] improved documentation regarding the addition of the plugin API in the plugin host #13153
  • [notebook] fixed notebook kernel selection #13171
  • [notebook] implemented general API improvements #13012
  • [notebook] optimized output logic #13137
  • [plugin] added documentation about adding custom activation events #13190
  • [plugin] added logic to deploy plugins asynchronously #13134
  • [plugin] added logic to not reject unknown schemas in WindowStateExt.asExternalUri #13057
  • [plugin] added support for the TestMessage.contextValue VS Code API #13176 - contributed on behalf of STMicroelectronics
  • [plugin] added support for the webview/context menu contribution point #13166
  • [plugin] fixed incorrect unsupported activation error in stdout #13095
  • [plugin] fixed issue where the onView activation event was incorrectly generated #13091
  • [plugin] fixed plugin icon styling #13101
  • [terminal] updated logic to use ApplicationShell when expanding/collapsing the bottom panel #13131
  • [workspace] added logic to create an empty workspace if no workspace is active on updateWorkspaceFolders event #13181 - contributed on behalf of STMicroelectronics

<a name="breaking_changes_1.45.0">Breaking Changes:</a>

  • [plugin] updated VS Code extension locations: deployment dir switched to $CONFDIR/deployedPlugin, .vsix files from $CONFDIR/extensions are deployed automatically #13178 - Contributed on behalf of STMicroelectronics
vince-fugnitto
published 1.44.0 •

Changelog

Source

v1.44.0 - 11/30/2023

  • [application-manager] added option to copy trash dependency to the bundle #13112
  • [application-package] bumped the default supported API from 1.82.0 to 1.83.1 #13118
  • [ci] added smokes tests for production builds #12965
  • [ci] updated CI to pin Python at 3.11 to resolve node-gyp errors #13040
  • [core] added handling to prevent class name based contribution filtering #13103
  • [core] added support for portable mode for electron apps #12690
  • [core] fixed logic when handling listener events #13079
  • [core] improved default translations using preferred keys #13078
  • [core] updated nls.metadata.json for 1.83.1 #13119
  • [core] updated proxy path handling for socket.io #13054
  • [debug] fixed issue where the UI was not updated upon editing breakpoint conditions #12980
  • [debug] fixed localizations of debug schema attributes #13017
  • [debug] updated description field for thread stopped status #13050
  • [documentation] added coding guidelines regarding @stubbed and @monaco-uplift tags #13029
  • [documentation] updated broken link to private-ext-scripts/README.md #13122
  • [filesystem] updated electron dialogs so they are modal by default #13043
  • [notebook] fixed race condition for view registrations #13115
  • [playwright] added basic support for electron #12207
  • [plugin] added a command to list installed plugins #12818
  • [plugin] added handling to forward webview log messages to the browser console #13084
  • [plugin] added support for VS Code default language icons #13014
  • [plugin] added support for autoClosingPairs in the LanguageConfiguration VS Code API #13088 - contributed on behalf of STMicroelectronics
  • [plugin] added support for the CodeActionKind#Notebook VS Code API #13093 - contributed on behalf of STMicroelectronics
  • [plugin] added support for the TextEditorOptions.indentSize VS Code API #13105 - contributed on behalf of STMicroelectronics
  • [plugin] added support for the env.onDidChangeShell VS Code API #13097 - contributed on behalf of STMicroelectronics
  • [private-ext-scripts] updated information regarding scripts #13127
  • [repo] removed usages of baseUrl in tsconfig #12981
  • [search-in-workspace] added support for search history hint in input fields #12967
  • [search-in-workspace] fixed search-in-workspace line styling #13071
  • [task] added handling to prevent the task widget title from being changed by task process #13003
  • [task] added support for isDefault: false in task group definitions #13075 - contributed on behalf of STMicroelectronics
  • [toolbar] fixed rendering error for undefined toolbar groups #13124
vince-fugnitto
published 1.43.1 •

vince-fugnitto
published 1.43.0 •

Changelog

Source

v1.43.0 - 10/26/2023

  • [application-manager] fixed backend webpack output and watching #12902
  • [application-manager] updated clean command to delete gen-webpack.node.config.js #12975
  • [application-package] bumped the default supported API version from 1.81.0 to 1.82.0 #13025
  • [cli] upgradedchai dependency from ^4.2.0 to ^4.3.10 #12958
  • [core] added manage related menus to the bottom sidebar #12803
  • [core] added lazy loading support for localizations #12932
  • [core] added localizations for clipboard commands #13031
  • [core] fixed file saving dialog for dirty editors #12864
  • [core] fixed preload application package import #12964
  • [core] improved responsiveness when selecting a localization language #12992
  • [core] removed unnecessary try-catch from RpcProtocol #12961
  • [core] updated nls.metadata.json for 1.82.0 #13028
  • [core] updated handling to ensure ApplicationShellOptions are properly applied on init #12983
  • [debug] added missing localizations for debug paused labels #12973
  • [debug] fixed an issue which caused jumping of the hover widget #12971
  • [file-search] implemented search.quickOpen.includeHistory preference #12913
  • [keymaps] added context-menu items for the keyboard shortcuts view #12791
  • [monaco] upgraded vscode-textmate dependency from 7.0.3 to 9.0.0 #12963
  • [notebook] updated handling to correctly updated when output items are updated #13023
  • [plugin] added support for string arguments for vscode.open #12997
  • [plugin] added support for the EnvironmentVariableMutatorOptions VS Code API #12984
  • [plugin] added support for the icons contribution point #12912
  • [plugin] fixed output renderer scripts path #12979
  • [plugin] fixed symlink handling when initializing plugins #12841
  • [plugin] improved resolution of webview views #12998
  • [plugin] updated handling to allow null items in tree data providers #13018
  • [remote] added remote ssh support #12618
  • [test] added support for the test API #12935
  • [vscode] added support for provideDocumentRangesFormattingEdits in the DocumentRangeFormattingEditProvider VS Code API #13020 - contributed on behalf of STMicroelectronics
  • [vscode] evolved proposed API for documentPaste (stubbed) #13010 - contributed on behalf of STMicroelectronics
  • [vscode] evolved proposed API for dropDocument #13009 - contributed on behalf of STMicroelectronics
  • [vscode] evolved proposed API for terminalQuickFixProvider #13006 - contributed on behalf of STMicroelectronics
  • [vscode] implemented scope API on env var collections #12999 - contributed on behalf of STMicroelectronics

<a name="breaking_changes_1.43.0">Breaking Changes:</a>

  • [core] moved FrontendApplicationContribution from @theia/core/lib/browser/frontend-application to @theia/core/lib/browser/frontend-application-contribution #12993
  • [core] removed SETTINGS_OPEN menupath constant - replaced by MANAGE_GENERAL #12803
  • [core] removed SETTINGS__THEME menupath constant - replaced by MANAGE_SETTINGS #12803
vince-fugnitto
published 1.42.1 •

vince-fugnitto
published 1.42.0 •

Changelog

Source

v1.42.0 - 09/28/2023

  • [core] added inversify support in the frontend preload script #12590
  • [core] added missing localizations for keybinding error messages #12889
  • [core] fixed logger level propagation when log config changes at runtime #12566 - Contributed on behalf of STMicroelectronics
  • [core] improved the frontend startup time #12936 - Contributed on behalf of STMicroelectronics
  • [core] updated nls.metadata.json for 1.81.0 #12951
  • [core] upgraded ws from 7.1.2 to 8.14.1 #12909
  • [debug] fixed erroneous inline breakpoints #12832
  • [dev-packages] bumped the default supported API version from 1.80.0 to 1.81.0 #12949
  • [dev-packages] restored src-gen frontend production behavior 12950 - Contributed on behalf of STMicroelectronics
  • [dialogs] added functionality to allow multiple selection in open dialogs #12923 - Contributed on behalf of STMicroelectronics
  • [documentation] added follow-up section to the pull-request template #12901
  • [editor] added functionality to create untitled files when double-clicking the tabbar #12867
  • [electron] improved responsiveness of the initial electron window #12897 - Contributed on behalf of STMicroelectronics.
  • [plugin] added stubbing for the TestController#invalidateTestResults VS Code API #12944 - Contributed by STMicroelectronics
  • [plugin] added support for iconPath in the QuickPickItem VS Code API #12945 - Contributed by STMicroelectronics
  • [repo] updated deprecated instances of context in favor of when clauses #12830
  • [search-in-workspace] added support for multiline searches #12868
  • [vsx-registry] added a hint in ENOTFOUND errors when failing to fetch extensions #12858 - Contributed by STMicroelectronics
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc