Skip to content

Releases: opensumi/core

v2.26.2

25 Jul 08:43
Compare
Choose a tag to compare

What's Changed

What's New Features

  • fix: add "locks" dep for split-panel element memo by @winjo in #2928

Other Changes

Full Changelog: v2.26.0...v2.26.2

v2.26.0

18 Jul 12:05
7bb257c
Compare
Choose a tag to compare

What's Changed

What's New Features

  • feat: bottom panel support accordion by @Aaaaash in #2798
  • feat: support InlineCompletionItemProvider.handleDidShowCompletionItem API by @erha19 in #2799
  • feat: support search preference by @ext expression by @erha19 in #2813
  • feat: support overwrite when editor save by @winjo in #2846
  • feat: support use npmmirror cdn url by @bytemain in #2830
  • feat: editor tab support revealInExplorer by @pipiiiiii in #2848
  • feat: support merge editor accept left or right by @Ricbet in #2839
  • feat: improve render blank lines breakpoints by @Ricbet in #2832
  • fix: merge editor not support wordwrap by @Ricbet in #2836
  • feat: support resolve in merge editor by @Ricbet in #2819
  • feat: improve merge editor result title by @Ricbet in #2835
  • feat: support register view container in bottom panel by @Aaaaash in #2847
  • feat: support merge editor reset by @Ricbet in #2841
  • feat: support scm setInputBoxEnablement API & getSourceControl API by @Ricbet in #2863
  • feat: support merge editor minimap by @Ricbet in #2859
  • feat: implement scm contributes by @Ricbet in #2867
  • feat: infer second terminal cwd from the first one by @bytemain in #2852
  • feat: support showBreakpointsInOverviewRuler by @Ricbet in #2902

Refactor

Style Changes

Other Changes

New Contributors

Full Changelog: v2.25.4...v2.26.0

v2.25.4

12 Jul 09:06
Compare
Choose a tag to compare

What's Changed

Style Changes

Other Changes

  • fix: rerender select component if label changed by @bytemain in #2880

Full Changelog: v2.25.3...v2.25.4

v2.25.3

30 Jun 08:37
Compare
Choose a tag to compare

What's Changed

What's New Features

Style Changes

  • style: improve statusbar popover tooltip by @erha19 in #2854

Other Changes

Full Changelog: v2.25.2...v2.25.3

v2.25.2

26 Jun 03:32
Compare
Choose a tag to compare

What's Changed

What's New Features

  • fix: launch editor component rendering exception by @Ricbet in #2808

Other Changes

Full Changelog: v2.25.1...v2.25.2

v2.25.1

13 Jun 06:31
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix: auto open tab when expend bottom by @AhkunTa in #2800
  • fix: support hidden vertical or horizontal scroller bar by @erha19 in #2790

Full Changelog: v2.25.0...v2.25.1

v2.24.6

13 Jun 06:23
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix: support hidden vertical or horizontal scroller bar by @opensumi in #2801

Full Changelog: v2.24.5...v2.24.6

v2.25.0

07 Jun 10:18
52d2d20
Compare
Choose a tag to compare

What's Changed

What's New Features

  • feat: quickInput support hideOnDidAccept by @pipiiiiii in #2631
  • feat: improve the interaction for enabling/disabling breakpoints by @Ricbet in #2615
  • feat: debug breakpoint file items supports enable/disable switch by @Ricbet in #2611
  • feat: update command open terminal setting by @AhkunTa in #2660
  • feat: support flashing prompt for focus breakpoints in the editor by @Ricbet in #2652
  • feat: support delete or edit breakpoints when hovering on the it by @Ricbet in #2655
  • feat: menuActionList component support style css properties by @Ricbet in #2711
  • feat: support icon menubar by @Ricbet in #2728
  • fix: use currentOrPreviousFocusedEditor on search by @pipiiiiii in #2761
  • feat: optimize file tree node decoration, support codicon by @Aaaaash in #2768
  • feat: open resource when click comment item by @Aaaaash in #2769
  • feat: add arrow for zonewidget by @Aaaaash in #2763
  • feat: support xterm render type select by @life2015 in #2754
  • feat: add registered scheme by @Aaaaash in #2774
  • feat: support input number component by @Ricbet in #2630
  • feat: support launch editor UI by @Ricbet in #2574
  • feat: throw error if get file stat error by @bytemain in #2773
  • feat: improve breakpoint style by @bytemain in #2779
  • feat: menu action support codicon by @Aaaaash in #2778
  • feat: auto expand the comment widget when click comment tree item by @Aaaaash in #2777

Refactor

  • refactor: use sumiContributes and compatible with kaitianContributes by @erha19 in #2664
  • refactor: auto update decoration targets by @erha19 in #2690
  • refactor: consolidated clientId retrieval code by @bytemain in #2703
  • style: improve section label and badge style by @erha19 in #2758
  • refactor: extract electron essentials by @bytemain in #2742
  • refactor: migration static-resource to core-browser by @Aaaaash in #2776
  • refactor: extract platform specific code by @bytemain in #2780

Style Changes

Other Changes

  • chore: ignore scripts of building cli engine by @erha19 in #2608
  • chore: remove gitpod by @opensumi in #2634
  • test: add extension E2E test case by @pipiiiiii in #2638
  • chore: remove useless workflow and issue template by @erha19 in #2678
  • Revert "fix: remove the marked.js warning about sanitize and add sanitizer" by @bytemain in #2731
  • chore: update git extension to v1.68.1 by @erha19 in #2760
  • fix: add default input value for TerminalSearchService by @winjo in #2762
  • fix: check if element of popover exists when delayed hidden by @winjo in #2764
  • fix: check if currentGroup is empty when split terminal by @winjo in #2766
  • fix: input component defaultValue failed by @Ricbet in #2751
  • fix: only add default color once by @pipiiiiii in #2753
  • chore: optimize menuaction list renderer by @Aaaaash in #2775
  • fix: conditional breakpoint centering by @Ricbet in #2666
  • fix: set default language by @limerickgds in #2722
  • fix: on disposeResource delete resourceDecoration by @l1shen in #2785

New Contributors

Full Changelog: v2.24.5...v2.25.0

v2.24.5

29 May 06:17
Compare
Choose a tag to compare

Style Changes

  • style: remove marginRight when the button is vertical by @erha19 in #2750

Other Changes

Full Changelog: v2.24.3...v2.24.5

v2.24.3

22 May 06:10
Compare
Choose a tag to compare

What's Changed

Refactor

  • fix: git scm 1.68.1 actionButton enabled by @Ricbet in #2698

Style Changes

Other Changes

  • fix: add rpcMessageTimeout option in appConfig by @pipiiiiii in #2709
  • fix: modify the extra button.foreground key by @pipiiiiii in #2715
  • fix: convertEmbeddedLanguages should not activate language by @Ricbet in #2717
  • fix: execute command will throw wrong error by @bytemain in #2730
  • Revert "fix: remove the marked.js warning about sanitize and add sanitizer" by @opensumi in #2732

Full Changelog: v2.24.2...v2.24.3