Socket
Socket
Sign inDemoInstall

@theia/bulk-edit

Package Overview
Dependencies
Maintainers
1
Versions
1023
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/bulk-edit - npm Package Versions

1
103

1.48.0

Diff

Changelog

Source

v1.48.0 - 03/28/2024

  • [application-package] bumped the default supported API from 1.86.2 to 1.87.2 #13514 - contributed on behalf of STMicroelectronics
  • [core] added "New File" default implementation #13344
  • [core] added logic to check for disposed before sending update message in toolbars #13454 - contributed on behalf of STMicroelectronics
  • [core] fixed default translation of Close Editor command #13412
  • [core] fixed logic to allow reopening secondary windows #13509 - contributed on behalf of STMicroelectronics
  • [core] fixed rending of quickpick buttons #13342 - contributed on behalf of STMicroelectronics
  • [core] updated logic to remove unneeded URI conversion #13415
  • [dev-container] added first version of dev-container support #13372
  • [editor] added secondary window support for text editors #13493 - contributed on behalf of STMicroelectronics
  • [git] fixed detecting changes after git init #13487
  • [metrics] allowed accessing the metrics endpoint for performance analysis in electron #13380 - contributed on behalf of STMicroelectronics
  • [monaco] fixed monaco quickpick #13451 - contributed on behalf of STMicroelectronics
  • [monaco] fixed rending of quickpick buttons #13342 - contributed on behalf of STMicroelectronics
  • [notebook] added execute cells above/below commands #13528
  • [notebook] added execution order display to code cells #13502
  • [notebook] added keybindings to notebook editor #13497
  • [notebook] added support for custom widget types for notebook outputs #13517
  • [notebook] fixed cell execution height styling #13515
  • [notebook] fixed context keys for notebook editor context #13448
  • [notebook] fixed keybindings triggers when cell editor is focused #13500
  • [notebook] fixed notebook document metadata edit #13528
  • [notebook] fixed renaming and moving of open notebooks #13467
  • [notebook] fixed undo redo keybindings for notebook editor #13518
  • [notebook] improved focusing of the notebook cell editors #13516
  • [notebook] improved performance when opening notebooks #13488
  • [notebook] updated logic to only initialize notebook cell editor when in viewport #13476
  • [plugin] added Interval TextEditorLineNumbersStyle #13458 - contributed on behalf of STMicroelectronics
  • [plugin] added terminal observer API #13402
  • [plugin] changed logic to ensure that showOpenDialog returns correct file URI #13208 - contributed on behalf of STMicroelectronics
  • [plugin] fixed quickpick #13451 - contributed on behalf of STMicroelectronics
  • [plugin] made acquireVsCodeApi function available on global objects #13411
  • [plugin] updated logic to avoid disposal of QuickInputExt on hide #13485 - contributed on behalf of STMicroelectronics
  • [remote] added logic to support remote port forwarding #13439
  • [terminal] added logic to resolve links to workspace files in terminal #13498 - contributed on behalf of STMicroelectronics
  • [terminal] added terminal observer API #13402

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

  • [core] Add secondary windows support for text editors. #13493. The changes in require more extensive patches for our dependencies than before. For this purpose, we are using the patch-package library. However, this change requires adopters to add the line "postinstall": "theia-patch" to the package.json at the root of their monorepo (where the node_modules folder is located). - contributed on behalf of STMicroelectronics
eclipse-theia-bot
published 1.46.0-next.106 •

jfaltermeier
published 1.47.1 •

eclipse-theia-bot
published 1.47.0 •

Changelog

Source

v1.47.0 - 02/29/2024

  • [application-package] bumped the default supported API from 1.85.1 to 1.86.2 #13429 - contributed on behalf of STMicroelectronics
  • [core] added logic to show decorations in the editor tabs #13371
  • [core] added ts-docs for several key utility classes #13324
  • [core] fixed core localizations for electron #13331
  • [core] fixed memory leak in DockPanelRenderer and ToolbarAwareTabBar #13327
  • [core] fixed update of CompositeMenuNode properties #13425
  • [core] improved title rendering on menu bar change #13317
  • [core] updated code to use common uuid generator everywhere #13255
  • [core] updated logic to use tslib in order to reduce bundle size #13350
  • [core] upgraded msgpackr to 1.10.1 #13365 - contributed on behalf of STMicroelectronics
  • [debug] fixed issue with unexpected breakpoint in python #12543
  • [documentation] extended custom plugin API documentation #13358
  • [editor] improved readonly editor behaviour #13403
  • [filesystem] fixed issue with non recursive folder deletion #13361
  • [filesystem] implemented readonly markdown message for file system providers #13414 - contributed on behalf of STMicroelectronics
  • [monaco] upgraded Monaco to 1.83.1 #13217
  • [notebook] added support for proposed notebook kernel messaging and preload contribution point #13401
  • [notebook] fixed notebook renderer messaging #13401
  • [notebook] fixed race condition in notebook kernel association #13364
  • [notebook] improved logic to update notebook execution timer #13366
  • [notebook] improved notebook scrolling behaviour #13338
  • [notebook] improved styling for notebook toolbar items #13334
  • [notebook] fixed scroll behaviour of Notebooks #13430
  • [plugin] added command to install plugins from the command line #13406 - contributed on behalf of STMicroelectronics
  • [plugin] added logic to support workspace.save(URI) and workspace.saveAs(URI) #13393 - contributed on behalf of STMicroelectronics
  • [plugin] added support for extension/context, terminal/context, and terminal/title/context menu contribution points #13226
  • [plugin] fixed custom editors asset loading #13382
  • [plugin] fixed logic to use correct path for hosted plugin deployer handler #13427 - contributed on behalf of STMicroelectronics
  • [plugin] fixed regressions from headless plugins introduction #13337 - contributed on behalf of STMicroelectronics
  • [plugin] support TestRunProfile onDidChangeDefault introduced in VS Code 1.86.0 #13388 - contributed on behalf of STMicroelectronics
  • [plugin] updated WorkspaceEdit metadata typing #13395 - contributed on behalf of STMicroelectronics
  • [search-in-workspace] added logic to focus on next and previous search results #12703
  • [task] fixed logic to configure tasks #13367 - contributed on behalf of STMicroelectronics
  • [terminal] updated to latest xterm version #12691
  • [vsx-registry] added --install-plugin cli command #13421 - contributed on behalf of STMicroelectronics
  • [vsx-registry] added possibility to install vsix files from the explorer view #13291

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

  • [monaco] Upgrade Monaco dependency to 1.83.1 #13217- contributed on behalf of STMicroelectronics
    There are a couple of breaking changes that come with this monaco update
    • Moved ThemaIcon and ThemeColor to the common folder
    • Minor typing adjustments in QuickPickService: in parti
    • FileUploadService: moved id field from data transfer item to the corresponding file info
    • The way we instantiate monaco services has changed completely: if you touch monaco services in your code, please read the description in the file comment in monaco-init.ts.
msujew
published 1.46.0-next.72 •

eclipse-theia-bot
published 1.47.0-next.0 •

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
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