Skip to content

Commit 6a8e109

Browse files
committed
docs: add v1.0.0 version
1 parent a4017c7 commit 6a8e109

File tree

383 files changed

+6040
-91015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+6040
-91015
lines changed

CHANGELOG.md

+17-19
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,28 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [1.0.0](https://github.com/DTStack/molecule/compare/v0.9.0-beta.4.2...v1.0.0) (2022-06-17)
66

7-
87
### Features
98

10-
* add getParentNode interface for folderTreeService ([#752](https://github.com/DTStack/molecule/issues/752)) ([4c09eea](https://github.com/DTStack/molecule/commit/4c09eea2a90a3739190915232793be9afd53f639))
11-
* create instanceService ([#733](https://github.com/DTStack/molecule/issues/733)) ([3093a21](https://github.com/DTStack/molecule/commit/3093a21078c33144532df54532e015dbfc572695))
12-
* the tree in Problems panel supports onSelect event ([#712](https://github.com/DTStack/molecule/issues/712)) ([4c809eb](https://github.com/DTStack/molecule/commit/4c809eb4ad49dbaac62f79c7b0cf428d9c5a87df))
13-
9+
- add getParentNode interface for folderTreeService ([#752](https://github.com/DTStack/molecule/issues/752)) ([4c09eea](https://github.com/DTStack/molecule/commit/4c09eea2a90a3739190915232793be9afd53f639))
10+
- create instanceService ([#733](https://github.com/DTStack/molecule/issues/733)) ([3093a21](https://github.com/DTStack/molecule/commit/3093a21078c33144532df54532e015dbfc572695))
11+
- the tree in Problems panel supports onSelect event ([#712](https://github.com/DTStack/molecule/issues/712)) ([4c809eb](https://github.com/DTStack/molecule/commit/4c809eb4ad49dbaac62f79c7b0cf428d9c5a87df))
1412

1513
### Bug Fixes
1614

17-
* add hover style to tab within group ([#716](https://github.com/DTStack/molecule/issues/716)) ([#751](https://github.com/DTStack/molecule/issues/751)) ([0f97d83](https://github.com/DTStack/molecule/commit/0f97d8346b85b63459f1d0763be9e039623027c4))
18-
* change sort default value 0 to be compatible with Firefox ([#722](https://github.com/DTStack/molecule/issues/722)) ([#748](https://github.com/DTStack/molecule/issues/748)) ([22f310f](https://github.com/DTStack/molecule/commit/22f310fe92965f882c4c58b6a629d57ac4861817))
19-
* compatible background color for buttons and menu items ([#711](https://github.com/DTStack/molecule/issues/711)) ([a5134b0](https://github.com/DTStack/molecule/commit/a5134b08522b2be675d6cf2eb4d7782d798c5047))
20-
* **components:** add color variables for breadcrumb ([#740](https://github.com/DTStack/molecule/issues/740)) ([a87accd](https://github.com/DTStack/molecule/commit/a87accdbadf6394083628742e90a16cbe5789097))
21-
* disable click event when action is disabled ([#745](https://github.com/DTStack/molecule/issues/745)) ([ad0310d](https://github.com/DTStack/molecule/commit/ad0310d1c0856570651f39d42939fa91edb27ae4)), closes [#725](https://github.com/DTStack/molecule/issues/725)
22-
* **editor:** fix styles in editor tab extra ([#736](https://github.com/DTStack/molecule/issues/736)) ([a5bf2af](https://github.com/DTStack/molecule/commit/a5bf2af38f4fa2ac173419707bb2afae0914732d))
23-
* enable the editor to save viewState ([#696](https://github.com/DTStack/molecule/issues/696)) ([1d4f6da](https://github.com/DTStack/molecule/commit/1d4f6daddab56f433c74439af82347262e4a3148))
24-
* make editor not re-initialize when switching tabs ([#698](https://github.com/DTStack/molecule/issues/698)) ([814c5b2](https://github.com/DTStack/molecule/commit/814c5b2425c89dd72c083dd658b9ae0325afc4b1))
25-
* **service:** improve the styles in colorTheme Service ([#739](https://github.com/DTStack/molecule/issues/739)) ([5d93078](https://github.com/DTStack/molecule/commit/5d930784a85d493180f0027d148926428c7f1229))
26-
* throws the full Error message when the Extension load exception ([#735](https://github.com/DTStack/molecule/issues/735)) ([61b1753](https://github.com/DTStack/molecule/commit/61b1753fe8b6a1d3030dfa46d9ab4a1c3a3f7804))
27-
* update tab set value ([#750](https://github.com/DTStack/molecule/issues/750)) ([f97e00c](https://github.com/DTStack/molecule/commit/f97e00c6d68ad9780e6b82dff488ecad043ac2fd)), closes [#714](https://github.com/DTStack/molecule/issues/714)
28-
* use activeKey to control highlighting ([#724](https://github.com/DTStack/molecule/issues/724)) ([#742](https://github.com/DTStack/molecule/issues/742)) ([52d79b0](https://github.com/DTStack/molecule/commit/52d79b092502d71f30b4bad9f83b9aa45d1e8f5e))
29-
* use the enter character \u21a9 ([#746](https://github.com/DTStack/molecule/issues/746)) ([7fd02ab](https://github.com/DTStack/molecule/commit/7fd02ab5ba78fd319ecdc12f8916017099c9fbc1))
30-
* yarn web failed in windows ([#719](https://github.com/DTStack/molecule/issues/719)) ([05ad264](https://github.com/DTStack/molecule/commit/05ad264912b169d86ff503c243940821bb5d7273))
15+
- add hover style to tab within group ([#716](https://github.com/DTStack/molecule/issues/716)) ([#751](https://github.com/DTStack/molecule/issues/751)) ([0f97d83](https://github.com/DTStack/molecule/commit/0f97d8346b85b63459f1d0763be9e039623027c4))
16+
- change sort default value 0 to be compatible with Firefox ([#722](https://github.com/DTStack/molecule/issues/722)) ([#748](https://github.com/DTStack/molecule/issues/748)) ([22f310f](https://github.com/DTStack/molecule/commit/22f310fe92965f882c4c58b6a629d57ac4861817))
17+
- compatible background color for buttons and menu items ([#711](https://github.com/DTStack/molecule/issues/711)) ([a5134b0](https://github.com/DTStack/molecule/commit/a5134b08522b2be675d6cf2eb4d7782d798c5047))
18+
- **components:** add color variables for breadcrumb ([#740](https://github.com/DTStack/molecule/issues/740)) ([a87accd](https://github.com/DTStack/molecule/commit/a87accdbadf6394083628742e90a16cbe5789097))
19+
- disable click event when action is disabled ([#745](https://github.com/DTStack/molecule/issues/745)) ([ad0310d](https://github.com/DTStack/molecule/commit/ad0310d1c0856570651f39d42939fa91edb27ae4)), closes [#725](https://github.com/DTStack/molecule/issues/725)
20+
- **editor:** fix styles in editor tab extra ([#736](https://github.com/DTStack/molecule/issues/736)) ([a5bf2af](https://github.com/DTStack/molecule/commit/a5bf2af38f4fa2ac173419707bb2afae0914732d))
21+
- enable the editor to save viewState ([#696](https://github.com/DTStack/molecule/issues/696)) ([1d4f6da](https://github.com/DTStack/molecule/commit/1d4f6daddab56f433c74439af82347262e4a3148))
22+
- make editor not re-initialize when switching tabs ([#698](https://github.com/DTStack/molecule/issues/698)) ([814c5b2](https://github.com/DTStack/molecule/commit/814c5b2425c89dd72c083dd658b9ae0325afc4b1))
23+
- **service:** improve the styles in colorTheme Service ([#739](https://github.com/DTStack/molecule/issues/739)) ([5d93078](https://github.com/DTStack/molecule/commit/5d930784a85d493180f0027d148926428c7f1229))
24+
- throws the full Error message when the Extension load exception ([#735](https://github.com/DTStack/molecule/issues/735)) ([61b1753](https://github.com/DTStack/molecule/commit/61b1753fe8b6a1d3030dfa46d9ab4a1c3a3f7804))
25+
- update tab set value ([#750](https://github.com/DTStack/molecule/issues/750)) ([f97e00c](https://github.com/DTStack/molecule/commit/f97e00c6d68ad9780e6b82dff488ecad043ac2fd)), closes [#714](https://github.com/DTStack/molecule/issues/714)
26+
- use activeKey to control highlighting ([#724](https://github.com/DTStack/molecule/issues/724)) ([#742](https://github.com/DTStack/molecule/issues/742)) ([52d79b0](https://github.com/DTStack/molecule/commit/52d79b092502d71f30b4bad9f83b9aa45d1e8f5e))
27+
- use the enter character \u21a9 ([#746](https://github.com/DTStack/molecule/issues/746)) ([7fd02ab](https://github.com/DTStack/molecule/commit/7fd02ab5ba78fd319ecdc12f8916017099c9fbc1))
28+
- yarn web failed in windows ([#719](https://github.com/DTStack/molecule/issues/719)) ([05ad264](https://github.com/DTStack/molecule/commit/05ad264912b169d86ff503c243940821bb5d7273))
3129

3230
## [0.9.0-beta.4.2](https://github.com/DTStack/molecule/compare/v0.9.0-beta.3.2...v0.9.0-beta.4.2) (2022-03-04)
3331

website/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ $ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
3131
```
3232

3333
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
34+
35+
### release

website/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9.0-beta.1/advanced/customize-workbench.md

-187
This file was deleted.

0 commit comments

Comments
 (0)