Skip to content

Commit 6ad54b6

Browse files
committed
chore(release): 0.9.0-alpha.3.1
1 parent 4537548 commit 6ad54b6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.3.1](https://github.com/DTStack/molecule/compare/v0.9.0-alpha.3...v0.9.0-alpha.3.1) (2021-07-15)
6+
7+
### Features
8+
9+
- improve problems panel ([#242](https://github.com/DTStack/molecule/issues/242)) ([16be69c](https://github.com/DTStack/molecule/commit/16be69c3d85252fb356cc5a7ebe417cf5a645c85))
10+
11+
### Bug Fixes
12+
13+
- auto adjust the output after resize the panel ([#240](https://github.com/DTStack/molecule/issues/240)) ([7cbe2ed](https://github.com/DTStack/molecule/commit/7cbe2edb27b55c1686d53bd99988bccd35b534d7))
14+
- duplicate command palette in editor context menu ([#243](https://github.com/DTStack/molecule/issues/243)) ([111a4cd](https://github.com/DTStack/molecule/commit/111a4cdc915c829db54f6abc52b31f87e7d3f76e))
15+
- fix problem panel cannot open after hiding ([#239](https://github.com/DTStack/molecule/issues/239)) ([4d80bf9](https://github.com/DTStack/molecule/commit/4d80bf96e517a12ec8f6635df21b5e298234b61c))
16+
- improve editor actions ([#234](https://github.com/DTStack/molecule/issues/234)) ([443d4da](https://github.com/DTStack/molecule/commit/443d4dae10278f56b8f44b54fcdcf6a865192f9a))
17+
- improve the timing when to check empty of panels ([#233](https://github.com/DTStack/molecule/issues/233)) ([5ef6a82](https://github.com/DTStack/molecule/commit/5ef6a823177b30cef7195444186aaefb2ee7c204))
18+
- improve tree helper types ([#248](https://github.com/DTStack/molecule/issues/248)) ([1dfee56](https://github.com/DTStack/molecule/commit/1dfee561658ebf4c4712c161e8d953a1c68ab67d))
19+
- improve unreasonable design ([#232](https://github.com/DTStack/molecule/issues/232)) ([74f8976](https://github.com/DTStack/molecule/commit/74f8976f17c9297aab15744754fa8dcb20be07cf))
20+
- update foldertree new folder ([#247](https://github.com/DTStack/molecule/issues/247)) ([c505abe](https://github.com/DTStack/molecule/commit/c505abec149e252d2b529fc1a19abca2418815d6))
21+
522
## 0.9.0-alpha.3 (2021-07-10)
623

724
### ⚠ BREAKING CHANGES

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": "molecule",
3-
"version": "0.9.0-alpha.3",
3+
"version": "0.9.0-alpha.3.1",
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)