silverwind
|
21b51b4830
|
Fix letter case in repo URL
The repo url in `package.json` is incorrectly using uppercase in the origanization name, fix that.
|
2021-09-28 15:43:10 +02:00 |
|
Henning Dieterichs
|
e3007c840c
|
4.2.0
|
2021-09-22 12:24:30 +02:00 |
|
Henning Dieterichs
|
64925db945
|
Adds support for monaco-editor 0.28.x
|
2021-09-22 12:24:27 +02:00 |
|
Alexandru Dima
|
6a882e9569
|
Merge pull request #160 from six-ponies/fix/import-script-protocol-error
fix: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL xxx is invalid.
|
2021-08-30 13:24:51 +02:00 |
|
Alexandru Dima
|
db56675c94
|
Merge pull request #159 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
|
2021-08-25 17:43:26 +02:00 |
|
mayingcong
|
886541ab35
|
fix: import scripts error when url starts with '//'
|
2021-08-25 20:21:02 +08:00 |
|
dependabot[bot]
|
0abbf3cb5c
|
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-16 10:22:51 +00:00 |
|
Henning Dieterichs
|
e4629337d5
|
4.1.2
|
2021-08-16 12:21:44 +02:00 |
|
Henning Dieterichs
|
971120f29e
|
Updates monaco-editor
|
2021-08-16 12:21:40 +02:00 |
|
Henning Dieterichs
|
2459e4a023
|
4.1.1
|
2021-07-16 09:28:52 +02:00 |
|
Henning Dieterichs
|
91dab37cd1
|
Fix typo.
|
2021-07-16 09:28:18 +02:00 |
|
Henning Dieterichs
|
1c7cae5c2b
|
4.1.0
|
2021-07-15 17:35:38 +02:00 |
|
Henning Dieterichs
|
3767bab049
|
Adopt monaco-editor 0.26.0.
|
2021-07-15 17:35:38 +02:00 |
|
Alexandru Dima
|
b3114eb924
|
Merge pull request #151 from microsoft/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.16.3 to 4.16.6
|
2021-06-11 13:27:32 +02:00 |
|
Henning Dieterichs
|
f3fa8ab7bd
|
4.0.0
|
2021-06-11 12:39:53 +02:00 |
|
Henning Dieterichs
|
8589305d82
|
Adopt monaco-editor 0.25.0.
|
2021-06-11 12:39:31 +02:00 |
|
dependabot[bot]
|
673a74c772
|
Bump browserslist from 4.16.3 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-24 20:35:48 +00:00 |
|
Alex Dima
|
3517c361e6
|
3.1.0
|
2021-05-12 18:49:06 +02:00 |
|
Alex Dima
|
6a8411c30e
|
Update version matrix
|
2021-05-12 18:48:54 +02:00 |
|
Alexandru Dima
|
21839da687
|
Merge pull request #147 from k15a/use-compiler-webpack
Use compiler.webpack if available
|
2021-05-12 18:34:19 +02:00 |
|
Alex Dima
|
7462aef57b
|
Merge remote-tracking branch 'origin/main' into pr/k15a/147
|
2021-05-12 18:29:47 +02:00 |
|
Alexandru Dima
|
a4f5b5248c
|
Merge pull request #145 from sangmokh/global-api-option
Add globalAPI option to expose the editor API through a global monaco object
|
2021-05-12 18:22:57 +02:00 |
|
Alexandru Dima
|
02d506ac84
|
Merge pull request #148 from microsoft/dependabot/npm_and_yarn/postcss-8.2.15
Bump postcss from 8.2.7 to 8.2.15
|
2021-05-12 18:20:26 +02:00 |
|
dependabot[bot]
|
f611ddcdaf
|
Bump postcss from 8.2.7 to 8.2.15
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.15.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.7...8.2.15)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-12 00:21:46 +00:00 |
|
Konstantin Pschera
|
3e40369a31
|
Use compiler.webpack if available
This will use compiler.webpack if it is available.
Otherwise, it will fall back to require webpack lazily.
This will make the plugin compatible with NextJS 10.
Closes https://github.com/microsoft/monaco-editor-webpack-plugin/issues/141
|
2021-05-07 17:27:49 +02:00 |
|
Sangmok Han
|
2469cdddc3
|
Add globalAPI option to expose the editor API through a global monaco object
|
2021-05-06 10:05:43 -07:00 |
|
Alex Dima
|
c124699f22
|
Add SECURITY.md
|
2021-03-10 15:08:56 +01:00 |
|
Alexandru Dima
|
a6953225a9
|
3.0.1
|
2021-03-08 11:10:42 +01:00 |
|
Alexandru Dima
|
9bb8895475
|
Fixes #142
|
2021-03-08 11:10:18 +01:00 |
|
Alexandru Dima
|
470711442d
|
Document that the plugin works fine with 0.23.x
|
2021-03-05 16:50:59 +01:00 |
|
Alexandru Dima
|
2c0b52559b
|
update deps
|
2021-03-05 16:50:21 +01:00 |
|
Alexandru Dima
|
830839bd5a
|
Update README.md
|
2021-02-01 11:05:29 +01:00 |
|
Alexandru Dima
|
f82adbf877
|
3.0.0
|
2021-01-29 01:04:20 +01:00 |
|
Alexandru Dima
|
9b5e8d1910
|
Update dependencies
|
2021-01-29 01:04:14 +01:00 |
|
Alexandru Dima
|
e76a5b5bbb
|
Adopt latest monaco-editor
|
2021-01-29 01:01:22 +01:00 |
|
Alexandru Dima
|
4dfad91ee8
|
2.1.0
|
2020-12-24 21:04:48 +01:00 |
|
Alexandru Dima
|
6222e3fdb9
|
Add support for webpack 5 (fixes #124)
|
2020-12-24 15:11:04 +01:00 |
|
Alex Dima
|
271fd7dcab
|
2.0.0
|
2020-09-21 11:51:36 +02:00 |
|
Alex Dima
|
1a0f0274a0
|
adopt latest monaco-editor
|
2020-09-21 11:51:11 +02:00 |
|
Alex Dima
|
f0d9391a9c
|
1.9.1
|
2020-09-18 22:50:41 +02:00 |
|
Alex Dima
|
07621e127b
|
Fixes microsoft/monaco-editor#2110
|
2020-09-18 22:50:26 +02:00 |
|
Alexandru Dima
|
7443e5ef84
|
Merge pull request #122 from gavinxgu/pr/custom_language_entry
feat: custom language support and absolute entry fallback
|
2020-09-18 21:23:55 +02:00 |
|
Alex Dima
|
2a73aeb3a6
|
Small tweaks
|
2020-09-18 21:23:26 +02:00 |
|
Alexandru Dima
|
30b94b3806
|
Merge pull request #116 from pwinston/readme-add-require
Add require('path') to README
|
2020-09-18 21:10:57 +02:00 |
|
Alex Dima
|
8f71c6b9a6
|
update deps
|
2020-09-07 14:31:02 +02:00 |
|
guxiang
|
577cfae1cf
|
feat: custom language support and absolute entry fallback
|
2020-08-14 04:00:08 +08:00 |
|
Philip Winston
|
7d61f37314
|
Add require path to README
|
2020-05-14 08:20:30 -04:00 |
|
Alexandru Dima
|
0c36fc7eb7
|
Merge pull request #105 from KevLeong/fix/monaco_path
fix: monaco path by cwd
|
2020-03-10 10:13:09 +01:00 |
|
Alex Dima
|
2ea08783c2
|
Fall back to looking in node_modules folder in cwd
|
2020-03-10 10:11:59 +01:00 |
|
lianghang
|
849d676919
|
fix: monaco path by cwd
|
2020-03-08 15:08:20 +08:00 |
|