pull/923/head v1.41.3
Rich Harris 7 years ago
parent 6000e9b6e2
commit 3442df92cb

@ -1,5 +1,12 @@
# Svelte changelog
## 1.41.3
* Prevent argument name clashes ([#911](https://github.com/sveltejs/svelte/issues/911))
* Fix UMD factory arguments ([#918](https://github.com/sveltejs/svelte/pull/918))
* Don't attempt to set computed values ([#893](https://github.com/sveltejs/svelte/issues/893))
* Fix TypeScript build error ([#919](https://github.com/sveltejs/svelte/issues/919))
## 1.41.2
* Handle attribute selectors with no value ([#905](https://github.com/sveltejs/svelte/issues/905))

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

Loading…
Cancel
Save