Skip to content

Releases: DTStack/molecule

v1.0.1

22 Jun 13:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

17 Jun 06:02
Compare
Choose a tag to compare

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

v0.9.0-beta.4.2

04 Mar 10:47
Compare
Choose a tag to compare
v0.9.0-beta.4.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.0-beta.3.2...v0.9.0-beta.4.2

v0.9.0-beta.3.2

18 Feb 09:54
Compare
Choose a tag to compare
v0.9.0-beta.3.2 Pre-release
Pre-release

What's Changed

  • feat: support listen to the theme changed event by @kiwiwong in #646
  • feat: LocaleNotification supports to trigger reload by pressing the Enter key by @kiwiwong in #643
  • fix: the interaction bug of MenuBar in horizontal mode by @kiwiwong in #647
  • fix: fix panels didn't active the next one after closing automatically by @mortalYoung in #653
  • fix: the context menu does not close when the context menu item is clicked. by @kiwiwong in #651
  • fix: update explorer when closing editor tab by @mortalYoung in #652
  • fix: improve the style of the Button in Notification by @kiwiwong in #654
  • fix: add icons to EditorTree and optimize its style by @kiwiwong in #656
  • fix: customized MenuBar data will be lost when modifying the MenuBar's mode by @kiwiwong in #650
  • fix: improve the style of the EditorTree node's icon by @kiwiwong in #657

Full Changelog: v0.9.0-beta.3...v0.9.0-beta.3.2

v0.9.0-beta.3

27 Jan 08:03
Compare
Choose a tag to compare
v0.9.0-beta.3 Pre-release
Pre-release

What's Changed

  • docs: remove the external properties and methods in API docs by @kiwiwong in #608
  • fix: increase the z-index value of SubMenu in horizontal mode by @kiwiwong in #611
  • fix: the style of the context menu of ActivityBarItem by @kiwiwong in #613
  • feat: support to dispose the Action by @wewoor in #599
  • feat: support to set the folderTree nodes whether to sort by default by @kiwiwong in #614
  • feat: remove the onRemove processing logic in the built-in FolderTree extension by @kiwiwong in #617
  • docs: improve the link about Search Service by @mortalYoung in #618
  • docs: add the chat entry of Discord by @wewoor in #628
  • Upgrade the react-dnd to latest stable version by @mumiao in #630
  • fix: optimize the style of MenuBar by @kiwiwong in #629
  • fix: sync menuBar mode status by @kiwiwong in #637
  • feat: optimize the interaction of MenuBar in horizontal mode by @kiwiwong in #636
  • fix: Connect component supports to unsubscribe event by pass the callback by @wewoor in #635
  • fix: let the defaultLocale property of MoleculeProvider work. by @kiwiwong in #639
  • build: update the registry address of yarn.lock by @wewoor in #640
  • refactor(connector): filter the useless properties of Controller by @wewoor in #642
  • feat: support to get the mode(dark or light) of the current color theme by @kiwiwong in #641

Full Changelog: v0.9.0-beta.2...v0.9.0-beta.3

v0.9.0-beta.2

06 Jan 03:53
Compare
Choose a tag to compare
v0.9.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.0-beta.1.1...v0.9.0-beta.2

v0.9.0-beta.1.1

13 Dec 08:58
Compare
Choose a tag to compare
v0.9.0-beta.1.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.0-beta.1...v0.9.0-beta.1.1

v0.9.0-beta.1

06 Dec 08:22
Compare
Choose a tag to compare
v0.9.0-beta.1 Pre-release
Pre-release

