|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -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. |
| 3 | +## 4.0.3 |
4 | 4 |
|
5 |
| -### [4.0.2](https://github.com/alauda/ng-monaco-editor/compare/v4.0.1...v4.0.2) (2021-05-28) |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#63](https://github.com/alauda/ng-monaco-editor/pull/63) [`ae72d0c`](https://github.com/alauda/ng-monaco-editor/commit/ae72d0c5f9f907d9abf41cd2261d18f6220195a1) Thanks [@JounQin](https://github.com/JounQin)! - fix: require could be unavailable when toggle from esm to amd |
6 | 8 |
|
| 9 | +### [4.0.2](https://github.com/alauda/ng-monaco-editor/compare/v4.0.1...v4.0.2) (2021-05-28) |
7 | 10 |
|
8 | 11 | ### Bug Fixes
|
9 | 12 |
|
10 |
| -* improve types for EventEmitter ([#60](https://github.com/alauda/ng-monaco-editor/issues/60)) ([93271db](https://github.com/alauda/ng-monaco-editor/commit/93271dbb075b346489fe7a42db2e18d9d991a8fc)) |
| 13 | +- improve types for EventEmitter ([#60](https://github.com/alauda/ng-monaco-editor/issues/60)) ([93271db](https://github.com/alauda/ng-monaco-editor/commit/93271dbb075b346489fe7a42db2e18d9d991a8fc)) |
11 | 14 |
|
12 | 15 | ### [4.0.1](https://github.com/alauda/ng-monaco-editor/compare/v4.0.0...v4.0.1) (2021-05-25)
|
13 | 16 |
|
14 |
| - |
15 | 17 | ### Bug Fixes
|
16 | 18 |
|
17 |
| -* replace monaco-editor/esm/vs/editor/editor.api with monaco-editor ([#59](https://github.com/alauda/ng-monaco-editor/issues/59)) ([4f56b36](https://github.com/alauda/ng-monaco-editor/commit/4f56b369249949feed4aaf302ebe768e072f43a2)) |
| 19 | +- replace monaco-editor/esm/vs/editor/editor.api with monaco-editor ([#59](https://github.com/alauda/ng-monaco-editor/issues/59)) ([4f56b36](https://github.com/alauda/ng-monaco-editor/commit/4f56b369249949feed4aaf302ebe768e072f43a2)) |
18 | 20 |
|
19 | 21 | ## [4.0.0](https://github.com/alauda/ng-monaco-editor/compare/v3.0.3...v4.0.0) (2021-05-24)
|
20 | 22 |
|
21 |
| - |
22 | 23 | ### Features
|
23 | 24 |
|
24 |
| -* upgrade angular v12, rxjs v7, webpack v5 ([53dce0f](https://github.com/alauda/ng-monaco-editor/commit/53dce0fdd2de3cb1fc96e44aa67c8db982119194)) |
| 25 | +- upgrade angular v12, rxjs v7, webpack v5 ([53dce0f](https://github.com/alauda/ng-monaco-editor/commit/53dce0fdd2de3cb1fc96e44aa67c8db982119194)) |
25 | 26 |
|
26 | 27 | ### [3.0.3](https://github.com/alauda/ng-monaco-editor/compare/v3.0.2...v3.0.3) (2021-05-02)
|
27 | 28 |
|
28 |
| - |
29 | 29 | ### Bug Fixes
|
30 | 30 |
|
31 |
| -* use esm to import monaco namespace. [#53](https://github.com/alauda/ng-monaco-editor/issues/53) ([#54](https://github.com/alauda/ng-monaco-editor/issues/54)) ([fbf838a](https://github.com/alauda/ng-monaco-editor/commit/fbf838a7b66f2dfd2dd5fafc834b536a24b234af)) |
| 31 | +- use esm to import monaco namespace. [#53](https://github.com/alauda/ng-monaco-editor/issues/53) ([#54](https://github.com/alauda/ng-monaco-editor/issues/54)) ([fbf838a](https://github.com/alauda/ng-monaco-editor/commit/fbf838a7b66f2dfd2dd5fafc834b536a24b234af)) |
32 | 32 |
|
33 | 33 | ### [3.0.2](https://github.com/alauda/ng-monaco-editor/compare/v3.0.1...v3.0.2) (2021-04-02)
|
34 | 34 |
|
35 | 35 | ### [3.0.1](https://github.com/alauda/ng-monaco-editor/compare/v3.0.0...v3.0.1) (2021-03-04)
|
36 | 36 |
|
37 |
| - |
38 | 37 | ### Features
|
39 | 38 |
|
40 |
| -* mark isDarkTheme$$ as private ([#46](https://github.com/alauda/ng-monaco-editor/issues/46)) ([25335a8](https://github.com/alauda/ng-monaco-editor/commit/25335a8e4cefa0691dbd8ba72e50aeb6eb6d0fb3)) |
41 |
| -* support duplicate code editor to change theme ([#45](https://github.com/alauda/ng-monaco-editor/issues/45)) ([8aebf4f](https://github.com/alauda/ng-monaco-editor/commit/8aebf4fc2d0c5141d6d9b33c9f732fb8b7e8fe7e)) |
42 |
| - |
| 39 | +- mark isDarkTheme$$ as private ([#46](https://github.com/alauda/ng-monaco-editor/issues/46)) ([25335a8](https://github.com/alauda/ng-monaco-editor/commit/25335a8e4cefa0691dbd8ba72e50aeb6eb6d0fb3)) |
| 40 | +- support duplicate code editor to change theme ([#45](https://github.com/alauda/ng-monaco-editor/issues/45)) ([8aebf4f](https://github.com/alauda/ng-monaco-editor/commit/8aebf4fc2d0c5141d6d9b33c9f732fb8b7e8fe7e)) |
43 | 41 |
|
44 | 42 | ### Bug Fixes
|
45 | 43 |
|
46 |
| -* importing all languages and features to esm story ([#43](https://github.com/alauda/ng-monaco-editor/issues/43)) ([4ab29b8](https://github.com/alauda/ng-monaco-editor/commit/4ab29b82f83bf44dba788ab4949c8fca24206f24)) |
| 44 | +- importing all languages and features to esm story ([#43](https://github.com/alauda/ng-monaco-editor/issues/43)) ([4ab29b8](https://github.com/alauda/ng-monaco-editor/commit/4ab29b82f83bf44dba788ab4949c8fca24206f24)) |
47 | 45 |
|
48 | 46 | ## [3.0.0](https://github.com/alauda/ng-monaco-editor/compare/v2.3.0...v3.0.0) (2021-02-25)
|
49 | 47 |
|
50 |
| - |
51 | 48 | ### ⚠ BREAKING CHANGES
|
52 | 49 |
|
53 |
| -* support rerender after content changed (#42) |
| 50 | +- support rerender after content changed (#42) |
54 | 51 |
|
55 | 52 | ### Features
|
56 | 53 |
|
57 |
| -* support rerender after content changed ([#42](https://github.com/alauda/ng-monaco-editor/issues/42)) ([3fe6092](https://github.com/alauda/ng-monaco-editor/commit/3fe6092ffd47302453298062b67f24121bcfdf0e)), closes [#2](https://github.com/alauda/ng-monaco-editor/issues/2) |
58 |
| -* use GitHub Actions for publishing ([93b55c5](https://github.com/alauda/ng-monaco-editor/commit/93b55c5a1bbfd8f30edd9bd126bbe4247f828c1f)) |
| 54 | +- support rerender after content changed ([#42](https://github.com/alauda/ng-monaco-editor/issues/42)) ([3fe6092](https://github.com/alauda/ng-monaco-editor/commit/3fe6092ffd47302453298062b67f24121bcfdf0e)), closes [#2](https://github.com/alauda/ng-monaco-editor/issues/2) |
| 55 | +- use GitHub Actions for publishing ([93b55c5](https://github.com/alauda/ng-monaco-editor/commit/93b55c5a1bbfd8f30edd9bd126bbe4247f828c1f)) |
0 commit comments