## [1.3.16](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.15...v1.3.16) (2024-09-05)


### Bug Fixes

* fix curValue is not updated after following file link in editor ([#21](https://github.com/x-orpheus/react-monaco-editor-lite/issues/21)) ([92f7262](https://github.com/x-orpheus/react-monaco-editor-lite/commit/92f7262491765ff862e09bf88072a4718f93f6e9))


### Features

* create new file/folder based on selected directory & highlight selected directory ([#22](https://github.com/x-orpheus/react-monaco-editor-lite/issues/22)) ([e79316a](https://github.com/x-orpheus/react-monaco-editor-lite/commit/e79316a545b7fc8cc0efa5676972b19d746697b4))



## [1.3.15](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.14...v1.3.15) (2024-06-13)



## [1.3.14](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.13...v1.3.14) (2024-06-11)


### Bug Fixes

* replace file to save & ui fix ([#19](https://github.com/x-orpheus/react-monaco-editor-lite/issues/19)) ([a5a704e](https://github.com/x-orpheus/react-monaco-editor-lite/commit/a5a704ec07ab1c1967c8a3b532dff65a38c1a2d4))



## [1.3.13](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.12...v1.3.13) (2024-06-07)


### Features

* support search replace text ([279ef2c](https://github.com/x-orpheus/react-monaco-editor-lite/commit/279ef2c2d89a7d9ee8cde766d8f81a014713f7d2))



## [1.3.12](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.11...v1.3.12) (2024-06-03)


### Bug Fixes

* sidebar file panel scroll height ([4ee2c53](https://github.com/x-orpheus/react-monaco-editor-lite/commit/4ee2c53e8c3817dfd079b0c6ad20c1ce8417fff1))



## [1.3.11](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.10...v1.3.11) (2024-05-17)


### Bug Fixes

* remove console ([4d53092](https://github.com/x-orpheus/react-monaco-editor-lite/commit/4d53092026a58f61b5b8e6ae0c2b5a12be6b8678))



## [1.3.10](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.9...v1.3.10) (2024-05-17)



## [1.3.9](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.8...v1.3.9) (2024-05-09)



## [1.3.8](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.7...v1.3.8) (2024-05-07)


### Bug Fixes

* status-bar zIndex ([92eabfe](https://github.com/x-orpheus/react-monaco-editor-lite/commit/92eabfe03ef65623d68e6211f00781d345f25724))



## [1.3.7](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.6...v1.3.7) (2024-04-25)


### Bug Fixes

* height bug ([f80393d](https://github.com/x-orpheus/react-monaco-editor-lite/commit/f80393d25e74c63753f12a2b9b3d088962b97806))



## [1.3.6](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.5...v1.3.6) (2024-04-25)


### Performance Improvements

* update css style ([5234b1e](https://github.com/x-orpheus/react-monaco-editor-lite/commit/5234b1e0bfd6afdf72f9cc11a423c93dc7738823))



## [1.3.5](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.4...v1.3.5) (2024-04-25)


### Bug Fixes

* root-wrapper dom style ([f1147dc](https://github.com/x-orpheus/react-monaco-editor-lite/commit/f1147dc253cdbd559abb53fe1a9970eced4e85ce))



## [1.3.4](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.3.3...v1.3.4) (2024-04-25)


### Features

* add open file panel & statusbar ([7975530](https://github.com/x-orpheus/react-monaco-editor-lite/commit/797553042cbde51a5544ad35d0e68d52c96dd9dc))
* add react d.ts lib ([13fb954](https://github.com/x-orpheus/react-monaco-editor-lite/commit/13fb954b6f57b8911ac09a23e345a73575f365d1))
* editor support inject extra libs d.ts  ([c277fd7](https://github.com/x-orpheus/react-monaco-editor-lite/commit/c277fd7dc19225aea15acfa26e40a18b94ec382d))
* sidebar file panel default use contextMenu ([0e3ed93](https://github.com/x-orpheus/react-monaco-editor-lite/commit/0e3ed93fc6eed48991e87a94e93ea35cb98be258))



## [1.3.3](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.2.3...v1.3.3) (2024-04-15)


### Bug Fixes

* debounce search text use result text ([c4ede2d](https://github.com/x-orpheus/react-monaco-editor-lite/commit/c4ede2d9160d37fe621ced5b635494d065e1065e))
* input css style ([#7](https://github.com/x-orpheus/react-monaco-editor-lite/issues/7)) ([72231d5](https://github.com/x-orpheus/react-monaco-editor-lite/commit/72231d5990afa244d8c6acd673cd485dacc516ed))
* press esc to close searchFile input ([#8](https://github.com/x-orpheus/react-monaco-editor-lite/issues/8)) ([b644f89](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b644f896c9008ce2cabdc7fec541a69433df878a))


### Features

* add decounce for searching text ([2c8b836](https://github.com/x-orpheus/react-monaco-editor-lite/commit/2c8b83610cd8f9ccdabb78b18959481a9c8ab30a))
* support search file & search text ([#6](https://github.com/x-orpheus/react-monaco-editor-lite/issues/6)) ([b4e9557](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b4e9557bc7ba636b6932aca85f532e743298bca8))



## [1.3.2](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.2.3...v1.3.2) (2024-04-02)


### Bug Fixes

* input css style ([#7](https://github.com/x-orpheus/react-monaco-editor-lite/issues/7)) ([72231d5](https://github.com/x-orpheus/react-monaco-editor-lite/commit/72231d5990afa244d8c6acd673cd485dacc516ed))
* press esc to close searchFile input ([#8](https://github.com/x-orpheus/react-monaco-editor-lite/issues/8)) ([b644f89](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b644f896c9008ce2cabdc7fec541a69433df878a))


### Features

* support search file & search text ([#6](https://github.com/x-orpheus/react-monaco-editor-lite/issues/6)) ([b4e9557](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b4e9557bc7ba636b6932aca85f532e743298bca8))



## [1.3.1](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.2.3...v1.3.1) (2024-04-02)


### Bug Fixes

* input css style ([#7](https://github.com/x-orpheus/react-monaco-editor-lite/issues/7)) ([72231d5](https://github.com/x-orpheus/react-monaco-editor-lite/commit/72231d5990afa244d8c6acd673cd485dacc516ed))
* press esc to close searchFile input ([#8](https://github.com/x-orpheus/react-monaco-editor-lite/issues/8)) ([b644f89](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b644f896c9008ce2cabdc7fec541a69433df878a))


### Features

* support search file & search text ([#6](https://github.com/x-orpheus/react-monaco-editor-lite/issues/6)) ([b4e9557](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b4e9557bc7ba636b6932aca85f532e743298bca8))



## [1.3.1](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.2.3...v1.3.1) (2024-04-02)


### Bug Fixes

* input css style ([#7](https://github.com/x-orpheus/react-monaco-editor-lite/issues/7)) ([72231d5](https://github.com/x-orpheus/react-monaco-editor-lite/commit/72231d5990afa244d8c6acd673cd485dacc516ed))
* press esc to close searchFile input ([#8](https://github.com/x-orpheus/react-monaco-editor-lite/issues/8)) ([b644f89](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b644f896c9008ce2cabdc7fec541a69433df878a))


### Features

* support search file & search text ([#6](https://github.com/x-orpheus/react-monaco-editor-lite/issues/6)) ([b4e9557](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b4e9557bc7ba636b6932aca85f532e743298bca8))



# [1.3.0](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.2.3...v1.3.0) (2024-03-18)


### Features

* support search file & search text ([#6](https://github.com/x-orpheus/react-monaco-editor-lite/issues/6)) ([b4e9557](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b4e9557bc7ba636b6932aca85f532e743298bca8))



## [1.2.3](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.75...v1.2.3) (2023-09-18)


### Bug Fixes

* fix renameFolder params ([70d4fc4](https://github.com/x-orpheus/react-monaco-editor-lite/commit/70d4fc453e554a475bde156c7ba9170939c2f203))
* fix setDiagnosticsOptions ([fab6e2e](https://github.com/x-orpheus/react-monaco-editor-lite/commit/fab6e2eab252a509a9c0d1289220d919e52919b2))
* init files ([4fee9f2](https://github.com/x-orpheus/react-monaco-editor-lite/commit/4fee9f2cc218e2697429c8fe562bf3a0b63936a4))
* update ([3c200ec](https://github.com/x-orpheus/react-monaco-editor-lite/commit/3c200ec4216ad93cd20b4aa3f9cd79f48f65ae39))


### Features

* disable internal prettier ([06cd4c9](https://github.com/x-orpheus/react-monaco-editor-lite/commit/06cd4c9118ab12c8cfc6363fc889ddbb61a3aca2))



## [1.0.75](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.74...v1.0.75) (2022-08-29)


### Bug Fixes

* 恢复 onRenameFile api ([02c0c44](https://github.com/x-orpheus/react-monaco-editor-lite/commit/02c0c448074afdbec4f707100b74508de8e7442b))



## [1.0.74](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.73...v1.0.74) (2022-08-29)



## [1.0.73](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.72...v1.0.73) (2022-08-29)


### Features

* 增加filechangetype 导出 ([1822c40](https://github.com/x-orpheus/react-monaco-editor-lite/commit/1822c40ecdeed9b1de22ca377d2dc274b4fd7945))



## [1.0.72](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.71...v1.0.72) (2022-08-29)


### Features

* change file change notify ([3ae1c65](https://github.com/x-orpheus/react-monaco-editor-lite/commit/3ae1c65d4d15d6807fe4cd4950aa34182557a5c1))



## [1.0.71](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.70...v1.0.71) (2022-08-27)


### Features

* 增加根目录添加文件、添加文件夹 ([93c7bb3](https://github.com/x-orpheus/react-monaco-editor-lite/commit/93c7bb31b456f0166bd9de4bf5edbd24d3767a63))



## [1.0.70](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.69...v1.0.70) (2022-08-25)


### Bug Fixes

* prettier save not sync ([404288a](https://github.com/x-orpheus/react-monaco-editor-lite/commit/404288ae86ebfcf3de36d47469b3b12a04488602))



## [1.0.69](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.69-beta.2...v1.0.69) (2022-08-16)



## [1.0.69-beta.2](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.69-beta.1...v1.0.69-beta.2) (2022-08-16)


### Bug Fixes

* init ([136b364](https://github.com/x-orpheus/react-monaco-editor-lite/commit/136b3644230b5e538471a02fde5af1596aed01c0))



## [1.0.69-beta.1](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.69-beta.0...v1.0.69-beta.1) (2022-08-16)


### Bug Fixes

* notify when refresh ([f4b37f0](https://github.com/x-orpheus/react-monaco-editor-lite/commit/f4b37f08cc1e9816d3beda3e90b7e744e330417e))



## [1.0.69-beta.0](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.68...v1.0.69-beta.0) (2022-08-16)



## [1.0.68](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.67...v1.0.68) (2022-08-16)


### Features

* 去除冗余更新 ([96f3554](https://github.com/x-orpheus/react-monaco-editor-lite/commit/96f3554c1aee8de4438ae5af71e3f6af88ba0431))
* 去除onpathchange冗余更新 ([01ecae9](https://github.com/x-orpheus/react-monaco-editor-lite/commit/01ecae9ccb53c6ed40cf68c6bdb0373c8465e8d2))
* 优化 ref 取值 ([330ee38](https://github.com/x-orpheus/react-monaco-editor-lite/commit/330ee385eb532b96f56f77aa3afa92997d088a9a))



## [1.0.67](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.66...v1.0.67) (2022-08-15)


### Features

* add syntax check ([88edac8](https://github.com/x-orpheus/react-monaco-editor-lite/commit/88edac8f4a96074588fb4e8c9650039b3613ffa4))



## [1.0.66](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.65...v1.0.66) (2022-07-13)


### Bug Fixes

* getStringValue except undefined ([8fca849](https://github.com/x-orpheus/react-monaco-editor-lite/commit/8fca84997893b566051a6ce372741dae6e03d860))



## [1.0.65](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.64...v1.0.65) (2022-07-11)


### Bug Fixes

* 增加单文件组件value 支持 ([a090aeb](https://github.com/x-orpheus/react-monaco-editor-lite/commit/a090aeb9cc79c69359a81fea7da02ef2fb9b9b6a))



## [1.0.64](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.63...v1.0.64) (2022-07-09)


### Bug Fixes

* empty defaultpath focus ([47e42b0](https://github.com/x-orpheus/react-monaco-editor-lite/commit/47e42b0c45930a06fe8a7f3baa7287bec34f32ae))



## [1.0.63](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.62...v1.0.63) (2022-06-28)


### Bug Fixes

* rerender ([cea0022](https://github.com/x-orpheus/react-monaco-editor-lite/commit/cea0022897c525e4d652a5a3eccae1c1664bb7fd))



## [1.0.62](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.61...v1.0.62) (2022-06-28)


### Features

* 优化拖拽逻辑 ([579e2af](https://github.com/x-orpheus/react-monaco-editor-lite/commit/579e2afc456a308c59f52d25ca488ca37afcc4d4))



## [1.0.61](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.60...v1.0.61) (2022-06-24)


### Bug Fixes

* change onpathchange 时机 ([b69d738](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b69d738f03d03aff40db0fc6597ee0ac0a2f2b9b))


### Features

* add vscode debug file ([2f7b5db](https://github.com/x-orpheus/react-monaco-editor-lite/commit/2f7b5db958af3b4e970a78a23c4255273ba49a04))



## [1.0.60](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.59...v1.0.60) (2022-06-23)


### Bug Fixes

* cdn cache ([0882f6c](https://github.com/x-orpheus/react-monaco-editor-lite/commit/0882f6c895a7bc2075294dc1ed128fe39f627062))
* theme ([4ed6605](https://github.com/x-orpheus/react-monaco-editor-lite/commit/4ed660579deed50f875cb114ca82fc32d099375c))



## [1.0.59](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.58...v1.0.59) (2022-06-23)


### Bug Fixes

* monaco-editor ([fe85f24](https://github.com/x-orpheus/react-monaco-editor-lite/commit/fe85f247c16fe523fafa2883b620d0fb429a28ed))



## [1.0.58](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.57...v1.0.58) (2022-06-22)


### Bug Fixes

* number input ([8c90367](https://github.com/x-orpheus/react-monaco-editor-lite/commit/8c9036776d00702a186256c1eac1f2ab4d286851))



## [1.0.57](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.56...v1.0.57) (2022-06-22)


### Bug Fixes

* export bug ([67db6fe](https://github.com/x-orpheus/react-monaco-editor-lite/commit/67db6fe6998445a0b12401d6b30877d5565fbfd4))



## [1.0.56](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.55...v1.0.56) (2022-06-22)


### Bug Fixes

* 补充单文件编辑器用法 ([9269af8](https://github.com/x-orpheus/react-monaco-editor-lite/commit/9269af8813b21a4a36039da75082e66aa9e903b3))


### Features

* 增加singleEditor高度样式可覆盖 ([0f4cab7](https://github.com/x-orpheus/react-monaco-editor-lite/commit/0f4cab7db1e9029146776ee85fa9ad33e5154c85))



## [1.0.55](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.54...v1.0.55) (2022-05-09)


### Bug Fixes

* type ([2da8389](https://github.com/x-orpheus/react-monaco-editor-lite/commit/2da8389234b5dce57830cbba5e9b829c6cd3b4e7))
* type ([7c2b8fa](https://github.com/x-orpheus/react-monaco-editor-lite/commit/7c2b8fa2506d67f0ca34788fc2730a890f58a3a3))



## [1.0.54](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.53...v1.0.54) (2022-05-09)


### Bug Fixes

* export ([ad779c7](https://github.com/x-orpheus/react-monaco-editor-lite/commit/ad779c700b7e779966a0a031089359cff3e4bde4))
* type error ([f4713ab](https://github.com/x-orpheus/react-monaco-editor-lite/commit/f4713abcb7d74b4d9ad6e711981eb831ed6021b8))



## [1.0.53](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.52...v1.0.53) (2022-05-09)


### Bug Fixes

* loc ([ceb99dc](https://github.com/x-orpheus/react-monaco-editor-lite/commit/ceb99dcdf74fc36ac0f4150c24582e411a9755da))


### Features

* 完善单文件editor肝功能 ([3b83c73](https://github.com/x-orpheus/react-monaco-editor-lite/commit/3b83c73c17eed2f85b0a0246915b975e3090494f))
* 增加类型导出 ([4d34575](https://github.com/x-orpheus/react-monaco-editor-lite/commit/4d345754d6677add47364781315bfddb48ab687e))



## [1.0.52](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.51...v1.0.52) (2022-05-05)


### Bug Fixes

* readme ([4198d98](https://github.com/x-orpheus/react-monaco-editor-lite/commit/4198d98173cc9d84e74f87919ef749f478660f62))


### Features

* 增加demo ([87f67e8](https://github.com/x-orpheus/react-monaco-editor-lite/commit/87f67e89084ce818c2d894cc6f25e59d0b68a7fa))
* change assetpath ([b1a9f3c](https://github.com/x-orpheus/react-monaco-editor-lite/commit/b1a9f3cbc35d709b52116105a1957818ef9f4b87))



## [1.0.51](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.50...v1.0.51) (2022-05-05)



## [1.0.50](https://github.com/x-orpheus/react-monaco-editor-lite/compare/v1.0.49...v1.0.50) (2022-05-05)


### Features

* change package name ([9a0a5bc](https://github.com/x-orpheus/react-monaco-editor-lite/commit/9a0a5bcd01979d86fd3fa57d38f50dee410ae091))



## [1.0.49](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.48...v1.0.49) (2022-05-05)


### Bug Fixes

* 替换公网cdn链接 ([474f496](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/474f49618d68deb64e6820587513dcc75f86e456))



## [1.0.48](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.47...v1.0.48) (2022-05-05)


### Features

* 样式优化 ([e64f258](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/e64f2587c6235b1d7312d74e9e64135a8a6d5f22))



## [1.0.47](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.46...v1.0.47) (2022-04-24)


### Features

* add md api doc ([4de1347](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/4de13475368db99caa39a2248090cc114d499466))
* typedoc html ([e219b84](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/e219b846fb6a0246e7ab1678f83b9e64997f0d70))



## [1.0.46](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.45...v1.0.46) (2022-04-24)


### Features

* 调整目录，修改typedoc生成方案 ([5cd40a6](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/5cd40a688bcf022055d1db147a18736a100056d5))
* 优化theme更新方式 ([c8592b3](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/c8592b34a8d5632984a65df7d1873117d45979e0))



## [1.0.45](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.44...v1.0.45) (2022-04-21)


### Bug Fixes

* onchange bug ([7e8f7b6](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/7e8f7b64e4e4a156446e0cfe7a3a6cc6edf65485))



## [1.0.44](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.43...v1.0.44) (2022-04-21)


### Bug Fixes

* refresh 重复调用bug ([0d784a2](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/0d784a2cff3f3fec73f9bc822b435d9e215d92fa))



## [1.0.43](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.42...v1.0.43) (2022-04-21)


### Bug Fixes

* onclosefile ([939a733](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/939a7334a9fdc4681530217206dac2efc3180163))



## [1.0.42](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.41...v1.0.42) (2022-04-21)


### Bug Fixes

* button color ([758fa59](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/758fa591222f82290656b2766d2e24fe8deb1e74))



## [1.0.41](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.40...v1.0.41) (2022-04-21)


### Features

* 修改主题为githubdark, githublight ([944f406](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/944f406a745a786a8aadca77407491cac44b949e))



## [1.0.40](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.39...v1.0.40) (2022-04-17)


### Features

* 调整间距，增加title属性配置 ([c296e1e](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/c296e1ea8e431e41333f76b61c6d38dee5922ad6))



## [1.0.39](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.38...v1.0.39) (2022-04-17)


### Features

* 增加失焦保存，增加openedtab同名子目录展示，调整部分样式 ([ddaef6a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/ddaef6ad178ba7aacfaa7c5db508a1d1c4fe84e9))
* 增加重命名时重复名称校验 ([9d1c378](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/9d1c378529264172b2acba64c7aefed90ce8e9ac))
* 增加onFileRename回调 ([8074bfb](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/8074bfba190b1ad5d1009296230e5d83cb5f84a1))



## [1.0.38](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.37...v1.0.38) (2022-04-11)


### Bug Fixes

* select bug ([a931049](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/a9310494e70fcb24f2abe4992bc4d62e26aaac91))



## [1.0.37](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.36...v1.0.37) (2022-04-07)


### Bug Fixes

* refresh state ([8dca859](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/8dca8594fe0b093d1347d77b489f0f7427c624bd))



## [1.0.36](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.35...v1.0.36) (2022-04-06)


### Features

* add loc selection ([a38fd8a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/a38fd8ac12723ec4d0b67c87b1079c4ae528814d))



## [1.0.35](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.34...v1.0.35) (2022-04-06)


### Bug Fixes

* refresh path不会自动打开&修复背景色为空的bug ([af9cf1b](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/af9cf1b69396ac7bab644cc7b989cf438b6b0d63))



## [1.0.34](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.33...v1.0.34) (2022-04-06)


### Features

* 增加defaultPath支持，增加refresh时指定path功能 ([d53f76a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/d53f76ad5a658098bea7dd6ff12a1ae25106db6c))



## [1.0.33](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.32...v1.0.33) (2022-04-06)


### Bug Fixes

* type direction ([e3133e3](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/e3133e3869ac6e7a098547f37579f904722d57b9))



## [1.0.32](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.31...v1.0.32) (2022-04-06)


### Features

* 删除debug consile ([571c4e0](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/571c4e078bbc138f8b7b98212996befff3fdfa87))



## [1.0.31](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.30...v1.0.31) (2022-04-06)


### Bug Fixes

* tabsize ([61ac5e2](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/61ac5e2215bf71ae48dfa76b02feb1f2799b9ad6))



## [1.0.30](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.30-beta.0...v1.0.30) (2022-04-06)


### Bug Fixes

* 主题色css变量改到ide根元素而非html上 ([b5a9678](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/b5a9678605d072ad6ea0c0c7e04ece44ff5b352e))
* 主题选择bug ([0575387](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/05753870f37d83b75d8e9c2cb1152dcde5c744ab))


### Features

* 增加eslint, prettier, fileops以及setting的可配置开关 ([27a235c](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/27a235c493e7eb6a6c40df768db67696dee9af76))
* 增加文件保存回调 ([9595c09](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/9595c09f06c08d6d8d0026dacac7c7229446bfc1))



## [1.0.30-beta.0](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.29...v1.0.30-beta.0) (2022-04-01)


### Bug Fixes

* add debug msg ([286e829](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/286e829e6da4a4b46c9c1afd0875fad1da1e9c21))



## [1.0.29](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.28...v1.0.29) (2022-04-01)


### Features

* 优化代码，增加refresh文件树方法 ([33cebc2](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/33cebc24396597b17585a3a459898800990817e4))



## [1.0.28](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.27...v1.0.28) (2022-02-17)


### Bug Fixes

* modal style ([8935907](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/893590775c65d9c123f4d3cced9c0de037d3c9c9))



## [1.0.27](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.25...v1.0.27) (2022-02-17)


### Bug Fixes

* webpack build extension ([e274e58](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/e274e586e6e5224f0dcbe8286f6203a14d5b5fab))
* 修复编辑器大小调整后无法复原的问题，文件tab增加自动定位到当前文件的功能 ([ce388f5](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/ce388f581925bf881b2292786303beab200255de))
* 自动代码补全概率失效 ([9ff1a69](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/9ff1a691138ba00b60f90e930f090bae2f45b1d4))
* 调整demo结构，优化select组件，优化prettier引入方案，避免污染全局bianlaing ([0053ba6](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/0053ba619a86d0dd515f0aa9edcb65ae49173855))


### Features

* change cdn to unpkg ([f8be654](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/f8be654c89e1372f3b1c93df3d1acaf8834cf25b))
* 优化新增编辑框，美化样式，增加自动选择，增加回车输入，兼容部分场景下文件类型找不到不展示默认文件图标的情况 ([8d75ab4](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/8d75ab43a40d70af44cfa0dbacb7fef6f0643bf1))
* 修改文件域为music:/, 增加eslint报错时，规则链接的跳转 ([8a2bf2a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/8a2bf2a4d1867e3f944828db16240cf3ce88b4af))
* 增加tab区文件类型识别 ([c6fd7a9](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/c6fd7a952d67e8958c2b726bf68066a3adba442d))
* 增加右键功能覆盖 ([7229b4b](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/7229b4bf31dcc4870430e93629b305d661d0e81d))
* 增加文件夹增删修改名称，修复focus文件时 ([5fa5827](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/5fa5827159ea577f47a2a2c2bb03b349eccf0014))
* 增加文件夹自动展开功能，增加文件删除提醒功能 ([82d557e](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/82d557e671ca8dd6c2677057cd4939e1ff966f0f))
* 增加文件管理功能，实现文件的增加删除与名称修改 ([6a9403a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/6a9403aa424b36d6a0f5db8d2555699e35a9d6dc))
* 完成右键closeall, closeOthers功能 ([4341420](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/434142040cdaac6625aa4580c02714e09795697b))
* 整理主题选择 ([3323085](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/332308551307f10894864a3885f68bcd1079becd))
* 整理目录结构，提供alias ([1575a9d](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/1575a9d6faac3f18dafb390642ba60aaa2351c20))
* 补充基础组件button, modal, 增加已修改文件的保存二次确认，prettier增加hover高亮 ([8dca39e](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/8dca39eae4ec9d0e121fa16aacf51fae0d8ad8ed))
* 调整目录结构，区分demo代码及包代码 ([23cdedb](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/23cdedb24ecb985662d74f041292e816cbeffbff))



## [1.0.26](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.25...v1.0.26) (2022-02-07)


### Bug Fixes

* 调整demo结构，优化select组件，优化prettier引入方案，避免污染全局bianlaing ([0053ba6](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/0053ba619a86d0dd515f0aa9edcb65ae49173855))
* 修复编辑器大小调整后无法复原的问题，文件tab增加自动定位到当前文件的功能 ([ce388f5](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/ce388f581925bf881b2292786303beab200255de))
* 自动代码补全概率失效 ([9ff1a69](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/9ff1a691138ba00b60f90e930f090bae2f45b1d4))
* webpack build extension ([e274e58](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/e274e586e6e5224f0dcbe8286f6203a14d5b5fab))


### Features

* 调整目录结构，区分demo代码及包代码 ([23cdedb](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/23cdedb24ecb985662d74f041292e816cbeffbff))
* 修改文件域为music:/, 增加eslint报错时，规则链接的跳转 ([8a2bf2a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/8a2bf2a4d1867e3f944828db16240cf3ce88b4af))
* 增加文件管理功能，实现文件的增加删除与名称修改 ([6a9403a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/6a9403aa424b36d6a0f5db8d2555699e35a9d6dc))
* 增加文件夹增删修改名称，修复focus文件时 ([5fa5827](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/5fa5827159ea577f47a2a2c2bb03b349eccf0014))
* 整理目录结构，提供alias ([1575a9d](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/1575a9d6faac3f18dafb390642ba60aaa2351c20))
* 整理主题选择 ([3323085](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/332308551307f10894864a3885f68bcd1079becd))
* change cdn to unpkg ([f8be654](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/f8be654c89e1372f3b1c93df3d1acaf8834cf25b))



## [1.0.25](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.24...v1.0.25) (2022-01-20)


### Features

* 升级prettier 2，支持html, css, less等格式化 ([592f8cb](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/592f8cba5dc1415afc936bb4770648ee73923245))



## [1.0.24](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.24-beta.2...v1.0.24) (2022-01-10)



## [1.0.24-beta.2](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.24-beta.1...v1.0.24-beta.2) (2022-01-10)


### Bug Fixes

* dynamic prettier ([9b5696a](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/9b5696a8ad73f0529b6e46baebda2b79b48a1bad))
* rm dist ([d4617f0](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/d4617f0572d8937120e5466ecea04511c39333be))



## [1.0.24-beta.1](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.24-beta.0...v1.0.24-beta.1) (2022-01-10)


### Bug Fixes

* worker cors ([358735e](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/358735eb48dff3c48979ccc2992cebb161107bbd))



## [1.0.24-beta.0](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.22...v1.0.24-beta.0) (2022-01-10)


### Features

* 增加eslint功能及代码补全功能 ([d64cf62](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/d64cf627043a73758cf60c8d626729892ef51f8d))
* 增加setTheme, getSupportTheme对外暴露方法 ([5d4ae19](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/5d4ae191745da36eed4eba5716e4c709c19189b3))
* 增加自动prettier及prettier入口 ([9904915](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/9904915d7580d389240e8884990d3b50ab474cbe))
* 增加设置选项 ([618960f](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/618960fb78bb901a785023de49bf069b15d2098a))
* 美化文件折叠箭头 ([6d46b17](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/6d46b177a7c1e69c554c9a8cc30e195163ddedc3))



## 1.0.23 (2021-12-15)


### Bug Fixes

* assets path ([d4d1005](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/d4d100560281ca7e00a86066e5ed4a9194ca35f7))
* assetspath ([ce68e33](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/ce68e332bb0867acabc50d7d4421f546617e97b6))
* assetspath ([459b9ff](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/459b9ff9e794e3c4bb4952b0bb5ab639a6793192))
* chang asset path ([fdef9d0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdef9d0649796620c9ccb4366cb4be8cc4b88277))
* close hover color ([18a99a5](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/18a99a587ba1bb5cf11f615b37db20a4a81a5a95))
* empty file deal ([bfa8aa7](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/bfa8aa72a976cb1b20a61adb5458d67b041f32dc))
* export name ([66ac104](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/66ac104939360263db435784997ebc09d7e50569))
* export type ([88f498c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/88f498ccc9acfc0262b6d2e92f428c80d41d74ad))
* filelist last one focuse bug ([fdf1d97](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdf1d97dea2be5efafa902ffc08096f598053edf))
* fix 大小写问题 ([586b393](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/586b3937f71002c2ab9601ed6aea05d510e8e8b1))
* readme ([e86660b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/e86660bb8373dcf90ceca206e5edabb0ab411182))
* replace changelog gitlab host ([b196a1c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b196a1cac69506d559a04cac371030629d73507e))
* rm peerDep ([a364b7c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a364b7c07974b1b6330f46c05492afa67b2b1e6b))
* type doc ([600165d](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/600165d6616f5d1514803592a53c4f70aa706968))
* 修复键盘绑定事件为局部 ([b3bd39e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b3bd39e9aeec627399c495662e11150ae4db7f51))
* 发包中的自动化脚本遗漏dist文件修改的bug ([fdd8df6](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdd8df67679df4b18addbbb44b7460eaa128ebd0))
* 静态资源文件大小写问题 ([e735afa](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/e735afa76de1e061a58eea10f349e50abfdefc0d))


### Features

* add ([fa114ff](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fa114ffff10ac600eaa0b4438939184058a33348))
* add close panel ([1ef6e8e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1ef6e8ef9437d541f08ea89a03e8ed22b8af058b))
* add cloudide support ([7d5ecb4](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7d5ecb4915600a3a2429922715ed983c203835c9))
* add doc ([68dac76](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/68dac76659a921c64b9e0f2aad98bb53eadd9a3c))
* add eslint, add go to definition ([3f4ed85](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/3f4ed85e475faa533ab50c1dcd91e8b3c586f177))
* add global variable ([a314ea2](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a314ea2c1c0e18e15aedc4bdfe79697a6f91d6b8))
* add note ([1e22fef](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1e22fef68a919bd80ba38219ed592c49c758171c))
* add tab close & focus style ([aedd687](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/aedd687f28c33dfbbaa0982cc3f3c0c204f1002e))
* add theme support ([06cb1d3](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/06cb1d3d18a59460d296dccd6c9fcf22ee5efe3b))
* add typings ([b50c61e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b50c61e56375fc26a4b35572b898276dae4cd369))
* add 如何贡献代码 ([cddeb75](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/cddeb750cea5d864713e29b60c5dd5c42932d6f7))
* adjust params ([b96106b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b96106b71ad8b5ebfed8ee46c9a960a9c3d3e8cc))
* change single editor props to accept default value ([65696a4](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/65696a4265cfb81ee5b60cc43a974e7dcab17452))
* change to version beta 2 ([e45b79d](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/e45b79df9e26460798e36db14866cf641ce74216))
* change to version1.0.3 ([bdd82c4](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/bdd82c4dec82b9c6fea80723f8fd09bb8124ff82))
* delete unused files ([469e320](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/469e32027378bc646281f85edfaed91dd66e3fb4))
* first commit ([8bd14f2](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/8bd14f21f4693e4660a9601ce1ec1b8b73b5422a))
* make doc more ([7f55465](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7f55465a3ce65ec867d5450af02887e2df3235bb))
* regenerate changelog ([f84d08e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/f84d08e3eb112bb07f0dd0399e4cb0360f26714d))
* signle Editor 受控 ([cecd210](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/cecd210d87eef9916737d4a0b4f867802d5b7a48))
* tab adjust ([0151a29](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/0151a29b8c9a889d51cda109cd5fd8df37946101))
* test ([df26b8f](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/df26b8f9b970b8db9ec9852844b7156fba5214da))
* test ([9d644ad](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/9d644ad6a614bf2af65f3aebb2db4ab9180d6d83))
* test monaco-editor ([242e1af](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/242e1afd84f7fd3c3310442dd0e04d62edc35fed))
* v1.0.2 ([65ec031](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/65ec0311d3e951c799604d40f6e43c15813b91ea))
* v1.0.5 version ([5f34f8f](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/5f34f8f353d29546ae42639a83617746bd72cc48))
* version ([4144e3b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/4144e3b28c8cb3ea60c49ec1c143d19c0ec49636))
* version 1 ([1d8f076](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1d8f07668eb49a77221742752ac777843b38b053))
* 优化目录 ([718b1cd](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/718b1cd161b122bfa7751a36de433ef33ec1bccd))
* 修改monaco editor加载方式 ([499ca68](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/499ca6828d614272091ace682edc8e4558d559bd))
* 修改readme ([932694c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/932694c59de0c23a4b6d35f544eeff4f95ce2231))
* 增加cmd+s功能，增加ref getValue, getAllValue方法暴漏 ([356f266](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/356f2666dfe7600d320efe77739d52744a371eb2))
* 增加less语言高亮 ([5398053](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/539805358d5a6669f69994d9fd519d2e36f303fc))
* 增加prettier对js文件的支持 ([66a6222](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/66a62224771207ba95bd05370d95fc5742e954a6))
* 增加readme ([0b4f7c1](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/0b4f7c188b9ebe57917080baa42b0061eef29fd3))
* 增加readme内容 ([9153637](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/9153637a7a35e850d2902380bb6dd7ee259d8bb6))
* 增加setTheme, getSupportTheme对外暴露方法 ([5d4ae19](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/5d4ae191745da36eed4eba5716e4c709c19189b3))
* 增加tab滚动条样式 ([f84d232](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/f84d232d431fd6f3952bf9c30714076f2f6c4316))
* 增加主题文件 ([18de13f](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/18de13f0cfeb23d587a806b35d0ecda4e9a2bd6f))
* 增加单文件组件，多文件组件开发中 ([cc9ae29](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/cc9ae29ad8bc172fe9c188afe26c55a0f2ae701e))
* 增加图标库，增加主题色 ([ac43a6e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/ac43a6ef6dddc6e98f03f9f98ecbd961dac024bd))
* 增加宽度调整 ([668e025](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/668e025ed656b313ee79d531dfb5ed2e6e33707d))
* 增加文件tab功能 ([7a94fd9](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7a94fd9ac520f70a291365218450366fa81c9780))
* 增加文件关闭后自动聚焦下一文件，增加空态处理 ([a418333](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a4183335ae275302d06bcf65b3417f7735a699e9))
* 增加文件切换时的状态保留，解藕editor与文件操作 ([adf40d8](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/adf40d854a2f55fbd69019423a2256bf5ec7b7ec))
* 增加文件图标，增加文件列表色值 ([deb21bf](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/deb21bf7a9d6afd3e54619ab39d121e9b801febe))
* 增加注释 ([692158b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/692158b3f0c62f63de10fb62d2449140050d428a))
* 增加设置选项 ([618960f](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/618960fb78bb901a785023de49bf069b15d2098a))
* 多文件组件完全内部控制状态，不做外部受控 ([96650fe](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/96650fe80719595db883edfc9690bd70417588fe))
* 多文件编辑器下，暂不支持受控 ([6dcd409](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/6dcd4097d3eb1bf788a3278bc7aff809778a192a))
* 完善monaco-editor加载方式 ([a1a6939](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a1a6939f3cf9454fb7e91945768aaf7eab1d3b23))
* 彻底移除多文件的受控，精简代码 ([1d6572d](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1d6572db78ca24308193670f20552379dd2673c4))
* 美化loading 样式 ([00cd1fa](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/00cd1fa5bf4e153ac5766c68977b92dd818e0c73))
* 美化文件折叠箭头 ([6d46b17](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/6d46b177a7c1e69c554c9a8cc30e195163ddedc3))



## [1.0.22](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.21...v1.0.22) (2021-12-14)


### Features

* add theme support ([06cb1d3](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/06cb1d3d18a59460d296dccd6c9fcf22ee5efe3b))
* 增加主题文件 ([18de13f](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/18de13f0cfeb23d587a806b35d0ecda4e9a2bd6f))
* 增加宽度调整 ([668e025](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/668e025ed656b313ee79d531dfb5ed2e6e33707d))
* 美化loading 样式 ([00cd1fa](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/00cd1fa5bf4e153ac5766c68977b92dd818e0c73))



## [1.0.21](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/compare/v1.0.20...v1.0.21) (2021-12-06)


### Bug Fixes

* type doc ([600165d](https://g.hz.netease.com/NeteaseMusicUI/cloud-ide/monaco-editor-playground/commits/600165d6616f5d1514803592a53c4f70aa706968))



## [1.0.20](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.19...v1.0.20) (2021-12-06)


### Bug Fixes

* chang asset path ([fdef9d0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdef9d0649796620c9ccb4366cb4be8cc4b88277))



## [1.0.19](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.19-beta.0...v1.0.19) (2021-12-06)


### Bug Fixes

* export name ([66ac104](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/66ac104939360263db435784997ebc09d7e50569))
* export type ([88f498c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/88f498ccc9acfc0262b6d2e92f428c80d41d74ad))
* rm peerDep ([a364b7c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a364b7c07974b1b6330f46c05492afa67b2b1e6b))


### Features

* 修改monaco editor加载方式 ([499ca68](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/499ca6828d614272091ace682edc8e4558d559bd))
* 完善monaco-editor加载方式 ([a1a6939](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a1a6939f3cf9454fb7e91945768aaf7eab1d3b23))



## [1.0.19-beta.0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.18...v1.0.19-beta.0) (2021-12-06)


### Features

* test monaco-editor ([242e1af](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/242e1afd84f7fd3c3310442dd0e04d62edc35fed))



## [1.0.18](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.17...v1.0.18) (2021-12-06)



## [1.0.17](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.16...v1.0.17) (2021-12-06)


### Bug Fixes

* close hover color ([18a99a5](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/18a99a587ba1bb5cf11f615b37db20a4a81a5a95))
* 修复键盘绑定事件为局部 ([b3bd39e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b3bd39e9aeec627399c495662e11150ae4db7f51))


### Features

* 增加cmd+s功能，增加ref getValue, getAllValue方法暴漏 ([356f266](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/356f2666dfe7600d320efe77739d52744a371eb2))



## [1.0.16](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.15...v1.0.16) (2021-11-24)


### Features

* add eslint, add go to definition ([3f4ed85](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/3f4ed85e475faa533ab50c1dcd91e8b3c586f177))
* 彻底移除多文件的受控，精简代码 ([1d6572d](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1d6572db78ca24308193670f20552379dd2673c4))



## [1.0.15](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.15-beta.2...v1.0.15) (2021-11-22)


### Bug Fixes

* assets path ([d4d1005](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/d4d100560281ca7e00a86066e5ed4a9194ca35f7))



## [1.0.15-beta.2](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.15-beta.1...v1.0.15-beta.2) (2021-11-22)


### Bug Fixes

* assetspath ([ce68e33](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/ce68e332bb0867acabc50d7d4421f546617e97b6))



## [1.0.15-beta.1](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.15-beta.0...v1.0.15-beta.1) (2021-11-22)


### Bug Fixes

* assetspath ([459b9ff](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/459b9ff9e794e3c4bb4952b0bb5ab639a6793192))



## [1.0.15-beta.0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.14...v1.0.15-beta.0) (2021-11-22)


### Bug Fixes

* fix 大小写问题 ([586b393](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/586b3937f71002c2ab9601ed6aea05d510e8e8b1))
* 静态资源文件大小写问题 ([e735afa](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/e735afa76de1e061a58eea10f349e50abfdefc0d))


### Features

* add global variable ([a314ea2](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a314ea2c1c0e18e15aedc4bdfe79697a6f91d6b8))
* 增加prettier对js文件的支持 ([66a6222](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/66a62224771207ba95bd05370d95fc5742e954a6))



## [1.0.14](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.13...v1.0.14) (2021-11-22)


### Bug Fixes

* empty file deal ([bfa8aa7](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/bfa8aa72a976cb1b20a61adb5458d67b041f32dc))
* filelist last one focuse bug ([fdf1d97](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdf1d97dea2be5efafa902ffc08096f598053edf))


### Features

* 增加less语言高亮 ([5398053](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/539805358d5a6669f69994d9fd519d2e36f303fc))
* 增加readme内容 ([9153637](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/9153637a7a35e850d2902380bb6dd7ee259d8bb6))
* 增加文件关闭后自动聚焦下一文件，增加空态处理 ([a418333](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/a4183335ae275302d06bcf65b3417f7735a699e9))



## [1.0.13](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.12...v1.0.13) (2021-11-19)


### Features

* 修改readme ([932694c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/932694c59de0c23a4b6d35f544eeff4f95ce2231))



## [1.0.12](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.9...v1.0.12) (2021-11-19)


### Bug Fixes

* 发包中的自动化脚本遗漏dist文件修改的bug ([fdd8df6](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdd8df67679df4b18addbbb44b7460eaa128ebd0))


### Features

* add doc ([68dac76](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/68dac76659a921c64b9e0f2aad98bb53eadd9a3c))
* make doc more ([7f55465](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7f55465a3ce65ec867d5450af02887e2df3235bb))
* test ([df26b8f](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/df26b8f9b970b8db9ec9852844b7156fba5214da))
* test ([9d644ad](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/9d644ad6a614bf2af65f3aebb2db4ab9180d6d83))



## [1.0.11](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.9...v1.0.11) (2021-11-19)


### Bug Fixes

* 发包中的自动化脚本遗漏dist文件修改的bug ([fdd8df6](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdd8df67679df4b18addbbb44b7460eaa128ebd0))


### Features

* add doc ([68dac76](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/68dac76659a921c64b9e0f2aad98bb53eadd9a3c))
* make doc more ([7f55465](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7f55465a3ce65ec867d5450af02887e2df3235bb))
* test ([9d644ad](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/9d644ad6a614bf2af65f3aebb2db4ab9180d6d83))



## [1.0.10](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.9...v1.0.10) (2021-11-19)


### Bug Fixes

* 发包中的自动化脚本遗漏dist文件修改的bug ([fdd8df6](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fdd8df67679df4b18addbbb44b7460eaa128ebd0))


### Features

* add doc ([68dac76](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/68dac76659a921c64b9e0f2aad98bb53eadd9a3c))
* make doc more ([7f55465](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7f55465a3ce65ec867d5450af02887e2df3235bb))



## [1.0.9](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.8...v1.0.9) (2021-11-19)


### Features

* change single editor props to accept default value ([65696a4](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/65696a4265cfb81ee5b60cc43a974e7dcab17452))
* signle Editor 受控 ([cecd210](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/cecd210d87eef9916737d4a0b4f867802d5b7a48))
* 多文件组件完全内部控制状态，不做外部受控 ([96650fe](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/96650fe80719595db883edfc9690bd70417588fe))
* 多文件编辑器下，暂不支持受控 ([6dcd409](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/6dcd4097d3eb1bf788a3278bc7aff809778a192a))



## [1.0.8](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.8-beta.3...v1.0.8) (2021-11-18)



## [1.0.8-beta.3](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.8-beta.2...v1.0.8-beta.3) (2021-11-18)


### Bug Fixes

* readme ([e86660b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/e86660bb8373dcf90ceca206e5edabb0ab411182))



## [1.0.8-beta.2](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.8-beta.1...v1.0.8-beta.2) (2021-11-18)



## [1.0.8-beta.1](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.8-beta.0...v1.0.8-beta.1) (2021-11-18)



## [1.0.8-beta.0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.8-0...v1.0.8-beta.0) (2021-11-18)


### Features

* add 如何贡献代码 ([cddeb75](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/cddeb750cea5d864713e29b60c5dd5c42932d6f7))



## [1.0.8-0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.7-0...v1.0.8-0) (2021-11-18)


### Bug Fixes

* replace changelog gitlab host ([b196a1c](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b196a1cac69506d559a04cac371030629d73507e))



## [1.0.7-0](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.6...v1.0.7-0) (2021-11-18)


### Features

* delete unused files ([469e320](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/469e32027378bc646281f85edfaed91dd66e3fb4))



## [1.0.6](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/compare/v1.0.5...v1.0.6) (2021-11-18)


### Features

* add note ([1e22fef](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1e22fef68a919bd80ba38219ed592c49c758171c))



## 1.0.4 (2021-11-18)


### Features

* add ([fa114ff](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/fa114ffff10ac600eaa0b4438939184058a33348))
* add close panel ([1ef6e8e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1ef6e8ef9437d541f08ea89a03e8ed22b8af058b))
* add cloudide support ([7d5ecb4](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7d5ecb4915600a3a2429922715ed983c203835c9))
* add tab close & focus style ([aedd687](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/aedd687f28c33dfbbaa0982cc3f3c0c204f1002e))
* add typings ([b50c61e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b50c61e56375fc26a4b35572b898276dae4cd369))
* adjust params ([b96106b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/b96106b71ad8b5ebfed8ee46c9a960a9c3d3e8cc))
* change to version beta 2 ([e45b79d](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/e45b79df9e26460798e36db14866cf641ce74216))
* change to version1.0.3 ([bdd82c4](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/bdd82c4dec82b9c6fea80723f8fd09bb8124ff82))
* first commit ([8bd14f2](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/8bd14f21f4693e4660a9601ce1ec1b8b73b5422a))
* regenerate changelog ([f84d08e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/f84d08e3eb112bb07f0dd0399e4cb0360f26714d))
* tab adjust ([0151a29](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/0151a29b8c9a889d51cda109cd5fd8df37946101))
* v1.0.2 ([65ec031](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/65ec0311d3e951c799604d40f6e43c15813b91ea))
* version ([4144e3b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/4144e3b28c8cb3ea60c49ec1c143d19c0ec49636))
* version 1 ([1d8f076](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/1d8f07668eb49a77221742752ac777843b38b053))
* 优化目录 ([718b1cd](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/718b1cd161b122bfa7751a36de433ef33ec1bccd))
* 增加readme ([0b4f7c1](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/0b4f7c188b9ebe57917080baa42b0061eef29fd3))
* 增加tab滚动条样式 ([f84d232](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/f84d232d431fd6f3952bf9c30714076f2f6c4316))
* 增加单文件组件，多文件组件开发中 ([cc9ae29](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/cc9ae29ad8bc172fe9c188afe26c55a0f2ae701e))
* 增加图标库，增加主题色 ([ac43a6e](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/ac43a6ef6dddc6e98f03f9f98ecbd961dac024bd))
* 增加文件tab功能 ([7a94fd9](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/7a94fd9ac520f70a291365218450366fa81c9780))
* 增加文件切换时的状态保留，解藕editor与文件操作 ([adf40d8](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/adf40d854a2f55fbd69019423a2256bf5ec7b7ec))
* 增加文件图标，增加文件列表色值 ([deb21bf](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/deb21bf7a9d6afd3e54619ab39d121e9b801febe))
* 增加注释 ([692158b](https://g.hz.netease.com/cloudmusic-frontend/independent/monaco-editor-playground/commits/692158b3f0c62f63de10fb62d2449140050d428a))



