pull/2785/head v3.4.1
Rich Harris 5 years ago
parent 62ba85a659
commit 298ae8ec23

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 3.4.1
* Handle non-falsy non-function return values from derivers ([#2780](https://github.com/sveltejs/svelte/issues/2780))
* Allow `spring` to work server-side ([#2773](https://github.com/sveltejs/svelte/issues/2773))
## 3.4.0 ## 3.4.0
* Allow custom element to be defined without a `tag` ([#2417](https://github.com/sveltejs/svelte/issues/2417)) * Allow custom element to be defined without a `tag` ([#2417](https://github.com/sveltejs/svelte/issues/2417))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "3.4.0", "version": "3.4.1",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"module": "index.mjs", "module": "index.mjs",
"main": "index", "main": "index",

Loading…
Cancel
Save