Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release ng-monaco-editor v4.0.3 #64

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/nice-stingrays-end.md

This file was deleted.

33 changes: 15 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,55 @@
# Changelog

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.
## 4.0.3

### [4.0.2](https://github.com/alauda/ng-monaco-editor/compare/v4.0.1...v4.0.2) (2021-05-28)
### Patch Changes

- [#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

### [4.0.2](https://github.com/alauda/ng-monaco-editor/compare/v4.0.1...v4.0.2) (2021-05-28)

### Bug Fixes

* improve types for EventEmitter ([#60](https://github.com/alauda/ng-monaco-editor/issues/60)) ([93271db](https://github.com/alauda/ng-monaco-editor/commit/93271dbb075b346489fe7a42db2e18d9d991a8fc))
- improve types for EventEmitter ([#60](https://github.com/alauda/ng-monaco-editor/issues/60)) ([93271db](https://github.com/alauda/ng-monaco-editor/commit/93271dbb075b346489fe7a42db2e18d9d991a8fc))

### [4.0.1](https://github.com/alauda/ng-monaco-editor/compare/v4.0.0...v4.0.1) (2021-05-25)


### Bug Fixes

* 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))
- 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))

## [4.0.0](https://github.com/alauda/ng-monaco-editor/compare/v3.0.3...v4.0.0) (2021-05-24)


### Features

* upgrade angular v12, rxjs v7, webpack v5 ([53dce0f](https://github.com/alauda/ng-monaco-editor/commit/53dce0fdd2de3cb1fc96e44aa67c8db982119194))
- upgrade angular v12, rxjs v7, webpack v5 ([53dce0f](https://github.com/alauda/ng-monaco-editor/commit/53dce0fdd2de3cb1fc96e44aa67c8db982119194))

### [3.0.3](https://github.com/alauda/ng-monaco-editor/compare/v3.0.2...v3.0.3) (2021-05-02)


### Bug Fixes

* 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))
- 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))

### [3.0.2](https://github.com/alauda/ng-monaco-editor/compare/v3.0.1...v3.0.2) (2021-04-02)

### [3.0.1](https://github.com/alauda/ng-monaco-editor/compare/v3.0.0...v3.0.1) (2021-03-04)


### Features

* mark isDarkTheme$$ as private ([#46](https://github.com/alauda/ng-monaco-editor/issues/46)) ([25335a8](https://github.com/alauda/ng-monaco-editor/commit/25335a8e4cefa0691dbd8ba72e50aeb6eb6d0fb3))
* 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))

- mark isDarkTheme$$ as private ([#46](https://github.com/alauda/ng-monaco-editor/issues/46)) ([25335a8](https://github.com/alauda/ng-monaco-editor/commit/25335a8e4cefa0691dbd8ba72e50aeb6eb6d0fb3))
- 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))

### Bug Fixes

* 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))
- 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))

## [3.0.0](https://github.com/alauda/ng-monaco-editor/compare/v2.3.0...v3.0.0) (2021-02-25)


### ⚠ BREAKING CHANGES

* support rerender after content changed (#42)
- support rerender after content changed (#42)

### Features

* 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)
* use GitHub Actions for publishing ([93b55c5](https://github.com/alauda/ng-monaco-editor/commit/93b55c5a1bbfd8f30edd9bd126bbe4247f828c1f))
- 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)
- use GitHub Actions for publishing ([93b55c5](https://github.com/alauda/ng-monaco-editor/commit/93b55c5a1bbfd8f30edd9bd126bbe4247f828c1f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-monaco-editor",
"version": "4.0.2",
"version": "4.0.3",
"description": "Angular wrapper for monaco-editor",
"repository": "git+https://github.com/alauda/ng-monaco-editor.git",
"author": "Alauda Frontend",
Expand Down