Prepare for 0.19.3

pull/1785/head
Alexandru Dima
parent d6a0637288
commit cdde8b405f
No known key found for this signature in database
GPG Key ID: 6E58D7B045760DA0

@ -1,5 +1,18 @@
# Monaco Editor Changelog
## [0.19.3] (14.01.2020)
* brings back a way to get resolved editor options - [#1734](https://github.com/microsoft/monaco-editor/issues/1734)
### Thank you
Contributions to `monaco-editor`:
* [Brijesh Bittu (@brijeshb42)](https://github.com/brijeshb42): Playground: Add keyboard shortcut to run playground code [PR #1756](https://github.com/microsoft/monaco-editor/pull/1756)
Contributions to `monaco-languages`:
* [Rikki Schulte (@acao)](https://github.com/acao): add tokenizer for graphql language variables [PR #78](https://github.com/microsoft/monaco-languages/pull/78)
## [0.19.2] (06.01.2020)
* fixes issue with default value of `autoIndent` - [#1726](https://github.com/microsoft/monaco-editor/issues/1726)

12
package-lock.json generated

@ -4526,9 +4526,9 @@
"dev": true
},
"monaco-editor-core": {
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.19.2.tgz",
"integrity": "sha512-hsYKVmQaCoQLMlQX9v581VSLqQei33QsOQZaWXtb4UQMxDzS6xvn/63QZFRfdkkcnY8PV2NA8aM5Q0K1xtJnrg==",
"version": "0.19.3",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.19.3.tgz",
"integrity": "sha512-Fd6bTTaAxDAulh3q9Hordj80DSFZFGhjKX/Z3K/kElA9xkPyNwyaOjphYp8254nhUEKCk56TKP7qfRkUjjZF3w==",
"dev": true
},
"monaco-html": {
@ -4544,9 +4544,9 @@
"dev": true
},
"monaco-languages": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/monaco-languages/-/monaco-languages-1.9.1.tgz",
"integrity": "sha512-Onh8Axk0WnN4EBKKe2WZWsO0SmN/8G7jjQSCZyREvl5rh3nSuEk0Hrd46E1+Pp3fkNEFBPTB9gPgedHh9QvATw==",
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/monaco-languages/-/monaco-languages-1.9.2.tgz",
"integrity": "sha512-IoFYFsDd6zL6SJZ3QELXuTNYtg9VwielYaN174VZLy4zBicESlhnRWXYIltVb6vH/GvPTYdP3kgl8I6E+UfwCQ==",
"dev": true
},
"monaco-typescript": {

@ -34,10 +34,10 @@
"gulp-typedoc": "^2.2.2",
"mocha": "^6.2.2",
"monaco-css": "2.6.0",
"monaco-editor-core": "0.19.2",
"monaco-editor-core": "0.19.3",
"monaco-html": "2.6.0",
"monaco-json": "2.8.0",
"monaco-languages": "1.9.1",
"monaco-languages": "1.9.2",
"monaco-typescript": "3.6.1",
"puppeteer": "^1.15.0",
"rimraf": "^2.6.3",

Loading…
Cancel
Save