Skip to content

Commit 22a59c7

Browse files
committed
chore(release): 0.9.0-alpha.6
1 parent e4699bc commit 22a59c7

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.9.0-alpha.6](https://github.com/DTStack/molecule/compare/v0.9.0-alpha.5...v0.9.0-alpha.6) (2021-10-27)
6+
7+
### Features
8+
9+
- add built-in service ([#471](https://github.com/DTStack/molecule/issues/471)) ([d96e2b3](https://github.com/DTStack/molecule/commit/d96e2b3785c36f6c59ac530be68c3ec8dafbb271))
10+
- provider supports custom locale ([#473](https://github.com/DTStack/molecule/issues/473)) ([f1d9012](https://github.com/DTStack/molecule/commit/f1d9012088a392bcbf77d378ce21e119c1ea04e9)), closes [#478](https://github.com/DTStack/molecule/issues/478)
11+
- remove rc-tree and develop the new Tree component ([#418](https://github.com/DTStack/molecule/issues/418)) ([8690180](https://github.com/DTStack/molecule/commit/8690180a9cd8cccd524672b5a0bf77c38dcac6fd))
12+
- set sidebar default width to 300px ([d15a621](https://github.com/DTStack/molecule/commit/d15a621c694cca53ffd3f6964c8c8aac34a453f5))
13+
- support render icon in tab title ([#447](https://github.com/DTStack/molecule/issues/447)) ([d67c2e0](https://github.com/DTStack/molecule/commit/d67c2e08413048f055fd01926e04a68fe487c9e6))
14+
- support to get groupId via tabId ([#431](https://github.com/DTStack/molecule/issues/431)) ([44c2a7b](https://github.com/DTStack/molecule/commit/44c2a7b1cd6a0d7a9b7755c988bb56fe28c2945b))
15+
- support to subscribe the drop event in tree ([#450](https://github.com/DTStack/molecule/issues/450)) ([8626600](https://github.com/DTStack/molecule/commit/86266002ab032d06d324c6f34ce473d1ea5e45c2))
16+
- **editor:** add the onOpenTab event ([#416](https://github.com/DTStack/molecule/issues/416)) ([cdbff6f](https://github.com/DTStack/molecule/commit/cdbff6f2fccd8e24e700f308930b4770c23828b7))
17+
18+
### Bug Fixes
19+
20+
- add built-in titles for the activityBar items ([#424](https://github.com/DTStack/molecule/issues/424)) ([0a5c31d](https://github.com/DTStack/molecule/commit/0a5c31d39d9af5bc9535b248c8dcc66ebda993ce))
21+
- fix editor size render incorrect when toggle the sidebar ([9655a45](https://github.com/DTStack/molecule/commit/9655a454658a1512411892b8e17b5d0265b1b62f))
22+
- fix select all action always select the editor content ([#415](https://github.com/DTStack/molecule/issues/415)) ([a1feb18](https://github.com/DTStack/molecule/commit/a1feb1802bda9a4520175af5d315336ca476bd50))
23+
- fix the searchById method ([#469](https://github.com/DTStack/molecule/issues/469)) ([03e32fb](https://github.com/DTStack/molecule/commit/03e32fb24897ac81aab3ef249e2041981e8ed1ce))
24+
- fix undo and redo actions ([#440](https://github.com/DTStack/molecule/issues/440)) ([b76f372](https://github.com/DTStack/molecule/commit/b76f3720726616d50a79a4f5f36b7a175eb11ada))
25+
- improve the forceUpdate after editor open and close ([#441](https://github.com/DTStack/molecule/issues/441)) ([50e0de2](https://github.com/DTStack/molecule/commit/50e0de2c8bcbb1e4ab434b0ec3603520b1b3f4f5))
26+
- optimize the shadow effect of Scrollable ([#443](https://github.com/DTStack/molecule/issues/443)) ([76ad9b3](https://github.com/DTStack/molecule/commit/76ad9b37500478e15e9547579ed11783176fd65f))
27+
- perfect the Tree component style ([#428](https://github.com/DTStack/molecule/issues/428)) ([8ad91e0](https://github.com/DTStack/molecule/commit/8ad91e0d7c0e21894895bbdd06d10701e7563ad4))
28+
- prevent miniMapSlider covered by other colors ([#448](https://github.com/DTStack/molecule/issues/448)) ([1b0aa04](https://github.com/DTStack/molecule/commit/1b0aa043735c4eba331978567ea76ddc92723254))
29+
- remove the pointer-events CSS property ([#423](https://github.com/DTStack/molecule/issues/423)) ([b3f6be6](https://github.com/DTStack/molecule/commit/b3f6be6094468ff924f647782a835f82deca6ba9))
30+
- remove the useless constructor arguments ([e4699bc](https://github.com/DTStack/molecule/commit/e4699bc56f2179c8b45177a2f06ecc21c3df25fc))
31+
- remove useless code ([#482](https://github.com/DTStack/molecule/issues/482)) ([5fbc961](https://github.com/DTStack/molecule/commit/5fbc961e2b4c3280f32c633a188da1b22c06613b))
32+
- renderPane exec twice ([#439](https://github.com/DTStack/molecule/issues/439)) ([5eb14a5](https://github.com/DTStack/molecule/commit/5eb14a51d4233b36e20f3db3962de579966d60fe))
33+
- set the collapse content width to initial value ([366a635](https://github.com/DTStack/molecule/commit/366a6355b51b89d997893dcd61036a53fe400377))
34+
- the sidebar collapse title style ([c27df72](https://github.com/DTStack/molecule/commit/c27df72f73d6e34e874975f14d770f9ff7f3e600))
35+
- the tsyringe inject the EditorModel error beacuse of the current is undefined ([#468](https://github.com/DTStack/molecule/issues/468)) ([fbb4113](https://github.com/DTStack/molecule/commit/fbb4113c985002cb032ff1ae9e5e90fa6caa5e58))
36+
- update the getBuiltInColors method to immutable ([b744265](https://github.com/DTStack/molecule/commit/b744265376a912b6ac18e244646c1dac751b2ba1))
37+
- update the hover style for list ([#476](https://github.com/DTStack/molecule/issues/476)) ([35e66fd](https://github.com/DTStack/molecule/commit/35e66fde0fc3f64d11e593a4c87222f93ca16e1f))
38+
- **color theme:** optimize the Panel, actionBar ([#445](https://github.com/DTStack/molecule/issues/445)) ([9ac1962](https://github.com/DTStack/molecule/commit/9ac1962f711969bc2f8f1524ef6ddc600add9b51))
39+
540
## [0.9.0-alpha.5](https://github.com/DTStack/molecule/compare/v0.9.0-alpha.4...v0.9.0-alpha.5) (2021-09-07)
641

742
### Features

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dtinsight/molecule",
3-
"version": "0.9.0-alpha.5",
3+
"version": "0.9.0-alpha.6",
44
"description": "A Web IDE UI Framework built with React.js, inspired by VSCode.",
55
"module": "./esm/index.js",
66
"typings": "./esm/index.d.ts",

0 commit comments

Comments
 (0)