pull/240/head v1.6.2
Rich Harris 8 years ago
parent d420e75c14
commit eafe310da5

@ -1,5 +1,12 @@
# Svelte changelog
## 1.6.2
* Use helpers for `addEventListener`, `removeEventListener`, `setAttribute` ([#227](https://github.com/sveltejs/svelte/pull/227))
* Escape `sharedPath` ([#229](https://github.com/sveltejs/svelte/pull/229))
* Handle attributes with values that begin with a number ([#234](https://github.com/sveltejs/svelte/issues/234))
* Update dependencies
## 1.6.1
* SSR: Handle component directives at arbitrary positions ([#221](https://github.com/sveltejs/svelte/issues/221))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.6.1",
"version": "1.6.2",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save