We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd2ec9 commit 946adf9Copy full SHA for 946adf9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 1.5.0
4
+
5
+* Implement `standalone: false` ([#9](https://github.com/sveltejs/svelte/issues/9))
6
+* SSR: Handle component directives ([216](https://github.com/sveltejs/svelte/issues/216))
7
8
## 1.4.0
9
10
* Keyed `each` blocks ([#81](https://github.com/sveltejs/svelte/issues/81))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments