v1.0.0
What's Changed
- fix: enable the editor to save viewState by @kiwiwong in #696
- fix: prevent the editor from initializing when switching tabs by @kiwiwong in #698
- docs: update customize workbench by @kiwiwong in #705
- fix: compatible background color for buttons and menu items by @kiwiwong in #711
- feat: the tree in Problems panel supports onSelect event by @kiwiwong in #712
- fix: yarn web failed in windows by @mortalYoung in #719
- fix: throws the full Error message when the Extension load exception by @wewoor in #735
- fix(editor): fix styles in editor tab extra by @mortalYoung in #736
- ci: improve the eslint and stylelint argvs by @mortalYoung in #741
- fix(service): improve the styles in colorTheme Service by @mortalYoung in #739
- fix(components): add color variables for breadcrumb by @mortalYoung in #740
- fix: use the enter character \u21a9 by @Zaoei in #746
- fix: disable click event when action is disabled by @Zaoei in #745
- fix: change sort default value 0 to be compatible with Firefox (#722) by @Zaoei in #748
- fix: use activeKey to control highlighting by @Zaoei in #742
- fix: add hover style to tab within group (#716) by @Zaoei in #751
- fix: update tab set value by @Zaoei in #750
- feat: add getParentNode interface for folderTreeService by @mumiao in #752
- support to set the expanded panels of Explorer by @mumiao in #753
- feat: create instanceService by @mortalYoung in #733
- feat:Exposing more props to renderPane for EditorTab by @Zaoei in #759
- docs: add the DingTalk in README by @wewoor in #762
- refactor: refactor Split component by @yyllff in #763
New Contributors
Full Changelog: v0.9.0-beta.4.2...v1.0.0