Releases: opensumi/core
Releases · opensumi/core
v2.22.4
v2.22.3
What's Changed
Refactor
Other Changes
- docs: nsfw break change by @Ricbet in #2263
- chore: fix manifest generate by @erha19 in #2259
- fix: unregister default monaco keybindings by @erha19 in #2264
- fix: title bar delete flag not update by @yantze in #2271
- fix: the editor loads slowly when opening a large file by @Aaaaash in #2275
- fix: comments threads event listener by @Ricbet in #2280
- fix: electron header bar default height by @yantze in #2269
- fix: merge editor argument by @Aaaaash in #2279
- fix: editor tag loading state by @Aaaaash in #2278
- fix: reset yTextMap when file updated by system by @pipiiiiii in #2260
New Contributors
- @pipiiiiii made their first contribution in #2260
Full Changelog: v2.22.2...v2.22.3
v2.22.2
What's Changed
- chore: update editor open types by @erha19 in #2200
- fix: show correct i18n text on the settings panel by @erha19 in #2220
- fix: compact folder on symbol link folders by @erha19 in #2229
- fix(preference):
Extension
button occasionally does not show by @bytemain in #2230 - fix: update default scroller bar thumb size to 10 by @erha19 in #2228
- style: improve quick open action buttons style by @erha19 in #2234
- chore: pick 2.21 collaboration module by @Ricbet in #2246
- fix: merge editor state restore by @Ricbet in #2245
- fix: customEditor register error by @AhkunTa in #2240
- fix: localize terminal find placeholder by @nguyenhongphat0 in #2249
- chore: protected diff editor doc model ref by @erha19 in #2254
- fix: update monaco keybindings after keybinding changed by @erha19 in #2257
- fix: detect path stat before open workspace by @erha19 in #2251
New Contributors
- @nguyenhongphat0 made their first contribution in #2249
Full Changelog: v2.22.1...v2.22.2
v2.22.1
v2.22.0
What's Changed
What's New Features
- feat: implement TestController refreshHandler API by @Ricbet in #1865
- feat: implement test item sort text api by @Ricbet in #1877
- feat: support icons contribution point by @Aaaaash in #1880
- feat: improve file search results order by @erha19 in #1895
- feat: trigger editor find widget when no actived element by @Aaaaash in #1980
- feat: support opentrs extension marketplace by @bk1012 in #1933
- feat: support useVSCodeWorkspaceConfiguration config by @erha19 in #1974
- feat: support more ActionButton icon expression by @erha19 in #1986
- feat: support detect configuration change from the parent directory by @erha19 in #1976
- feat: improve dirty diff by @Aaaaash in #1978
- feat: support base64 icon on editor glyphMargin and treeview by @erha19 in #2010
- feat: implement walkthroughs contribution API by @Ricbet in #1902
- feat: diagnostic support display code href by @bytemain in #2056
- feat: support submenus on editor/title by @erha19 in #2088
- feat: optimize editor update content logic by @life2015 in #2097
- feat: improve preference panel by @bytemain in #2089
- feat: support markers status by @bytemain in #2112
- feat: support space keybinding on file tree by @erha19 in #2119
- feat: support toggle terminal keybinding by @erha19 in #2130
- feat: improve file search path on workspace folders by @erha19 in #2129
- feat: enable editor minimap by default by @Aaaaash in #2127
- feat: implement 3-way prototyping code by @Ricbet in #1960
- feat: support search and replace value by regexp by @erha19 in #2138
- feat: update marketplace address by @bk1012 in #2157
- feat: register debug editor decoration type when the browser is idle by @erha19 in #2160
- feat: support get valid preference from service by @erha19 in #2176
- feat: add more image types by @bytemain in #2177
- feat: upgrade @parcel/watcher to support glob expression by @erha19 in #2180
- feat(status-bar): do not display info icon if there is no info by @bytemain in #2182
- feat: get file type by mime by @bytemain in #2189
Refactor
- refactor: remove package vscode-languageserver-protocol by @yantze in #1988
- refactor: optimize scoped storage bootstrap speed by @erha19 in #1997
- refactor: optimize bundle size of lite web ide by @erha19 in #1953
- refactor: upgrade typescript version to 4.9.+ by @erha19 in #1996
- refactor: remove scroll components by @erha19 in #2093
- refactor: replace DeprecatedRecycleTree on the markers module by @erha19 in #2099
- refactor: replace DeprecatedRecycleTree on Search view by @erha19 in #2102
- refactor: remove DeprecatedRecycleTree on comment module by @erha19 in #2109
- refactor: progressbar component by @Aaaaash in #2114
- refactor: remove DeprecatedRecycleTree component by @erha19 in #2111
Style Changes
- style: improve debug toolbar z-index style by @erha19 in #1965
- style: improve SCM delete decoration style by @erha19 in #1963
- chore: improve image preview editor style by @Aaaaash in #2020
- style: improve empty editor component style by @erha19 in #2121
- fix: debug condition breakpoint style by @Ricbet in #2141
- style: improve button overflow style by @erha19 in #2161
- style: update the padding at the top/bottom of the popover component by @yantze in #2175
- style: remove some useless tree style by @erha19 in #2186
Other Changes
- fix: code snippets prefix supports array by @shilin8805 in #1891
- chore: use stable extension marketplace registry by @erha19 in #1886
- chore: fix issue labeled by @erha19 in #1905
- chore: update README and add CHANGELOG file by @erha19 in #1904
- chore: fix issue labeled syntax error by @erha19 in #1907
- chore: fix issue labeled config by @erha19 in #1916
- test: add settings view test by @erha19 in #1911
- test: add SCM e2e test by @erha19 in #1934
- chore: add iconfont page deploy workflow by @erha19 in #1944
- ci: use opensumi/actions by @bytemain in #1946
- chore: add src into package files by @erha19 in #1949
- fix: auto save opened file after replace all by @AEPKILL in #1948
- chore: update iconfont page resources by @erha19 in #1950
- build: use yarn workspace by @bytemain in #1954
- chore: update lock file by @erha19 in #2005
- fix: support onSaveCodeActions with ESLint extension by @erha19 in #2023
- fix: use bash resolve shellpath by @Aaaaash in #2021
- fix: progress codeAction when codeActionOnSave existed by @erha19 in #2027
- fix: pause debug will not open stackframe source file by @Ricbet in #2028
- chore: optimize default extension icon by @bk1012 in #2030
- test: add layout e2e test by @erha19 in #2044
- chore: fix web-lite and electron entry by @erha19 in #2053
- chore: fail to start electron by @yantze in #2057
- fix: electron cannot work by @bytemain in #2060
- chore: remove errors from clipboard service by @erha19 in #2054
- fix(extension): windows get globalStorageUri error by @bytemain in #2068
- fix: debug on multiple processes by @erha19 in #2080
- fix: new file with path on compress tree node by @erha19 in #2084
- chore: update defualt theme by @Aaaaash in #2087
- chore: update web lite sample link by @erha19 in #2090
- fix: the tree node child maybe undefined by @erha19 in #2096
- fix: create output editor when panel visible by @Aaaaash in #2105
- fix: create debug console editor when panel visible by @Aaaaash in #2106
- fix: update keybindings when keymap view rendered by @Aaaaash in #2104
- fix: quick open argument by @Aaaaash in #2117
- chore: fix unstable fileServiceClient unit test by @erha19 in #2116
- fix: copy dir with recursive in rebuild-native script by @yantze in #2122
- fix: webview cspSource by @Aaaaash in #2120
- fix: save file diff error by @Aaaaash in #2113
- fix: unnecessary re-tokenizer by @Aaaaash in #2125
- chore: update opened editor group name by @erha19 in #2118
- fix: search rules display logic by @erha19 in #2124
- fix: disable some keybindings on file tree filter mode by @erha19 in #2132
- fix: duplicate search results by @erha19 in #2123
- fix: debounce editor layout by @Aaaaash in #2134
- fix: unnecessary editor update options by @Aaaaash in #2133
- fix: do not exclude .gitignore by @Aaaaash in #2142
- chore: yarn lock by @Ricbet in #2147
- build: update deps by @bytemain in https://git...