What's Changed

  • ci: add github workflows by @wewoor in #2
  • build: Update issue templates by @wewoor in #5
  • Ci/migrate to GitHub by @wewoor in #6
  • ci: fix the triggers by @wewoor in #7
  • Build/migrate tsloader to babel by @wewoor in #31
  • Complete the statusBar view by @wewoor in #29
  • Test/activity bar by @wewoor in #34
  • Support add, remove and update Panel, builtin Output, Problems Panel by @wewoor in #38
  • Running static checking pre git commit by @wewoor in #48
  • Feat/explorer service by @zhangtengjin in #40
  • Support the View connect to multiple Services and Controllers by @wewoor in #46
  • Support show or hide, and maximize or restore the Panel by @wewoor in #53
  • Exporting controllers instances from controller/index.ts by @wewoor in #54
  • Refactor editorService editorTab interface / optimize Tab component by @mumiao in #58
  • Refactor: improve InputProps/ TextAreaProps interface export action by @mumiao in #59
  • Fix(editor): optimize editorGroup Service interfaces/ activeTab of currentGroup condition by @mumiao in #66
  • Feat/panel by @wewoor in #63
  • Refactor the Tabs component typing definition by @mumiao in #68
  • fix(workbench): cache the workbench SplitPane position by @wewoor in #76
  • Feat/enhance tree by @zhangtengjin in #74
  • 集成 CommandPalette 和 ThemePalette by @wewoor in #75
  • fix: removeFolder exec error and delete modal style by @zhangtengjin in #81
  • refactor(model): move the initial logic of Model to constructor funct… by @wewoor in #82
  • Editor Support Close Others, Close To Left, Close To Right, Close All etc by @mumiao in #73
  • fix(menu): provides onClick API by @wewoor in #89
  • Support multiple tabs and Support editor redo/undo by @mumiao in #84
  • Support the basic notification display panel, add, and remove methods by @wewoor in #88
  • Support show or hide statusBar, menuBar, activityBar and sidebar component by @mumiao in #95
  • Feat/search pane by @zhangtengjin in #101
  • feat(status bar): tuning the status bar component by @PKaPI in #102
  • Refactor/explorer service by @zhangtengjin in #112
  • ci: optimize the prettier workflow by @wewoor in #114
  • Remove the incorrect loadsh by @wewoor in #115
  • feat: connect state and view by connect method by @zhangtengjin in #117
  • Build/update by @wewoor in #119
  • Revert "Build/update" by @wewoor in #120
  • build: ready for publishing esm module by @wewoor in #121
  • Feat/activity bar by @zhangtengjin in #116
  • fix(output): disable the minimap and fix output can't refresh problem by @wewoor in #124
  • fix: fix cycle file, extract connect to controller by @zhangtengjin in #126
  • feat: extract logic to extensions by @zhangtengjin in #127
  • fix(toolbar): remove the toolbar style.scss import by @wewoor in #132
  • Support add, remove, update , getMenuById, addRootMenu features for menuBar by @mumiao in #133
  • Refactor/editor tab by @wewoor in #134
  • Alias the module absolute import to relative by @wewoor in #135
  • feat: extract editor modified logic to extensions by @mumiao in #138
  • fix: editor.executeEdits that pass in the desired end selection for t… by @mumiao in #137
  • feat: editorService support subscribe onMoveTab, onSelectTab, onClose… by @mumiao in #140
  • Support the custom settings config by @wewoor in #141
  • Integrate with the Typedoc by @wewoor in #136
  • refactor: optimize problems and notification modules, and extract into extension by @PKaPI in #146
  • refactor: overwrite the default monaco editor.main.js and update Command Palette by @wewoor in #147
  • fix: remove the useless injectable decorator by @wewoor in #149
  • fix(monaco): import default language contributions by @wewoor in #151
  • refactor: get the quickInputService instance from ServicesAccessor by @wewoor in #150
  • feat: support show or hide statusBar when rightClik statusBar panel by @mumiao in #154
  • refactor(api): refactor the molecule API and interfaces by @wewoor in #155
  • fix: update the workbench color theme detail by @wewoor in #157
  • feat: encapsulate the quickAccessProvider by @wewoor in #158
  • fix: sidebar color theme improvement by @wewoor in #159
  • feat: support cache SplitPane Position of Panel and reset SplitPane p… by @mumiao in #161
  • Fix/workbench by @mumiao in #160
  • refactor(component): improve search input interface by @mortalYoung in #165
  • refactor(component): improve searchTree & tree component by @mortalYoung in #166
  • feat(component): search input support to specify validateInfo by @mortalYoung in #167
  • feat(component): search input support text wrap by @mortalYoung in #169
  • feat(i18n): support basic il8n feature by @wewoor in #170
  • feat: appearance needs re layout after show or hide by @mumiao in #171
  • fix(build): replace the path named mo with relative path by @wewoor in #172
  • fix: set the outline as 0 for the root element by @wewoor in #177
  • refactor: move notification from extensions to stories by @mortalYoung in #180
  • feat: develop explorer panels by @mortalYoung in #174
  • refactor(folderTree): improve folderTree input behavior by @mortalYoung in #179
  • refactor(collapse): remove dependency about rc-collapse by @mortalYoung in #181
  • fix(collapse): improve the timing to detect panel content whether empty by @mortalYoung in #184
  • feat(collapse): collapse panel content support to scroll by @mortalYoung in #185
  • feat(i18n): localize support to provide dynamic replace text by @mortalYoung in #186
  • feat: develop open editors window by @mortalYoung in #183
  • Design and Extract LayoutService by @mumiao in #176
  • fix(folderTree): improve add root folder & delete dialog by @mortalYoung in #192
  • feat(collapse): collaspe support to specify grow attr by @mortalYoung in #188
  • fix: add the built-in addons for the searchPane by @wewoor in #193
  • fix(collapse): fix calc content height failed because of height: 100% by @mortalYoung in #194
  • refactor: improve activitybar & sidebar by @mortalYoung in #195
  • fix(collapse): open editor not expand expected by @mortalYoung in #196
  • ci: exec check-types before commit by @mortalYoung in #201
  • fix: improve global contextMenu in activity bar by @mortalYoung in #200
  • fix(menu): improve menu interactive behavior by @mortalYoung in #199
  • feat: support keybinding via extensions by @mortalYoung in #198
  • feat: support to customize welcome page by @mortalYoung in #202
  • fix: defaul...
Read more