We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1654ddd commit 2f4d9b8Copy full SHA for 2f4d9b8
CHANGELOG.md
@@ -0,0 +1,3 @@
1
+# 0.4.0
2
+
3
+- Added support for reactive `options.language` ([#2](https://github.com/LeoDog896/svelte-monaco/issues/2)).
README.md
@@ -4,14 +4,6 @@
4
5
Reactive two-way, full theme support monaco editor for Svelte(&Kit).
6
7
-```sh
8
-npm install --save-dev svelte-monaco
9
-```
10
-
11
12
-yarn add --save-dev moncao-svelte
13
14
15
```sh
16
pnpm install --save-dev svelte-monaco
17
```
0 commit comments