Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theia/bulk-edit

Package Overview
Dependencies
Maintainers
10
Versions
1031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/bulk-edit - npm Package Versions

13
104

1.53.0-next.55

Diff

jfaltermeier
published 1.53.2 •

jfaltermeier
published 1.53.1 •

jfaltermeier
published 1.53.0 •

Changelog

Source

1.53.0 - 08/29/2024

  • [application-package] bumpped API version to 1.92.2 #14076 - Contributed on behalf of STMicroelectronics
  • [collaboration] added support for collaboration feature #13309
  • [core] added testing/profiles/context menu contribution #14028 - Contributed on behalf of STMicroelectronics
  • [core] added support for reverting a composite saveable #14079
  • [core] aligned available locales to VS Code #14039
  • [core] dropped support for Node 16.x #14027 - Contributed on behalf of STMicroelectronics
  • [core] refactored undo-redo action for editors #13963
  • [core] updated logic to correctly revert saveable on widget close #14062
  • [core] updated logic to download json schema catalog at build-time #14065 - Contributed on behalf of STMicroelectronics
  • [electron] updated electron to version 30.1.2 #14041 - Contributed on behalf of STMicroelectronics
  • [monaco] updated logic to rely on IConfigurationService change event to update model options #13994 - Contributed on behalf of STMicroelectronics
  • [notebook] added aliases for list.focusUp and list.focusDown for notebooks #14042
  • [notebook] added logic to support Alt+Enter in notebooks - run the current cell and insert a new below #14022
  • [notebook] added notebook selected cell status bar item and center selected cell command #14046
  • [notebook] added support to find widget in notebooks #13982
  • [notebook] enhanced notebook cell divider #14081
  • [notebook] fixed notebook output scrolling and text rendering #14016
  • [notebook] fixed vscode api notebook selection property #14087
  • [notebook] updated logic to make sure notebook model created when calling openNotebookDocument #14029
  • [notebook] updated logic to use correct cell type for selected language #13983
  • [playwright] fixed flaky playwright Theia Main Menu test #13951 - Contributed on behalf of STMicroelectronics
  • [plugin] added executeFoldingRangeProvider, executeCodeActionProvider, and executeWorkspaceSymbolProvider command implementations #14093
  • [plugin] added support for --headless-hosted-plugin-inspect cmd argument #13918
  • [plugin] fixed issue when creating new untitled notebook doesn't work #14031
  • [plugin] implemented previously stubbed API window.registerUriHandler() #13306 - Contributed on behalf of STMicroelectronics
  • [plugin] stubbed Terminal Shell Integration VS Code API #14058
  • [plugin] updated logic to allow opening changes for files associated with custom editors #13916
  • [plugin] upated code to not use ChannelMultiplexer in RPCProtocol #13980 - Contributed on behalf of STMicroelectronics
  • [preferences] fixed preference tree for plugins #14036
  • [vsx-registry] fixed 429 errors on OVSX requests #14030

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

  • [dependencies] Updated electron to version 30.1.2 - #14041 - Contributed on behalf of STMicroelectronics
  • [dependencies] increased minimum node version to 18. #14027 - Contributed on behalf of STMicroelectronics
eclipse-theia-bot
published 1.53.0-next.18 •

eclipse-theia-bot
published 1.53.0-next.6 •

eclipse-theia-bot
published 1.53.0-next.5 •

eclipse-theia-bot
published 1.53.0-next.4 •

sgraband
published 1.52.0 •

Changelog

Source

