pull/2754/head v3.3.0
Rich Harris 6 years ago
parent 438acdc09a
commit fbb6c9fd4e

@ -1,5 +1,11 @@
# Svelte changelog
## 3.3.0
* Allow multiple event listeners on a single node ([#2688](https://github.com/sveltejs/svelte/issues/2688))
* Allow derivers to return a cleanup function ([#2553](https://github.com/sveltejs/svelte/issues/2553))
* Support namespaced components (`<Foo.Bar/>`) ([#2743](https://github.com/sveltejs/svelte/pull/2743))
## 3.2.2
* Add `window` and `document` to expected globals ([#2722](https://github.com/sveltejs/svelte/pull/2722))

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

Loading…
Cancel
Save