From fb992723d601aedb579250e43940c0bf63b65adb Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 5 Sep 2016 17:07:45 +0200 Subject: [PATCH] Website tweaks --- CHANGELOG.md | 17 ++++++----------- website/index.html | 9 +++++---- website/monarch.html | 2 +- website/playground.html | 2 +- 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e04077c..2c0e602c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,17 +31,12 @@ - Multiple IME issues in IE11, Edge and Firefox. ### Thank you -- [Pavel Kolev (@paveldk)](https://github.com/paveldk): - - Fix sending message to terminated worker [PR vscode#10833](https://github.com/Microsoft/vscode/pull/10833) - - Export getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript [PR monaco-typescript#8](https://github.com/Microsoft/monaco-typescript/pull/8) - -- [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong): - - Support CompletionItemKind.Method. [PR vscode#10225](https://github.com/Microsoft/vscode/pull/10225) - - Fix show in IE11 [PR vscode#10309](https://github.com/Microsoft/vscode/pull/10309) - - Correct docs for IEditorScrollbarOptions.useShadows [PR vscode#11312](https://github.com/Microsoft/vscode/pull/11312) - -- [Artyom Shalkhakov (@ashalkhakov)](https://github.com/ashalkhakov): - - Adding support for ATS/Postiats [PR monaco-languages#5](https://github.com/Microsoft/monaco-languages/pull/5) + * [Pavel Kolev (@paveldk)](https://github.com/paveldk): Fix sending message to terminated worker [PR vscode#10833](https://github.com/Microsoft/vscode/pull/10833) + * [Pavel Kolev (@paveldk)](https://github.com/paveldk): Export getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript [PR monaco-typescript#8](https://github.com/Microsoft/monaco-typescript/pull/8) + * [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong): Support CompletionItemKind.Method. [PR vscode#10225](https://github.com/Microsoft/vscode/pull/10225) + * [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong): Fix show in IE11 [PR vscode#10309](https://github.com/Microsoft/vscode/pull/10309) + * [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong): Correct docs for IEditorScrollbarOptions.useShadows [PR vscode#11312](https://github.com/Microsoft/vscode/pull/11312) + * [Artyom Shalkhakov (@ashalkhakov)](https://github.com/ashalkhakov): Adding support for ATS/Postiats [PR monaco-languages#5](https://github.com/Microsoft/monaco-languages/pull/5) ## [0.5.1] diff --git a/website/index.html b/website/index.html index 1ea26c84..71538ea5 100644 --- a/website/index.html +++ b/website/index.html @@ -38,7 +38,7 @@
  • GitHub
  • Playground
  • Monarch
  • -
  • Download
  • +
  • Download {{version}}
  • @@ -61,13 +61,14 @@
    -

    Download {{version}}

    +

    Download v{{version}}


    -

    The latest released version is {{version}}. Download from npm:

    +

    The latest released version is {{version}}.

    +

    Download with this direct download link + or from npm:

    npm install monaco-editor@{{version}}
    - or with this direct download link.

    diff --git a/website/monarch.html b/website/monarch.html index f44f9a63..9e74117e 100644 --- a/website/monarch.html +++ b/website/monarch.html @@ -36,7 +36,7 @@
  • GitHub
  • Playground
  • Monarch
  • -
  • Download
  • +
  • Download {{version}}
  • diff --git a/website/playground.html b/website/playground.html index c727bdf8..16a02bef 100644 --- a/website/playground.html +++ b/website/playground.html @@ -37,7 +37,7 @@
  • GitHub
  • Playground
  • Monarch
  • -
  • Download
  • +
  • Download {{version}}