1.52.0 - 07/25/2024

  • [application-package] bumped the default supported API from 1.90.2 to 1.91.1 #13955 - Contributed on behalf of STMicroelectronics
  • [cli] added logging to download:plugins script #13905 - Contributed on behalf of STMicroelectronics
  • [core] bug fix: "core.saveAll" command only saved dirty widgets #13942
  • [core] downgrade jsdom to 22.1.0 #13944
  • [core] fixed reload for remote feature and added option to the electron window to change URL on reload #13891
  • [core] improved implementation around widget management #13818
  • [core] introduced FRONTEND_CONNECTION_TIMEOUT environment variable to override application connection settings #13936 - Contributed on behalf of STMicroelectronics
  • [core] made sure UI loaded when minimized #13887 - Contributed on behalf of STMicroelectronics
  • [core] prevented the rendering of the tab bar tooltip if no caption was provided #13945
  • [core] tab selected should be adjacent when closing the last one #13912 - Contributed on behalf of STMicroelectronics
  • [core] upgraded ws to 8.18.0 #13903
  • [debug] added DebugSessionOptions.testRun #13939 - Contributed on behalf of STMicroelectronics
  • [debug] implemented activeStackItem and related change event in debug namespace #13900 - Contributed on behalf of STMicroelectronics
  • [filesystem] fixed FileResource not adding event listener to the disposable collection #13880
  • [notebook] changed cell type when selecting markdown as a code cell's language #13933
  • [notebook] made Notebook preferences registration substitutable #13926
  • [ovsx-client] fixed plugin version comparison #13907
  • [plugin-ext] codicon color and URI support to TerminalOptions #13413
  • [plugin-ext] used relative paths for ctx.importScripts() #13854
  • [preferences] refactored preference tree layouting #13819
  • [terminal] added support for 256 truecolor #13853
  • [workflows] updated Mac OS version to 14 in CI #13908
jfaltermeier
published 1.51.0 •

Changelog

Source

1.51.0 - 06/27/2024

  • [application-manager] updated logic to load correct messaging module in browser-only mode #13827
  • [application-package] bumped the default supported API from 1.89.1 to 1.90.2 #13849 - Contributed on behalf of STMicroelectronics
  • [core] added support for dynamic menu contributions #13720
  • [core] fixed account menu order, icon and badge #13771
  • [core] fixed overflow behavior of sidebars #13483 - Contributed on behalf of STMicroelectronics
  • [core] improved shown keybindings in context menu #13830
  • [core] introduced optional serialize method in Saveable #13833
  • [core] updated doc comments on service-connection-provider.ts #13805 - Contributed on behalf of STMicroelectronics
  • [core] updated logic of links to block local navigation and open new windows externally in electron #13782 - Contributed on behalf of STMicroelectronics
  • [core] updated logic to propagate "Save As" operation to plugin host #13689
  • [core] updated logic to use 'openWithSystemApp' to open uri when 'env.openExternal' requested #13676
  • [electron] switched single instance on per default. #13831 - Contributed on behalf of STMicroelectronics
  • [filesystem] improved Upload Command #13775
  • [markers] fixed data race in problem view tree #13841
  • [messages] updated logic to always resolve existing before showing new notification #13668
  • [monaco] fixed editors theme change and widget not attached error #13757
  • [notebook] added an indicator for loading notebooks #13843
  • [notebook] added notebook output options and tag preference search #13773
  • [notebook] disabled cell editor search widget #13836
  • [notebook] improved ability to overwrite notebook services #13776
  • [notebook] improved notebook cell drag images #13791
  • [notebook] improved support for creating new notebooks #13696
  • [notebook] updated logic to set notebook editor as active when opening in foreground #13828
  • [notebook] updated logic to stop moving to next cell when suggestion widget is visible #13774
  • [playwright] fixed type definition of TheiaAppFactory #13799 - Contributed on behalf of STMicroelectronics
  • [plugin] added stub for registerMappedEditProvider #13681 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for PluginExt#extensionKind #13763
  • [plugin] added support for TestRunRequest preserveFocus API #13839 - Contributed on behalf of STMicroelectronics
  • [plugin] fixed RPC proxy handler notifications and requests order #13810
  • [plugin] fixed programmatic save for custom text editors #13684
  • [plugin] fixed tab group API event order #13812
  • [plugin] stubbed Chat and Language Model API #13778
  • [plugin] stubbed activeStackItem and related change event in debug namespace #13847 - Contributed on behalf of STMicroelectronics
  • [plugin] updated logic to avoid pollution of all toolbars by actions contributed by tree views in extensions #13768 - Contributed on behalf of STMicroelectronics
  • [plugin] updated logic to return empty appRoot in web plugin host #13762
  • [scm] updated jsdiff and simplify diff computation #13787 - Contributed on behalf of STMicroelectronics
  • [vsx-registry] updated logic to use targetPlatform when installing plugin from open-vsx #13825

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

  • [electron] switched single instance on per default. #13831 - Contributed on behalf of STMicroelectronics
  • [filesystem] adjusted the "Save As" mechanism to assume that Saveable.getSnapshot() returns a full snapshot of the editor model #13689.
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